/*
Theme Name: Sudarshan
Author: IKF
Description: A custom lightweight theme optimized for performance and compatibility.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --mainfont: "Overpass", sans-serif;
  --primary: #2A3D53;
  --secoundery: #0D6562;
  --hover: #EF3829;
}
body, p, a {
	margin: 0;
	padding: 0;
    font-family: var(--mainfont);
    color: #231F20;
    line-height: 28px;
}
body {
    padding-top:112px;
}
p, ul, ol, .elementor-widget-text-editor {
    margin-bottom: 20px ;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
h1, h2 {
  font-size: 48px;
  line-height: 58px !important;
}
a {
    text-decoration: none;
}
a:hover {
  color: var(--hover);
}
ul, ol {
    padding: 0;
    list-style: none;
}
@media (max-width: 2200px) {
  .e-con>.e-con-inner, .cust-container, .inner-header, .footer-inner {
    max-width: 1500px !important;
  }
}
@media (max-width: 1670px) {
  .e-con>.e-con-inner, .cust-container, .inner-header, .footer-inner {
    max-width: 1200px !important;
  }
}
@media (max-width: 1440px) {
    .event-gallery-popup .popup-content, .video-popup .popup-content {
        max-width: 550px !important;
        width: 100% !important;
    }
    .popup-title {
        font-size: 25px !important;
    }
}
@media (max-width: 1280px) {
  .e-con>.e-con-inner, .cust-container, .inner-header, .footer-inner {
    max-width: 1150px !important;
  }
}
.cust-container, .footer-inner {
    padding: 0 10px;
    margin: 0 auto;
}
/* Base menu styles */
.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.main-menu li {
    position: relative;
}
.main-menu > li {
    margin-right: 20px;
}
.main-menu li a {
    text-decoration: none;
    padding: 22px 5px;
    display: block;
    color: #000000;
    font-size: 17px;
    position: relative;
    transition: all 0.5s;
}
.main-menu li > a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 15px;
    background: var(--hover);
/*    background: linear-gradient(90deg,rgba(1, 167, 87, 1) 0%, rgba(4, 136, 220, 1) 34%, rgba(232, 175, 0, 1) 63%, rgba(224, 50, 50, 1) 100%);*/
    width: 100%;
    height: 1px;
    opacity: 0;
}
.main-menu li a:hover:after, .main-menu li.current_page_item a:after, .main-menu li.current-page-parent a:after {
    opacity: 1;
}
.activemenulink {
    color: var(--hover) !important;
}
.brand-logo img {
    max-width: 210px !important;
    width: 100%;
    display: block;
}
.home .brand-logo img {
    opacity: 0;
}
.sub-menu a:after {
    display: none;
}
.home .brand-logo a {
    background: url(https://www.sudarshan.com/wp-content/uploads/2025/10/logo-with-tag-line.svg) no-repeat;
    display: block;
    width: 207px;
    height: 44px;
}

/* Hide dropdowns by default */
.main-menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    background: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    min-width: 180px;
    z-index: 999;
}
/* Show dropdown on hover */
.main-menu li:hover > ul {
    display: block;
}
/* Dropdown menu styles */
.main-menu li ul li {
    width: 100%;
}
.main-menu li ul li a {
    padding: 10px;
    white-space: nowrap;
}
.theme-main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
table tr:nth-child(even) {
  background-color: #eef2f7; /* Light gray for even rows */
}
table tr:nth-child(odd) {
  background-color: #ffffff; /* White for odd rows (optional if default is white) */
}
table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 20px 20px 0 0;
}
.multipl-tabl table {
    border-radius: 0px 0px 0 0;
}
td, th {
    font-size: 16px;
    padding: 12px 25px;
    font-weight: 300;
}
thead td {
    background: #76aaef !important;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 17px 25px;
}
thead td:first-child {
    border-radius: 20px 0px 0 0;
}
.seperator {
    width: 14px;
    height: 12px;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    background: url(https://www.sudarshan.com/wp-content/uploads/2025/09/breadcrumbarrow.png) no-repeat center;
}

.button_text {
  position: relative;
  display:inline-block;
}
.themebtn {
    transition: all .5s ease-in-out;
    background: #ffffff;
    color: #000000 !important;
    padding: 5px 25px 5px 30px;
    border-radius: 20px 0 0 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #0D6562;
}
.themebtn span {
    position: relative;
    z-index: 9;
    transition: all 0.5s;
    display: block;
}
.themebtn:hover span {
    color: var(--hover);
}
.themebtn:hover {
    box-shadow: 5px 5px 15px #00000040 !important;
}

/*Header*/
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 40px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  z-index: 999999;
  transition: all 0.5s;
}
.scroll-down header {
  top: -120px;
}
.scroll-up header {
  top: 0px;
  border-bottom: 1px solid #ddd;
}
.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.glowone {
    --delay: 0s;
    --size: 0.4;
    --speed: 5s;
    animation: loop var(--speed) infinite linear;
    animation-delay: var(--delay);
    position: absolute !important;
    background: linear-gradient(259.53deg, #82a635 6.53%, #82a635 95.34%);
    height: 500px;
    filter: blur(5vw);
    border-radius: 50%;
    animation: loop var(--speed) infinite linear;
    opacity: 0.5;
    right: 50px !important;
    top: -450px !important;
    left: auto;
    width: 500px;
}
.glowonetwo {
    --delay: 0s;
    --size: 0.4;
    --speed: 5s;
    animation: loop var(--speed) infinite linear;
    animation-delay: var(--delay);
    position: absolute !important;
    background: linear-gradient(259.53deg, #932e8f 6.53%, #932e8f 95.34%);
    height: 250px;
    filter: blur(5vw);
    border-radius: 50%;
    animation: loop var(--speed) infinite linear;
    opacity: 0.6;
    right: auto;
    top: auto;
    bottom: 0px !important;
    left: 0px !important;
    width: 250px;
}
@keyframes loop {
    0% {
        transform: translate3D(0%, 51%, 0) rotate(0deg);
    }

    50% {
        transform: translate3D(8%, 31%, 0) rotate(18deg);
    }

    100% {
        transform: translate3D(0%, 51%, 0) rotate(360deg);
    }
}

.searchpopup {
  display: none;
}
.activesearch {
  display: flex;
}

/*Search*/
.searchpopup {
  position: fixed;
  background: #ffffff;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.searchpopup .cust-container {
    width: 100%;
}
.searchpopup-inner {
    height: 112px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.searchpopup-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.searchpopup-wrapper input {
    padding: 15px 15px;
    width: 100%;
    border: 1px solid #ddd !important;
}
button.search-button, .searchpopclose {
    background: #0d6562;
    border: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    font-size: 25px;
    color: #ffffff;
}
button.search-button path {
  stroke: #ffffff;
}
.mobsearchbtn {
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
  background: #0085d4;
}
/*Search*/

.introvid .elementor-custom-embed-play {
    left: -30px;
    position: absolute;
    top: auto;
    bottom: -30px;  
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
    transition: all 0.5s;
}
.introvid .elementor-custom-embed-play:before {
    position: absolute;
    content: '';
    background: #01A757;
    background: linear-gradient(90deg,rgba(1, 167, 87, 1) 0%, rgba(4, 136, 220, 1) 34%, rgba(232, 175, 0, 1) 63%, rgba(224, 50, 50, 1) 100%);
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.introvid .elementor-custom-embed-play:after {
    position: absolute;
    content: '';
    background: #ffffff;
    border-radius: 100%;
    width: 98%;
    height: 98%;
    top: 1px;
    left: 1px;
    transition: all 0.5s;
}
.introvid .elementor-custom-embed-play:hover {
    box-shadow: 5px 5px 15px #00000040;
}
.introvid  .elementor-widget-container {
    overflow: visible !important;
}
.introvid .elementor-custom-embed-play svg {
    width: 30px !important;
    height: 30px !important;
    opacity: 1;
    filter: none;
    fill: #000000;
    position: relative;
    right: -4px;
    position: relative;
    z-index: 9;
}
.custstats {
    position: relative;
}
.custstats:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #e1dbdb;
}
.formimg {
    width: 100%;
    padding: 0 0 !important;
}
.products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.products-item {
    width: 31%;
    transition: all 0.5s;
    transform: translateY(0px);
}
.products-item:hover {
    transform: translateY(-10px);
}
.prod-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0 0 0;
}
.prod-img-wrap .pro-app-img {
    display: block;
    width: 100%;
    transition: all 1s;
    transform: scale(1);
}
.products-item h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    padding: 20px 0 10px;
    transition: all 0.5s;
    margin-bottom: 0;
}
.products-item p {
    font-size: 18px;
    line-height: 28px;
}
.products-item:hover .prod-img-wrap .pro-app-img {
    transform: scale(1.1);
}
.breadcrumbs-wrap {
    padding: 10px 0;
    font-size: 14px;
    background: #f1f3f7;
}
.homeicon {
    position: relative;
    margin-right: 5px;
    top: 2px;
}
.toplinks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 0;
    position: relative;
}
.hdrlinks {
    padding: 0px 20px 0 0px;
    margin: 0 20px;
    margin-right: 50px;
}
.topbar a {
    font-size: 16px;
    color: #000000;
}
.topbar a:hover {
    color: var(--hover);
}
.hdrlinks a {
    padding: 0 15px;
    border-left: 1px solid #ddd;
}
.hdrlinks a:last-child {
    border-right: 1px solid #ddd;
}
/*.brndcolr {
    color: #F0483B !important;
}*/
.topbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
}
.languagetrans {
    position: absolute;
    right: 0;
    top: -39px;
    z-index: 9;
}
.gt_float_switcher .gt-current-lang {
    padding: 5px 10px !important;
    font-size: 16px !important;
    font-family: var(--mainfont);
    font-weight: 500 !important;
}
.gt_float_switcher {
    box-shadow: none !important;
}
.gt_float_switcher .gt-selected {
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
    width: 60px;
}
.gt_float_switcher .gt_options a {
    padding: 5px 10px !important;
    font-size: 16px !important;
}
.gt_float_switcher img {
    width: 20px !important;
    display: none !important;
}
.gt_float_switcher {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
}
.gt_float_switcher .gt_options {
    width: 100% !important;
}
.scroll-down .topbar {
  top: -60px;
}
.scroll-up .topbar {
  top: -60px;
}
.searcbtn {
    cursor: pointer;
}
.searcbtn img {
    display: block;
}
.topbar:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    background: var(--secoundery);
/*    background: linear-gradient(90deg, rgba(1, 167, 87, 1) 0%, rgba(4, 136, 220, 1) 34%, rgba(232, 175, 0, 1) 63%, rgba(224, 50, 50, 1) 100%);*/
    width: 100%;
    height: 1px;
    opacity: 0.3;
}
/*Hambergur Menu*/
.hambergermenu {
  display: none !important;
}
.hambergermenu {
    width: 30px;
    position: relative;
    height: 20px;
    align-items: center;
    cursor: pointer;
}
.hambergermenu span {
  height: 2px;
  width: 100%;
  background: var(--secoundery);
  display: block;
}
.hambergermenu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: var(--secoundery);
}
.hambergermenu:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: var(--secoundery);
}
.hambergermenumob {
    position: fixed;
    top: 0;
    right: -150%;
    left: auto;
    z-index: 999;
    background: #F1F3F8;
    height: 100%;
    width: 100%;
    max-width: 767px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 15px #00000029;
    transition: all 0.5s;
    overflow: hidden;
    overflow-y: scroll !important;
}
.activemenu {
    right: 0;
}
.hambergermenu-inner {
    position: relative;
    padding: 0 30px 50px;
    top: 40px;
}
.hambergermenu-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-item {
    position: relative;
}
.hambergermenu-inner ul li a {
    font-size: 20px;
    color: #231F20;
    line-height: 50px;
    border-bottom: 1px solid #dddddd7a;
    display: block;
    position: relative;
    font-weight: 600;
}
.hambergermenu-inner ul li a:hover {
    color: var(--secoundery);
}
.closebutton {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.5s;
    cursor: pointer;
}
.closebutton span {
    position: absolute;
    width: 100%;
    background: #000000;
    height: 2px;
    transition: all 0.5s;
    transform: rotate(45deg);
    top: 15px;
    right: 0;
    left: 0;
}
.closebutton:after {
    width: 100%;
    background: #000000;
    height: 2px;
    transition: all 0.5s;
    transform: rotate(-45deg);
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    right: 0;
}
.hambergermenumob .accordion-toggle::after {
    content: '';
    margin-left: 10px;
    background: url(https://www.sudarshan.com/wp-content/uploads/2025/09/downarrow.svg) no-repeat;
    width: 18px;
    height: 8px;
    transition: all 0.5s;
}
.hambergermenumob .accordion-toggle.active::after {
    transform: rotate(180deg);
}
.hambergermenumob .submenu {
    display: none;
    padding-left: 0;
}
.hambergermenumob .submenu li {
    position: relative;
}
.hambergermenumob .submenu li a {
    font-size: 16px;
    line-height: 40px;
    display: block;
    width: 100%;
    position: relative;
    font-weight: 400;
    padding-left: 20px;
}
.hambergermenumob .submenu li a:before {
    position: absolute;
    content: '';
    background: #0D6562;
    left: 0;
    top: 15px;
    width: 7px;
    height: 7px;
    border-radius: 100px;
}
.hambergermenumob .submenu.open {
    display: block;
}
.hambergermenumob .accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
  float: right;
  width: 100%;
  height: 51px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
ul.submenu.depth-0 .accordion-toggle {
    height: 37px;
}
.submenu.depth-1 {
    padding-left: 20px;
}
.submenu.depth-1 li a:before {
    border-radius: 0px;
    width: 11px;
    height: 9px;
    top: 14px;
    background: url(https://www.sudarshan.com/wp-content/uploads/2025/08/next-arw.svg) no-repeat;
    background-size: 100% !important;
}
/*Hambergur Menu*/

.esg-page-lp .products-grid {
    flex-wrap: wrap !important;
}
.esg-page-lp .products-grid .products-item {
    width: 31%;
}
.hidden{
    display: none !important;
}

/*Footer*/
footer {
    padding: 60px 0 10px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #01A757;
    background: linear-gradient(90deg,rgba(1, 167, 87, 1) 0%, rgba(4, 136, 220, 1) 34%, rgba(232, 175, 0, 1) 63%, rgba(224, 50, 50, 1) 100%);
}
.footer-inner {
    display: flex;
    flex-wrap: wrap;
}
.ftrcol.ftrbrand {
    width: 35%;
}
.ftrcol.mainlinks {
    width: 35%;
}
.ftrcol.proportfolioftr {
    width: 20%;
}
.medialinks {
    width: 10%;
}
.ftrbrand img {
    width: 280px;
}
.ftrcol.copyrighttxt {
    width: 65%;
}
.ftrcol.poweredby {
    width: 5%;
    display: flex;
    justify-content: flex-end;
}
.ftrcol.policylinks {
    width: 35%;
}
.ftrcol.copyrighttxt p {
    font-size: 14px;
    opacity: 0.7;
    margin: 0;
}
.policylinks ul {
    display: flex;
    font-size: 14px;
    margin: 0;
    justify-content: flex-end;
}
.policylinks ul li a {
    padding: 0 15px;
    opacity: 0.8;
    color: #000000;
    position: relative;
}
.policylinks ul li:first-child a {
    padding-left: 0;
}
.mainlinks a {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 35px !important;
}
footer h4 {
    color: #000000;
    font-weight: 500;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 10px;
}
.ftrmenu a {
    font-size: 15px;
    line-height: 30px;
    color: #000000;
    opacity: 0.8;
}
.ftrmenu a:hover {
    color: var(--hover) !important;
}
ul.ftrsocial {
    display: flex;
    gap: 10px;
    margin: 130px 0 0;
}
.ftrsocial img {
    width: 25px;
}
.ftrsocial {
    display: block;
    overflow: hidden;
}
.ftrsocial img {
    display: block;
}
ul.ftrsocial li a {
    line-height: 0;
}
/*Footer*/

.gradientbox {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(241, 243, 248, 1) 100%);
    border-radius: 20px;
    padding: 70px 30px 30px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.gradientbox span {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.gradientbox hr {
    margin: 15px 0 !important;
    opacity: 0.3;
}
.imggridbox {
    width: 100%;
}
.imggridbox h4 {
    font-size: 24px !important;
    line-height: 30px;
    text-align: center;
}
.imggridbox img {
    width: 100%;
    border-radius: 20px;
    display: block;
    max-width: 90%;
    margin: 0 auto -50px;
}

.video-background {
    position: absolute; /* or absolute if you want inside section */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    z-index: 1 !important; /* keeps video behind content */
    background: #000; /* fallback background */
}
.video-background:after {
    background-color: transparent;
    background-image: linear-gradient(150deg, #000000 10%, #00000000 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.5;
    z-index: 2 !important;
}
.video-background video {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
    object-position: top right;
}
.homebanner-content h1 {
    color: #FFFFFF;
    max-width: 500px;
    margin-bottom: 20px;
}
.homebanner-content {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    height: 90vh;
    position: relative;
    z-index: 9;
}
.homebanner-content .cust-container {
    width: 100%;
}

/*Product Finder*/
.prod-finder-list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-finder-div {
  width: 23%;
  margin-bottom: 30px;
}
.prod-finder-div.prod-finder-search {
  width: 48.6%;
}
.prod-search, .inner-prod-search {
  font-size: 16px;
  line-height: 24px;
  border: none;
  background: #ffffff;
  background-image: url(https://www.sudarshan.com/wp-content/uploads/2025/05/search-darkicon.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 20px;
  width: 100%;
  border-radius: 10px;
  padding: 10px 10px 10px 50px;
}
.prod-search::placeholder, .inner-prod-search::placeholder {
  color: #838d99;
  font-size: 16px;
  line-height: 24px;
}
.select_wrap {
  position: relative;
  user-select: none;
}
.select_wrap .default_option {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #ffffff;
    border-radius: 10px 0 0 0;
}
.third_level_app_sec .default_option {
    border: 1px solid #0D6562 !important;
    background: #EDF2F6 !important;
    border-radius: 15px 0px 0px 0px !important;
}
.third_level_app_sec .select_ul {
    border: 1px solid #0D6562 !important;
    background: #EDF2F6 !important;
    border-radius: 0 !important;
}
.select_wrap .default_option li {
  padding: 10px 20px;
}
.searchdropinput {
    padding: 10px 20px !important;
    background: #edf2f6;
}
.select_wrap .default_option:before {
    content: "";
    position: absolute;
    top: 19px;
    right: 18px;
    width: 17px;
    height: 10px;
    /* border: 2px solid; */
    /* border-color: transparent transparent #858585 #858585; */
    /* transform: rotate(-45deg); */
    background: url(https://www.sudarshan.com/wp-content/uploads/2025/09/Down_Arrow.svg) no-repeat;
}
.select_wrap .select_ul {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  display: none;
  list-style-type: none;
  max-height: 350px;
  overflow-y: auto;
  z-index: 9;
  margin: 0;
  padding: 0;
}
.select_wrap .select_ul li {
  padding: 10px 20px;
  cursor: pointer;
  padding-left: 40px;
}
.select_wrap .select_ul li:hover {
  background: #fff4dd;
}
.select_wrap.active .select_ul {
  display: block;
}
.select_wrap.active .default_option:before {
  top: 20px;
  transform: rotate(-180deg);
}
.option p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.prod-search:focus-visible, .inner-prod-search:focus-visible {
  outline: none;
}
.color-option {
  display: flex;
}
.color-circle span {
  height: 25px;
  width: 25px;
  display: block;
  border-radius: 100%;
  margin-right: 15px;
}
.color-circle span.red {
  background-color: red;
}
.color-circle span.blue {
  background-color: blue;
}
.color-circle span.green {
  background-color: green;
}
.select_wrap .select_ul li.main-prod-type {
  padding-left: 20px;
/*  background-color: #ffffff;*/
}
.select_ul.color-list li {
  padding-left: 20px;
}
.hidden {
  display: none !important;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
z-index: 9999999;
}
.prod-finder-filter {
    background-color: #0d6562;
    padding: 60px 10px;
    margin-bottom: 60px;
    z-index: 9;
    transition: all 0.5s;
}
.prod-finder-filter.sticky-filter {
    position: sticky;
    top: -120px;
    left: 0;
    width: 100%;
    z-index: 9999999;
    padding: 25px 10px;
}
.prod-finder-filter h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
}
.subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}
.prod-finder-filter .subtitle {
    color: #ffffff;
    margin-bottom: 25px;
}
input, select, textarea {
    border-radius: 10px 0 0 0 !important;
    box-sizing: border-box;
    font-family: var(--mainfont);
}
.custom-popup .enquiry-form ul li {
    width: 48%;
}
.custom-popup .enquiry-form li.fullwidth {
    width: 100% !important;
}
.reset {
    width: 15% !important;
    position: relative;
}
input[type="reset"] {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin: 0;
    list-style-type: none;
    padding: 10px 20px;
    margin: 0;
    background-image: url(https://www.sudarshan.com/wp-content/uploads/2025/06/reset.png);
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: left 50px center;
}
/*.reset:after {
    position: absolute;
    content: '';
    background: #ffffff;
    border-radius: 20px 0 0 0;
    width: 98.5%;
    height: 95%;
    top: 1px;
    left: 1px;
    transition: all .3s ease-in-out;
}*/
.product-finder-resetbtn {
    width: 150px !important;
}
.product-finder-resetbtn input[type="reset"] {
    background-position: left 30px center;
    padding-left: 40px;
}

/*.reset:before {
    position: absolute;
    content: '';
    background: #01A757;
    background: linear-gradient(90deg, rgba(1, 167, 87, 1) 0%, rgba(4, 136, 220, 1) 34%, rgba(232, 175, 0, 1) 63%, rgba(224, 50, 50, 1) 100%);
    border-radius: 20px 0 0 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: all .5s ease-in-out;
}*/


.intro-slider img.swiper-slide-image {
    width: 100% !important;
}
.arw-span {
    position: absolute;
    height: 45px;
    width: 45px;
    background-color: #ffffff;
    border-radius: 100%;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 1px solid #0D6562;
    z-index: 1;
}
.arw-span img {
    z-index: 9;
}
.prod-img-wrap .arw-span {
    right: 15px;
    top: 15px;
}
.products-item:hover .arw-span {
    transform: rotate(45deg);
}
.latest-updates-slider {
    overflow: hidden;
    padding-bottom: 50px;
    padding-left: 1px;
}
.latest-updates-slider img {
    width: 100%;
    display: block;
    border-radius: 20px 0 0 0 !important;
}
.latest-updates-slider h4 {
    font-size: 22px;
    line-height: 31px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.news-meta {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    background: #ffffff;
    padding: 0;
    position: relative;
}
.updates-category {
    display: inline-block;
    background: #EF3829;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 10px 2px;
    z-index: 9;
}
.post-date {
    display: inline-block;
    font-size: 18px;
    line-height: 31px;
    background: #ffffff;
    padding-left: 15px;
    z-index: 9;
}
.news-meta:before {
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
    height: 1px;
    width: 65%;
    background: #D4E0E5;
    z-index: 1;
    margin: 0 auto;
    right: 0;
}
.mobile_banner {
    display: none !important;
}
.inner-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.inner-banner img {
    width: 100%;
    display: block;
}
.inner-banner .page-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.page-title h1 {
    color: #ffffff;
    text-shadow: 3px 4px 5px #00000038;
    max-width: 430px;
}
.product-type-section {
    padding: 60px 0;
}
.product-type-section h2 {
    margin-bottom: 0;
}
.product-type-section h5 {
    font-size: 22px;
    line-height: 30px;
}
.product-type-section .products-item {
    width: 23%;
}
.product-type-section .products-item img {
    display: block;
    width: 100%;
}
.product-type-section .products-grid {
    justify-content: flex-start;
}

.overview-section {
    padding: 40px 10px 30px;
}
.overview-title {
    margin-bottom: 20px;
}
.overview-text {
    font-size: 18px;
    line-height: 28px;
}
.product-category-list {
    margin-top: 50px;
}
.product-category-item {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    margin-bottom: 80px;
}
.product-category-item:nth-child(2n) {
    flex-direction: row-reverse;
}
.product-category-item-inner {
    width: 47%;
    display: flex;
    align-items: center;
}
.product-category-item-inner p {
    margin-bottom: 30px;
}
.product-category-image {
    width: 52%;
}
.product-category-image img {
    width: 100%;
    display: block;
    border-radius: 20px 0 0 0;
}
.cat-child-cat {
    display: flex;
    justify-content: flex-start;
    gap: 4%;
    width: 100%;
    margin: 50px 0 0;
}
.child-cat-item {
    width: 30.7%;
}
.cat-child-cat h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0;
    font-weight: 700;
}
.child-cat-item img {
    display: block;
    width: 100%;
    border-radius: 20px 0 0 0;
}
.category-technicalspec {
    padding: 50px 0;
    background: #F1F3F8;
    margin: 0 0px 50px;
}
.category-technicalspec h3 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 5px;
}
.category-technicalspec h4 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
}
.category-technicalspec p {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.technicalspec-list {
    margin-top: 60px;
    padding: 10px 0 80px !important;
}
.category-technicalspec .swiper-button-next, .category-technicalspec .swiper-button-prev {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}
.category-technicalspec .swiper-button-next {
    right: -55px !important;
}
.category-technicalspec .swiper-button-prev {
    left: -55px !important;
}
.technicalspec-item {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 9;
}
.technicalspec-list .iconlisttitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #EF3829;
    font-weight: 700;
}
.techspecimg {
    background: #F9F9F9;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 7px solid #ffffff;
    box-shadow: 1px 1px 1px #0000002b;
    position: relative;
    margin: 0 auto 25px;
}
.techspecimg::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 130px;
    height: 130px;
    border-top: 65px solid var(--secoundery);
    border-radius: 100px 100px 0 0;
    box-sizing: border-box;
    z-index: -1;
}
.product-range-offer {
    padding: 0px 0 30px;
}
.product-range-offer h3 {
    font-size: 36px;
    line-height: 46px;
}
.checklist {
    line-height: 32px;
}
.checklist li {
    position: relative;
    padding-left: 35px;
}
.checklist li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 19px;
    height: 19px;
    background: url(https://www.sudarshan.com/wp-content/uploads/2025/08/check-mark.svg) no-repeat;
}
.child-category-wrap {
    display: flex;
    gap: 3%;
    padding: 0 0 30px;
    border-bottom: 1px solid #D9E4EB;
    margin-bottom: 60px;
}
.child-category-item {
    width: 33.3%;
}
.child-category-item, .child-category-item p {
    font-size: 18px;
}
.child-category-item img {
    display: block;
    width: 100%;
    border-radius: 20px 0 0 0;
}
.child-category-item h4 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 30px;
    font-weight: 700;
}
.prod-info-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 20px;
}
.prod-info-list li {
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 15px 0 0 0;
}
.prod-info-list li:hover {
    box-shadow: 0px 10px 10px #0000001A;
    border-radius: 20px 0px 0px 0px;        
}
.prod-info-list li:hover .prod-color-div span {
   transform: scale(1.1);
}
.prod-info-card {
    display: flex;
    align-items: flex-start;
}
.prod-color-div span {
    height: 45px;
    width: 45px;
    display: block;
    border-radius: 15px 0 0 0;
    transform: scale(1);
    transition: all 0.5s;
    background-size: cover;
}
.prod-color-info {
    margin-left: 20px;
}
.prod-color-info h4 {
    font-size: 18px;
    line-height: 28px;
    color: #231F20;
    margin: 0 0 0px 0;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.prod-color-info p {
    margin: 0;
    color: #231f20c4;
    line-height: 20px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.explore-product-filter {
    padding-bottom: 60px;
}
.explore-product-filter h5 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}
.explore-product-filter input, .explore-product-filter .select_wrap .default_option {
    border: 1px solid #C7D1D9;
    box-sizing: border-box;
}
.explore-product-filter .prod-finder-div.prod-finder-search {
    width: 100% !important;
}
.explore-product-filter .prod-finder-div.prod-finder-select {
    width: 35% !important;
}
.explore-product-filter .prod-finder-list-wrap {
    flex-wrap: nowrap !important;
    gap: 30px !important;
}
.page-id-10 .inner-banner {
    display: none;
}

/*Product Detail Page*/
.product-detail-info {
    padding: 60px 0;
}
.product-detail-info h1 {
    font-size: 42px;
    line-height: 52px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.product-detail-info h2, .product-detail-info h3 {
    font-size: 28px;
    line-height: 35px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-info {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}
.product-description {
    width: 73%;
}
.product-color {
    width: 22%;
    display: flex;
    justify-content: flex-end;
}
.color-code-bg {
    width: 100%;
    height: 250px;
    border-radius: 20px 0 0 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.product-key-features, .product-table-info, .safety-purity {
    padding: 20px 0 0;
}
.product-key-features {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.product-key-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-key-features ul li, .prd-technicaldata ul li {
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
}
.prd-technicaldata ul {
    margin: 0px 0 30px;
}
.prd-technicaldata strong {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
}
.product-key-features ul li:before, .prd-technicaldata ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(https://www.sudarshan.com/wp-content/uploads/2025/08/check-mark.svg) no-repeat;
}
.safety-purity {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 20px;
}
.safety-wrap {
    width: 45%;
}
.purity-wrap {
    width: 45%;
}
.safety-purity h3 {
    margin-bottom: 10px;
}
.product-extra-info {
    display: flex;
    flex-wrap: wrap;
}
.product-chapter {
    width: 100%;
}
.product-chapter:nth-child(2) {
    order: 1;
}
.product-chapter:first-child {
    order: 2;
}
.product-chapter:last-child {
    order: 3;
}
.tds-print-wrap {
    display: flex;
    gap: 20px;
}
.printbtn {
    padding-right: 45px;
    background: url('https://www.sudarshan.com/wp-content/uploads/2025/08/tdsicon.svg') no-repeat;
    background-position: 93% center;
}
.tdsbtn {
    padding-right: 45px;
    background: url('https://www.sudarshan.com/wp-content/uploads/2025/08/print-icon.svg') no-repeat;
    background-position: 93% center;
}
.ctabtn {
    padding-right: 45px;
    background: #EDF2F6 url('https://www.sudarshan.com/wp-content/uploads/2025/08/ctaicon.svg') no-repeat;
    background-position: 93% center;
}
.product-key-features h3 {
    position: relative;
}
.product-key-features h3 span {
    background: #ffffff;
    display: inline-block;
    padding-right:50px;
    position: relative;
    z-index: 1;
}
.product-key-features h3:after {
    position: absolute;
    content: '';
    right: 0;
    top: 16px;
    width: 100%;
    height: 1px;
    background: #707070;
    opacity: 0.5;
}
.prd-technicaldata table tr:first-child td {
    font-weight: 700;
    font-size: 18px !important;
    background: #0d656266;
}
.prd-technicaldata table tr:first-child td:first-child {
    border-radius: 20px 0 0 0 !important;
}
.prd-technicaldata table tr:first-child td:last-child {
    border-radius: 0 20px 0 0;
}
.prd-technicaldata table {
    margin: 20px 0 20px;
    color: #000000;
}
.product-chapter {
    margin: 0px 0 30px;
}
.prd-technicaldata table td, .prd-technicaldata table td p, .prd-technicaldata table td strong {
    font-size: 16px !important;
    margin: 0;
}
.resetfield {
    display: block;
    width: 20px;
    height: 20px;
    background: #f1f3f7 url(https://www.sudarshan.com/wp-content/uploads/2025/08/close-x.svg) no-repeat center;
    cursor: pointer;
    background-size: 15px;
    border-radius: 2px;
}
.defaultfield {
    display: flex;
    gap: 10px;
}
.printhdr {
    display: none;
}
.content-section {
    padding: 0 0 20px;
    position: relative;
}
.content-section h3 {
    font-size: 36px;
    line-height: 46px;
}
/*.content-section h4 {
    font-size: 25px;
    line-height: 35px;
}*/
.popup-content {
    background: #fff;
    padding: 20px;
    width: 400px;
    border-radius: 8px;
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
}
.close-popup {
    float: right;
    font-size: 24px;
    cursor: pointer;
}
.content-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.content-grid h4 {
    color: #0D6562;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 40px;
}
.content-grid ul {
    list-style: disc;
    padding-left: 20px;
}
.child-category-wrap .themebtn {
    margin-top: 20px;
}
.home .prod-finder-filter {
    margin-bottom: 0;
    padding-bottom: 0;
}
.home .prod-finder-filter {
    background: transparent;
    padding: 30px 0 0;
}
.product-result-list {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}


/*Sustainability*/
.esg-reports-section {
    display: flex;
    justify-content: space-between;
}
.esg-content {
    width: 30%;
}
.esg-post {
    width: 65%;
}
.esg-content p {
    margin-bottom: 20px !important;
}
.esg-reports-section .products-grid {
    flex-wrap:nowrap;
    gap: 40px;
}
.esg-reports-section .products-item {
    width: 50%;
}
.sustainability-posts {
    position: relative;
    width: 100%;
    padding: 10px 0 60px;
}
.sustainability-posts .products-grid {
    justify-content: flex-start;
}
.stepsinfographic {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepsinfographic ul {
    margin: 0 auto;
    max-width: 725px;
    width: 100%;
    padding: 200px 0;
    display: flex;
}
.stepsinfographic ul li {
    position: relative;
    width: 100%;
    margin: 0 -8px;
}
.steps-icon {
    background: #ffffff;
    border-radius: 100px;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.stepstext {
    position: absolute;
    width: 245px;
    top: -160px;
    text-align: center;
    left: -40px;
}
.steps-icon:before {
    position: absolute;
    content: '';
    width: 160px;
    height: 160px;
    top: 0;
    bottom: 0;
    border: 15px solid #0d6562;
    left: 0;
    right: auto;
    border-radius: 100%;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    transform: rotate(-45deg);
    z-index: 2;
}
.steps-icon:after {
    position: absolute;
    content: '';
    width: 160px;
    height: 160px;
    top: 0;
    bottom: 0;
    border: 15px solid #d1d1d1;
    left: 0;
    right: 0;
    border-radius: 100%;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    transform: rotate(135deg);
}
.stepsinfographic ul li:nth-child(2n) .steps-icon:before {
    border: 15px solid #0d6562;
    border-bottom: 15px solid #dbdbdb;
    border-left: 15px solid #dbdbdb;
    z-index: 1;
}
.stepsinfographic ul li:nth-child(2n) .steps-icon:after {
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #dbdbdb;
    border-top: 15px solid #dbdbdb;
}
.stepstext h4 {
    margin-bottom: 0;
}
.stepstext p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.stepsinfographic ul li:nth-child(2n) .stepstext {
    top: auto !important;
    bottom: -160px;
    left: -45px;
}
.stepstext:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 50px;
    background: #0d6562;
    bottom: -63px;
}
.stepstext:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #0d6562;
    bottom: -16px;
    border-radius: 100px;
    left: 2px;
    right: 0;
    margin: 0 auto;
}
.stepsinfographic ul li:nth-child(2n) .stepstext:before {
    bottom: auto;
    top: -63px;
}
.stepsinfographic ul li:nth-child(2n) .stepstext:after {
    bottom: auto;
    top: -16px;
}
.othersust-post {
    position: relative;
    padding: 0 0px 60px;
}
.othersust-post h3 {
    line-height: 40px;
    padding: 15px 0 0px !important;
}
.esg-page-lp .esg-post {
    width: 100%;
}

/*Career Pages*/
.sudanurture-item {
    background: #FFFFFF;
    padding: 20px;
    border: 0 !important;
    box-shadow: 0px 3px 20px #0D65621C;
    display: flex;
    gap: 45px;
}
.sudanurture-slider {
    border-radius: 0 !important;
    overflow: visible !important;
}
.sudanurture-img {
    width: 20%;
}
.sudanurture-content {
    width: 75%;
    position: relative;
/*    background: url(https://www.sudarshan.com/wp-content/uploads/2025/09/quoteicon.svg) no-repeat right top;*/
}
.sudanurture-img img {
    width: 100%;
}
.sudanurture-content h4 {
    color: #0D6562;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.sudanurture-content span {
    font-size: 22px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.testimonial-slider {
    overflow: visible !important;
    padding: 0px 0 100px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.testimonial-slider h4 {
    margin-top: 10px;
}
.testimonial-slider .sudanurture-content {
    width: 70%;
}
.testimonial-slider .sudanurture-img {
    width: 30%;
}
.quoteicon {
    margin-bottom: 5px;
}

/*Elementor Tabs*/
.e-n-tab-title {
    background: transparent !important;
    border-right: 1px solid #00000038 !important;
    padding: 5px 35px !important;
    cursor: pointer;
    color: #0000005c !important;
}
.e-n-tab-title span {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}
.e-n-tab-title:nth-last-child(2) {
    border-right: 0 !important;
}
.e-n-tabs-heading {
    width: fit-content;
    margin: 0 auto;
    border-bottom: 4px solid #0d656238;
    padding: 10px 0;
    position: relative;
}
.e-n-tabs-heading .underline {
  position: absolute;
  bottom: -4px;
  height: 4px;
  background: #0D6562;
  transition: all 0.3s ease;
}
.activeelm {
    color: #0D6562 !important;
}

/*Leadership Team*/
.leaders-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    margin: 50px 0 60px;
}
.leader-card {
    width: 22.6%;
    margin-bottom: 40px;
    position: relative;
}
.leader-card img {
    width: 100%;
    border-radius: 20px 0 0 0 !important;
}
.leader-card h3 {
    color: #EF3829;
    font-size: 25px;
    line-height: 32px;
    margin: 10px 0 10px;
}
.leader-card p {
    font-size: 18px;
    line-height: 22px;
}
/* Tabs */
.customtab-nav {
    display: flex;
    border-bottom: 4px solid #cfe0e0;
    width: fit-content;
    background: #ffffff;
    position: relative;
    margin: 0 auto;
}
/*.customtab-nav:after {
    position: absolute;
    content: '';
    right: -215%;
    width: 200%;
    background: #0000004d;
    height: 1px;
    top: 20px;
}*/
.customtab-nav li {
    position: relative;
}
.customtab-nav li a {
    cursor: pointer;
    padding: 15px 40px;
    border-radius: 6px;
    color: #b2b2b2;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    display: block;
}
.customtab-nav li:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 12px;
    width: 2px;
    height: 25px;
    background: #282828;
    opacity: 0.2;
}
.customtab-nav li:last-child:after {
    display: none;
}
.activenav, .customtab-nav li a:hover, .activenav a {
    color: #0D6562 !important;
}
.customtab-nav .tab-underline {
  position: absolute;
  bottom: -4px;
  height: 4px;
  background-color: #0D6562; /* your border color */
  transition: all 0.3s ease;
}
.customtab-nav li:nth-last-child(2):after {
    display: none;
}

/* Panels: hide by default, show when .active */
.customtab-panel { display: none; }
.customtab-panel.activetab { display: block; }

/* Simple popup overlay */
.leader-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.leader-popup.activepopup {
    display: flex !important;
}
.leader-popup .popup-content {
    background: #fff;
    max-width: 800px;
    width: 94%;
    padding: 20px;
    border-radius: 8px;
    max-height: 90vh;
    overflow: auto;
    position: relative;
}
/* Close button */
.leader-popup .close-popup {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    font-size: 20px;
	color:#000000;
}
/* Optional: prevent body scroll when popup open */
body.no-scroll {
    overflow: hidden;
}
#tab-c-level-management .leader-card {
    width: 17.5%;
    margin-bottom: 20px;
}
#tab-c-level-management .leaders-grid {
    gap: 35px;
}
#tab-c-level-management .leader-card h3 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
}
#tab-c-level-management .leader-card p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.subcat-title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 0 !important;
}
.subcat-block .leader-card {
    background: #F1F3F8;
    border-radius: 20px 0 0 0;
    padding: 20px;
}
.subcat-block .leader-card h3, .subcat-block .leader-card p {
    text-align: left !important;
}
.subcat-block .leader-card h3 {
    font-size: 24px !important;
    line-height: 28px !important;
}
.subcat-block .leader-card p {
    font-weight: 400 !important;
}
.csr-section .csrimg {
    object-fit: cover;
    width: 100%;
}
.rightbrdr {
    position: relative;
}
.rightbrdr:after {
    position: absolute;
    content: '';
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.imgcardcustom .elementor-image-box-content {
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(241, 243, 248, 1) 100%);
    border-radius: 20px;
    padding: 70px 20px 30px;
    font-size: 18px;
    line-height: 24px;
}
.imgcardcustom .elementor-image-box-img {
    margin-bottom: -60px !important;
}
.imgcardcustom hr {
    margin: 15px 0 !important;
    opacity: 0.3;
}
/*Media Pages*/
.media-posts-grid h3 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 10px;
}
.media-tab-content {
    margin: 50px 0;
    position: relative;
}
.category-description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.year-filter {
    position: absolute;
    right: 0;
    top: 0;
}
.media-post-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.media-post {
    width: 31.3%;
    margin-bottom: 40px;
    position: relative;
}
.media-thumb {
    position: relative;
}
.media-thumb img {
    width: 100%;
    display: block;
    border-radius: 20px 0 0 0 !important;
    height: auto;
}
.arw-span img {
    width: auto !important;
    border-radius: 0px !important;
}
.media-post h4 {
    font-size: 22px;
    line-height: 31px;
    font-weight: 400;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.related-media-posts {
    background: #F1F3F8;
    padding: 60px 0 20px;
}
.related-media-posts h3 {
    font-size: 35px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 30px;
}
.leadership-slider .leader-card {
    width: auto;
}
.menu-arrow {
    width: 12px;
    height: auto;
    margin-left: 5px;
    vertical-align: middle;
}
.year-select {
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #0D6562;
    padding: 5px 30px 5px 10px;
}
.sustainability-posts .pro-app-img {
    height: auto !important;
}
.media-post-layout {
    display: flex;
    gap: 50px;
    padding: 0 0 50px;
}
aside.media-sidebar {
    width: 30%;
    background: #f1f3f7;
    margin-top: 20px;
    flex: 1;
    border-left: 1px solid #eee;
    padding: 0 20px 20px;
}
.media-post-content {
    width: 70%;
}
.media-post-meta {
    margin: 30px 0;
}
.media-post-meta h1 {
    font-size: 36px !important;
    line-height: 45px !important;
}
.media-date {
    position: relative;
    width: 100%;
}
.media-date:after {
    position: absolute;
    content: '';
    right: 0;
    top: 20px;
    width: 100%;
    height: 2px;
    background: #ddd;
}
.media-date span {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    background: #ffffff;
    padding-right: 40px;
    z-index: 9;
}
.related-media-posts .media-thumb img {
    border: 1px solid #ddd;
}
.related-media-posts .media-thumb .arw-span img {
    border: 0;
}
.media-sidebar .sidebar-block {
    margin: 40px 0;
}

.media-sidebar h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.sidebar-cat-list li,
.sidebar-latest-list li {
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.sidebar-cat-list li a, .sidebar-latest-list li a {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0 !important;
}
.sidebar-latest-list li a {
    display: block;
}
.investor-grid {
    justify-content: flex-start;
    gap: 3.5%;
}
.investor-grid .products-item {
    margin-bottom: 30px;
}
.brsr-reports-list {
    display: flex;
    flex-wrap: wrap;
}
.brsr-item {
    width: 100%;
    position: relative;
}
.brsr-item a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    line-height: 31px;
    background: url(https://www.sudarshan.com/wp-content/uploads/2025/09/pdficon.svg) no-repeat;
    background-position: 99% 12px;
}
.allpolicypdf .dna-pdf-wrap {
    width: 20% !important;
    display: flex;
    justify-content: flex-end;
}
.allpolicypdf .dna-head {
    width: 80% !important;
}
.allpolicypdf li {
    width: 100%;
}
.leader-popup h2 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 0;
}
.leader-popup p {
    font-size: 20px;
}
.leader-details p {
    font-size: 16px;
    line-height: 25px;
}
#mapwrap .box_view_html {
    background-color: #F1F3F8 !important;
    padding: 15px !important;
    border-left: 6px solid #F0483B !important;
    border-radius: 0 !important;
    inset: auto !important;
    left: 0 !important;
    right: 0 !important;
    border: 1px solid #0D6562;
}
.postid-6063 #powerTip {
    display: none !important;
}
.cmpny-adrs a {
    text-decoration: underline !important;
    display: block;
    line-height: 17px;
}
.cmpny-adrs br {
    display: none;
}
.sudarshan-connect-form input.wpcf7-form-control, .sudarshan-connect-form select, .sudarshan-connect-form textarea {
    background: #ffffff !important;
}
.sudarshan-connect-form ul li {
    width: 49% !important;
}
.sudarshan-connect-form .fullwidth {
    width: 100% !important;
}
.backtoto {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
    transition: transform 0.3s ease;
    display: none; /* hidden by default */
}
.backtoto a img {
    width: 20px !important;
    transform: rotate(180deg);
}
.backtoto:hover {
    transform: translateY(-5px);
}
.backtoto a {
    display: block;
    background: #e7e7e7;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}
ul.formula-document-list li .binder {
    font-size: 15px;
}
.notfoundpage {
    text-align: center;
    padding: 60px 0;
}
#powerTip {
    border-radius: 0px !important;
}
.table-responsive {
    margin-bottom: 20px;
}
/* Loader Wrapper */
.circle-loader {
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3; /* light grey */
    border-top: 6px solid #0D6562; /* teal */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Spin Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
body.search  .searcbtn {
    display: none;
}

.corrosion-pdf {
    padding: 0 10px 40px;
}
.corrosion-pdf h3 {
    font-size: 35px;
    margin-bottom: 30px;
}
.page-id-10 .themebtn.hdrcta {
    display: none;
}
.product-key-features ul li::first-letter {
    text-transform: uppercase;
}
.home-csr-img {
    overflow: hidden;
    border-radius: 20px 0 0 0;
}
.home-csr-img img {
    display: block;
    transition: all 1s;
    transform: scale(1);
}
.csr-items:hover .home-csr-img img {
    transform: scale(1.1);
}
.csr-items:hover .arw-span, .leader-card:hover .arw-span, .media-post a:hover .arw-span {
    transform: rotate(45deg);
}

.product-count-and-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.product-count-txt {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
}
.third_level_app_sec .default_option li {
    display: flex;
    gap: 10px;
}
.third_level_app_sec .default_option li .resetfield {
    background-color: #fff;
}
.mediaimgth, .comm-img-sec {
    overflow: hidden;
    border-radius: 20px 0 0 0;
}
.mediaimgth img, .comm-img-sec img {
    display: block;
    transition: all 1s;
    transform: scale(1);
}
.media-thumb:hover .mediaimgth img, .commitment-img a:hover .comm-img-sec img {
    transform: scale(1.1);
}
.commitment-img a:hover .comm-img-sec .arw-span {
    transform: rotate(45deg);
}
.checklist li ul {
    list-style: disc;
}
.checklist li ul li {
    padding-left: 0;
}
.checklist li ul li:before {
    display: none;
}
.term-home-fabric-care .product-range-offer {
    padding-top: 0;
}
.text-end {
    text-align: right !important;
}
.app-img-section {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 0px 0 30px;
}
.appimg {
    width: 100%;
}
.appimg-txt {
    width: 100%;
}
.appimg img {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 20px 0 0 0;
}
#tab-corrosion-protection ul.mega-menu-list li {
    width: 100%;
}
.acopdf {
    margin-left: 10px;
}
.key-application {
    padding: 20px 0 30px;
}
.key-application h3 {
    margin-bottom: 20px;
}
.keyapplication-slider h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
.keyapplication-image img {
    display: block;
    width: 100%;
}
.keyapplication-image {
    overflow: hidden;
    display: block;
    border-radius: 20px 0 0 0;
    margin-bottom: 20px;
}
.divpadd {
    margin-top: 20px;
}
.page-id-2106 .point_style img {
    box-shadow: 0px 0px 4px #0000009e !important;
    border-radius: 100px !important;
}
.historyimginner {
    overflow: hidden;
    border-radius: 20px 0 0 0;
}
.historyimginner img {
    display: block;
}
.videoimgslider {
    overflow: hidden;
    border-radius: 20px 0 0 0;
}
.videoimgslider .video-slide {
  position: relative;
}
.videoimgslider .swiper-slide img {
    width: 100%;
    border-radius: 20px 0 0 0;
}
.videoimgslider .video-trigger {
  display: block;
  position: relative;
}
.videoimgslider .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 70px;
    height: 70px;
    line-height: 0;
    padding: 37px 20px 20px 24px;
}
.videoimgslider .play-icon:hover {
  background: rgba(0, 0, 0, 0.8);
}
.video-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    display: flex;
}
.video-popup-overlay.show-popup {
    opacity: 1;
    visibility: visible;
    display: flex;
}

.video-popup-box {
    position: relative;
    width: 80%;
    max-width: 900px;
    background: #000;
    border-radius: 10px;
    margin: 0 auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.close-popup {
    position: absolute;
    top: -30px;
    right: -30px;
    color: white;
    font-size: 32px;
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s ease;
}
.close-popup:hover {
  color: #ff5555;
}
.gtranslate-notranslate {
    all: initial !important; /* resets styles to prevent Google JS from altering */
}
.cky-switch input[type="checkbox"] {
    border-radius: 50px !important;
}
.cky-switch input[type="checkbox"]:checked {
    background: #0d6562 !important;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
    .tds-print-wrap {
        display: none !important;
    }
    .product-color {
        width: 30% !important;
    }
    .product-description {
        width: 65% !important;
    }
    .product-detail-info h1 {
        font-size: 25px !important;
        line-height: 35px !important;
        margin-bottom: 0 !important;
    }
    .product-detail-info h2, .product-detail-info h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    p, ul, ol, td, th, .product-chapter {
        font-size: 13px !important;
        line-height: 22px !important;
    }
    .printhdr {
        display: block;
        border-bottom: 1px solid #ddd ;
        margin-bottom: 20px;
    }
    .printhdr img {
        width: 200px;
    }
    .product-detail-info {
        padding: 20px 0 0 !important;
    }
    .product-key-features {
        margin-top: 0px !important;
    }
    p {
        margin-bottom: 10px !important;
    }
    body {
        padding-top: 20px !important;
    }
    .product-key-features ul li, .prd-technicaldata ul li {
        padding-left: 30px !important;
        margin-bottom: 5px !important;
        font-size: 14px;
    }
    table {
        border: 0 !important;
        font-size: 14px !important;
    }
    td, th {
        font-size: 14px !important;
        padding: 10px 15px !important;
        border: 0 !important;
    }
    .prd-technicaldata table td, .prd-technicaldata table td p, .prd-technicaldata table td strong {
        font-size: 14px !important !important;
    }
    .prd-technicaldata table tr:first-child td {
        font-size: 16px !important;
    }
    .product-chapter {
        margin: 0px 0 10px !important;
    }
    .prd-technicaldata table {
        margin: 0px 0 0px !important;
    }
    .color-code-bg {
        height: 200px !important;
    }
}
/*Product Detail Page*/

@media(max-width: 1440px) {
    .arw-span {
        top: 10px;
        right: 10px;
    }
    .news-meta:before {
        width: 58%;
    }
}

/*Responsive CSS Start*/
@media(max-width: 1150px) {
    .hdrlinks {
        margin-right: 20px;
    }
    .footer-inner {
        padding: 0 20px;
    }
    .inner-header {
        padding: 0 20px;
    }
    .toplinks {
        padding: 5px 20px;
    }
}

@media(max-width: 1280px) {
    .product-category-item-inner p {
        margin-bottom: 20px;
    }
    .cat-child-cat {
        margin: 30px 0 0;
    }
    h1, h2 {
        font-size: 42px !important;
        line-height: 50px !important;
    }
}
@media (min-width:1024px){
    body.term-919 .features-slider .swiper-wrapper, body.term-99 .features-slider .swiper-wrapper {
        justify-content: center;
    }    
}
@media(max-width: 1024px) {
    .ftrcol.proportfolioftr {
        width: 25%;
    }
    .app-img-section {
        flex-wrap: wrap;
        gap: 20px;
    }
    .content-section h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .product-count-and-select {
        padding: 0 10px;
    }
    .explore-product-filter h5 {
        margin-top: 20px;
    }
    ul.formula-document-list li .type {
        width: 20% !important;
    }
    ul.formula-document-list li .document {
        width: 15% !important;
    }
    ul.formula-document-list li .binder {
        width: 30% !important;
    }
    .formulation-form-section {
        padding: 30px 20px 0 !important;
        margin: 20px 20px 30px 20px !important;
    }
    .formula-document-section {
        padding: 0 10px 30px;
    }
    .related-media-posts {
        padding: 30px 10px 0;
    }
    .media-post-layout {
        padding: 0 20px;
        flex-wrap: wrap;
        gap: 0px;
    }
    .media-post-content {
        width: 100%;
    }
    aside.media-sidebar {
        width: 100%;
        padding: 0 25px 0;
        border: 1px solid #ddd;
        margin-bottom: 30px;
    }
    .dna-test-list li a {
        padding: 12px 20px 10px !important;
    }
    .sustainability-posts .products-grid {
        padding: 0 10px !important;
    }
    .sustainability-posts .products-grid .products-item {
        width: 48.5%;
    }
    .esg-page-lp .products-grid .products-item {
        width: 47% !important;
    }
    .inner-banner .page-title {
        padding: 0 20px;
    }
    .home .csr-items .arw-span {
        top: auto;
        bottom: 10px;
    }
    .home .csr-content {
        width: 100% !important;
        position: relative !important;
        top: 0 !important;
        height: 100% !important;
        margin-bottom: 20px !important;
    }
    .homebanner-content {
        padding: 0 10px;
    }
    .themebtn.hdrcta {
        margin-right: 80px;
    }
    /*.home .brand-logo a {
        width: 140px;
        height: 31px;
        background-size: 100%;
    }*/
    .hambergermenu {
        display: flex !important;
    }
    .languagetrans {
        top: 3px !important;
        right: 60px;
    }
    nav.main-nav {
        display: none;
    }
    .product-color {
        width: 40%;
    }
    .product-detail-info {
        padding: 30px 10px;
        overflow: hidden;
    }
    .product-detail-info h2 {
        font-size: 30px !important;
    }
    .product-description {
        width: 60%;
    }
    .prod-info-list {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
    .product-result-list {
        padding: 30px 0;
    }
    .prod-finder-filter {
        padding: 40px 10px;
        margin-bottom: 0;
    }
    .prod-finder-div {
        width: 48% !important;
    }
    .anodize-sec {
        padding: 30px 0px !important;
        text-align: left !important;
    }
    ul.anodize-list {
        flex-wrap: wrap !important;
    }
    ul.anodize-list li {
        width: 100% !important;
    }
    ul.anodize-list li h3 {
        max-width: 100% !important;
        margin: 20px 0 !important;
    }
    .anodize-sec > p {
        margin-bottom: 0 !important;
    }
    .anodize-process-sec {
        padding: 30px 0 !important;
    }
    .content-grid {
        flex-wrap: wrap;
        gap: 0px;
        margin-bottom: 10px;
    }
    .grid-item {
        width: 100%;
    }
    .content-section h3 {
        font-size: 25px;
        line-height: 33px;
    }
    .content-section {
        padding: 0 10px;
    }
    .product-range-offer h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .breadcrumbs-wrap {
        padding: 10px 10px;
    }
    .child-category-wrap {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .product-child-category-list {
        padding: 0 10px;
    }
    .child-category-item {
        width: 48%;
        margin-bottom: 30px;
    }
    .product-range-offer {
        padding: 40px 10px;
    }
    .technicalspec-list {
        margin-top: 30px;
        padding: 10px 0 70px !important;
    }
    .category-technicalspec h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .category-technicalspec h4 {
        font-size: 22px;
        line-height: 32px;
    }
    .category-technicalspec {
        padding: 40px 10px;
    }
    .explore-product-filter {
        overflow: hidden;
        padding: 0 10px;
    }
    .explore-product-filter .prod-finder-list-wrap {
        flex-wrap: wrap !important;
        gap: 0 !important;
    }
    .explore-product-filter .prod-finder-div.prod-finder-search {
        margin-bottom: 20px;
    }
    .explore-product-filter .prod-finder-div.prod-finder-select {
        width: 100% !important;
    }
    section.product-category-list {
        margin: 0;
        padding: 0 10px;
    }
    .product-category-item {
        margin-bottom: 50px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .product-category-image {
        width: 100%;
        margin-bottom: 30px;
    }
    .product-category-item-inner {
        width: 100%;
    }
    .product-category-item:nth-child(2n) {
        flex-direction: column-reverse;
    }
    footer {
        padding: 40px 0 0px;
    }
    .footer-inner {
        justify-content: space-between;
    }
    .ftrcol.medialinks {
        width: 15%;
    }
    .ftrcol.mainlinks {
        width: 25%;
    }
    .ftrbrand .ftrlogo {
        width: 200px;
    }
    .ftrcol.ftrbrand {
        width: 30%;
    }
    .product-type-section .products-item h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .products-grid {
        justify-content: flex-start;
        gap: 20px;
    }
    .product-type-section .products-item {
        width: 31.5%;
    }
    .product-type-section {
        padding: 30px 0 10px;
    }
    .overview-section {
        padding: 30px 10px 30px;
    }
    .topbar {
        display: none !important;
    }
    body {
        padding-top: 60px;
    }
    header {
        top: 0;
        padding: 10px 0;
    }
    .latest-updates-slider {
        padding-bottom: 50px;
    }
    .elementor-counter-title {
        text-align: center !important;
    }
    .latest-updates-slider h4 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .csr-img {
        width: 48% !important;
    }
    .csr-content {
        width: 48% !important;
        top: 60px !important;
        height: 600px !important;
    }
    .csr-content p {
        margin-bottom: 20px !important;
        max-width: 100% !important;
    }
    .products-list-section .cust-container {
        padding: 0;
    }   
    .products-item {
        width: 47%;
    }
    .custstats:after {
        display: none;
    }
    h1, h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}

@media(max-width: 767px) {
    .key-application {
        padding: 0px 0 10px;
    }
    .acopdf {
        margin-left: 0px;
        margin-top: 15px;
    }
    .product-count-and-select {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }
    .corrosion-pdf {
        padding: 0 10px 20px;
    }
    .corrosion-pdf h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    html .gt_float_switcher .gt-current-lang {
        padding: 0px 5px !important;
    }
    .gt_float_switcher .gt-selected {
        width: 50px;
    }
    .homebanner-content {
        height: auto !important;
        background: #f1f3f7;
        padding: 20px 10px !important;
    }
    .homebanner-content h1 {
        color: #231F20;
    }
    .video-background {
        position: relative;
        height: 60vh !important;
    }
    .video-background video {
        height: 100%;
        object-position: top center;
    }
    ul.formula-document-list {
        width: 600px;
    }
    .formula-document-sec {
        overflow: scroll;
    }
    .formulation-head-subhead p {
        font-size: 20px !important;
        margin: 0 0 20px 0 !important;
    }
    .formulation-head-subhead h2 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .media-date span {
        font-size: 16px !important;
        padding-right: 20px !important;
    }
    .media-post-meta h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .sudarshan-connect-form ul li {
        width: 100% !important;
    }
    .otp-sec .products-item h3 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
    .leaders-grid {
        margin: 30px 0 30px !important;
    }
    .arw-span {
        top: 20px;
        right: 20px;
    }
    .leader-popup {
        z-index: 999999 !important;
    }
    .leader-popup h2 {
        font-size: 28px !important;
        line-height: 35px !important;
    }
    h4.popup-title {
        padding-right: 35px;
        text-align: left;
    }
    iframe#videoFrame {
        height: 250px !important;
    }
    .event-gallery-popup .popup-content, .video-popup .popup-content {
        padding: 10px !important;
        width: 90% !important;
    }
    .media-tab-content {
        margin: 30px 0 0 !important;
    }
    .esg-reports-section .products-grid {
        gap: 20px !important;
    }
    .esg-page-lp .products-grid .products-item {
        width: 100% !important;
    }
    .customtab-nav li a {
        padding: 15px !important;
    }
    .filters select {
        font-size: 16px !important;
        line-height: 25px !important;
    }
    .invt-list-icon {
        font-size: 16px !important;
        line-height: 23px !important;
    }
    .invt-section-header h2 {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }
    .baseline {
        width: 200% !important;
    }
    .customtab-nav-wrap {
        overflow: scroll;
    }
    .investor-tab-section .tab, .customtab-nav li a {
        white-space: nowrap;
    }
    .tabs {
        justify-content: flex-start !important;
    }
    .tabs-wrapper {
        overflow: scroll !important;
        align-items: flex-start !important;
    }
    .investor-grid .products-item {
        margin-bottom: 10px;
    }
    .investor-tab-section {
        margin: 10px 0 30px !important;
    }
    .inner-banner .page-title:before {
        position: absolute;
        content: '';
        top: -79px;
        left: 0;
        right: 0;
        height: 80px;
        background: #232121;
        background: linear-gradient(0deg,rgba(35, 33, 33, 1) 0%, rgba(35, 33, 33, 0) 100%);
        width: 100%;
    }
    .inner-banner {
        background: #232121;
    }
    .inner-banner .page-title {
        position: relative;
        padding: 0 20px;
    }
    .page-title h1 {
        padding: 30px 0;
        margin: 0;
    }
    .mobile_banner {
        display: block !important;
        height: auto !important;
    }
    .desktop_banner {
        display: none !important;
    }
    .languagetrans {
        top: 8px !important;
    }
    .themebtn.hdrcta {
        top: 40%;
        right: -57px;
        position: fixed;
        transition: all 0.5s;
        transform: rotate(-90deg);
        margin-right: 0px;
    }
    .product-detail-info h2, .product-detail-info h3 {
        font-size: 25px;
        line-height: 32px !important;
    }
    .prd-technicaldata table tr:first-child td {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .prd-technicaldata table td, .prd-technicaldata table td p, .prd-technicaldata table td strong {
        font-size: 14px !important;
    }
    td, th {
        font-size: 14px !important;
        padding: 10px !important;
    }
    .product-key-features h3 span {
        padding-right: 20px;
    }
    .tds-print-wrap {
        gap: 10px;
    }
    .color-code-bg {
        height: 150px;
    }
    .product-info {
        flex-wrap: wrap;
    }
    .product-color {
        width: 100%;
        margin-bottom: 30px;
    }
    .product-description {
        width: 100%;
    }
    .product-detail-info h2 {
        font-size: 25px !important;
    }
    .printbtn {
        padding: 5px 30px 5px 15px !important;
        background-position: 98% center;
    }
    .prod-finder-filter .subtitle {
        font-size: 18px;
    }
    .prod-color-div span {
        height: 40px;
        width: 35px;
    }
    .prod-info-list li {
        padding: 6px 10px;
    }
    .prod-info-list {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 10px;
        row-gap: 10px;
    }
    .prod-finder-div {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .content-grid h4 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
    ul.anodize-list li h3 {
        font-size: 20px !important;
        line-height: 28px !important;
        margin: 10px 0 !important;
    }
    html .anodize-sec h2, html .anodize-process-sec h2 {
        line-height: 42px !important;
    }
    .content-section p {
        margin-bottom: 20px !important;
    }
    .content-section p {
        margin-bottom: 40px;
    }
    .child-category-wrap {
        padding-bottom: 0;
    }
    .product-range-offer {
        padding: 40px 10px 20px;
    }
    .child-category-item h4 {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }
    .child-category-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .category-technicalspec h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .category-technicalspec h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .product-category-item-inner h2 {
        font-size: 30px !important;
        line-height: 38px !important;
        margin-bottom: 10px !important;
    }
    .product-category-item {
        margin-bottom: 20px;
    }
    .cat-child-cat {
        flex-wrap: wrap;
    }
    .child-cat-item {
        width: 48%;
    }
    .cat-child-cat h3 {
        margin: 10px 0 20px;
    }
    .product-category-image {
        margin-bottom: 20px;
    }
    .ftrcol.copyrighttxt {
        width: 100%;
    }
    .ftrcol.policylinks {
        width: 100%;
    }
	.policylinks ul {
		justify-content:flex-start;
		margin-top:20px;
		margin-bottom:20px;
	}
    .ftrcol.poweredby {
        width: 10%;
    }
    footer h4 {
        line-height: 25px;
        font-size: 22px;
    }
    .ftrcol.ftrbrand {
        width: 100%;
        margin-bottom: 30px;
    }
    .ftrcol.proportfolioftr {
        width: 100%;
        margin-bottom: 30px;
    }
    ul.ftrsocial {
        margin: 10px 0 0;
    }
    .ftrcol.mainlinks {
        width: 100%;
        margin-bottom: 30px;
    }
    .ftrcol {
        width: 100%;
    }
    .ftrcol.medialinks {
        width: 100%;
        margin-bottom: 30px;
    }
    .ftrcol .ftrmenu {
        margin-bottom: 0;
    }
    .ftrcol .ftrmenu {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        justify-content: space-between;
    }
    .ftrcol .ftrmenu li {
        width: 48%;
    }
    .product-type-section h5 {
        font-size: 18px;
        line-height: 25px;
    }
    .product-type-section .products-item h3 {
        font-size: 18px;
        line-height: 23px;
        padding: 10px 0 0 !important;
    }
    .product-type-section .products-item {
        width: 46.8% !important;
    }
    .breadcrumbs-wrap {
        padding: 8px 10px;
        font-size: 12px;
    }
    body {
        padding-top: 58px;
    }
    .themebtn.hdrcta {
        padding: 5px 20px;
    }
    .brand-logo {
        max-width: 207px;
    }
    .csr-items h4 {
        margin-top: 10px !important;
    }
    .csr-inner {
        flex-wrap: wrap;
    }
    .csr-content {
        width: 100% !important;
    }
    .csr-img {
        width: 100% !important;
    }
    .csr-content {
        position: relative !important;
        top: 0 !important;
    }
    .products-item p {
        margin-bottom: 10px !important;
    }
    .products-item {
        width: 100% !important;
    }
    h1, h2 {
        font-size: 35px !important;
        line-height: 42px !important;
    }
}
/* GOOGLE CAPTCHA*/
.grecaptcha-badge {
    display: none !important;
}