* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

:root{
    --blue: #373D81;
    --red:#F60505;
}

body{
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
}
body p{
    font-size: 29px;
    margin: 0;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;    
}
body a {
	font-family: "DM Sans", sans-serif;
    text-decoration: none;
}
body ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
body section{
        position: relative;
       }
body img{
    width: 100%;
    height: auto;
}

/* Heading Tags */
h1{
   font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 35px;
}
h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 32px;
}
h3{
   font-family: "DM Sans", sans-serif;
   font-weight: 400;
   font-size: 24px;
   line-height: 34px;
}
h4{
	font-family: "DM Sans", sans-serif;
   font-size: 22px;
   font-weight: 500;
   line-height: 32px; 
}
h5{
	font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
h6{
	font-family: "DM Sans", sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	margin:0px;
}
.p_100{
    padding:96px 0px;
}
::-webkit-scrollbar {
	width: 7px;
	background: #ffffff;
	color: var(--red);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #EF0006;
	border-radius: 10px;
}
.hero_section {
            position: relative;
        }
.carousel-item img {
            width: 100%;
            height: auto;
            max-height: 600px; /
            object-fit: cover;
        }
.carousel-caption p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
}
 .carousel-caption h1::after {
            content: '';
            display: block;
            width: 70%;
	        margin-right:auto;
            height: 2px;
            background: #fff;
        }
.carousel-caption {
    width: 75%;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
    margin: auto;
        }
.carousel-caption h1 {
           color: #fff;
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    text-align: left;
    margin: unset;
}

/* .hero_section {
    position: relative;
    width: 100%;
}

.slider {
    position: relative;
    overflow: hidden;
}

.carousel-inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    transition: transform 0.5s ease;
}

.carousel-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.right-inner-carousel ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.carousel-item {
  transition: opacity 0.6s ease-in-out;
}

.carasol-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
	background-color: #add8ff70;
	display: flex;
    align-items: center;
}

.carasol-content-inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: row-reverse;
}

.carausal_gallery ul {
    direction: rtl;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    position: relative;
}
.carasol_content {
    background: var(--red);
    padding: 37px;
    text-align: left;
    max-width: 26%;
    margin: 13% 0px 0px 4px;
}

.carasol_content h1 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin-bottom: unset;
}
}
.carasol-content .container {
    height: 100%;
} */
.main-btn {
    display: inline-block;
    background: linear-gradient(45deg, var(--blue), var(--red));
    border-radius: 80px;
    padding: 14px 42px;
    border: 1px solid var(--red);
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.main-btn:hover {
    background-color: #fff;
    color: var(--red);
    text-decoration: none;
}
.slider_nav_buttons button.carousel-control-prev {
    border: 1px solid #fff;
    position: absolute;
    top: 45%;
    left: 0;
    right: auto;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.slider_nav_buttons button.carousel-control-next {
    border: 1px solid #fff;
    position: absolute;
    top: 45%;
	right:0;
    width: 50px;
    height: 50px;
    opacity: 1;
} 
.carousel-control-prev {
    left: 10%;
    background: rgba(0, 0, 0, 0.4);
    width: 3rem;
    height: 3rem;
    top: 42%;
    border-radius: 50%;
}
button.carousel-control-next {
    right: 10%;
    background: rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    top: 42%;
    border-radius: 50%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px;
    height: 20px;
}
/* .carausal_gallery ul > li:nth-child(3) {
    height: 100%;
    align-items: center;
    position: absolute;
    top: 30%;
    left: -84%;
} */

/*
.carausal_gallery ul li img {
    width: 120px;
    height: 120px;
}
.carausal_gallery ul > li:nth-child(3) img {
    width: 200px;
    height: 120px;
} */
/* Explore our product */
.product-cards {
    padding: 100px 0;
}

.pro-heading {
    text-align: center;
    margin-bottom: 40px;
}

.card-grid {
    display: flex;
    flex-wrap: nowrap; /* Ensure cards stay in a row */
    gap: 20px;
    justify-content: center;
}

/* Owl Carousel default styles might override some flex properties, so you can use !important if necessary */
.card {  
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
}

.card-image img {
height: 230px !important;
  object-fit: cover;
  max-width: 100%;
}
.card-content {
    min-height: 145px;
    background: var(--blue);
    padding: 25px;
	text-align:left;
	align-content:center;
}

.card-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px #000;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
}

.card-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.card-link {
    display: inline-block;
    margin-top: auto;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
/*extra*/
.owl-dots {
    display: none;
}
.owl-carousel .owl-stage-outer {
    padding: 0 10px; /* Adjust padding as needed */
}
.pro-button {
    text-align: center;
    margin-top: 42px;
}
.owl-carousel .owl-stage-outer{
	padding:0px;
}
.item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    margin: 0px 10px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    max-width: 100%;
}

.item img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.item:hover {
    transform: scale(1.02);
    opacity: 1;
    z-index: 1;
}

.item:hover img {
    transform: scale(1.04);
    opacity: 1;
}

.main-pro-slider .owl-stage-outer:hover .item:not(:hover) {
    opacity: 0.6;
}
.item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.55);
    transition: all 0.5s ease-in;
}
/* Owl Carousel Navigation Buttons */
.owl-nav button.owl-prev span,
.owl-nav button.owl-next span {
    display: none;
}

section.Main-pro.p_100 .main-pro-slider button.owl-prev,
section.Main-pro.p_100 .main-pro-slider button.owl-next {
    border: 1px solid #000;
    position: absolute;
    top: 44%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    background-color: transparent;
}

section.Main-pro.p_100 .main-pro-slider button.owl-prev {
    left: -60px;
}

section.Main-pro.p_100 .main-pro-slider button.owl-next {
    right: -60px;
}

section.Main-pro.p_100 .main-pro-slider button.owl-prev::before,
section.Main-pro.p_100 .main-pro-slider button.owl-next::before {
    content: "";
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.Main-pro.p_100 .main-pro-slider button.owl-prev::before {
    background: url(https://nextstep.net.in/sunlac/wp-content/themes/sunlac/assest/images/pro-left-arrow.svg) no-repeat center;
}

section.Main-pro.p_100 .main-pro-slider button.owl-next::before {
    background: url('https://nextstep.net.in/sunlac/wp-content/themes/sunlac/assest/images/pro-right-arrow.svg') no-repeat center;
}
/* Prevent Hover Effect on Navigation Buttons */
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    transform: none;
    opacity: 1;
}
/*about section*/
section.about-main {
    background: url('https://nextstep.net.in/sunlac/wp-content/uploads/2024/05/About.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
}
section.Main-pro.p_100 .container {
    padding: 0;
}
.about-breadcrumb .row.counter_row.text-center #counter-box .counter::after {
  content: '+';
}
 hr {
    height: 1px;
    border-width: 0;
    color: black;
    background-color: black;
	border-color: #000000;
}
.owl-carousel .owl-stage {
    margin: 10px 0px;
}
.about-inner {
    max-width: 60%;
    position: absolute;
    margin: auto;
    text-align: center;
    top: 22%;
    left: 28%;
    width: 44%;
}
.quality-brands.col-4 {
    display: flex;
}
.about-img img {
    border-radius: 24px;
	height: 550px;
    object-fit: cover;
}
section.about-breadcrumb .row {
    align-items: center;
    padding: 18px 0px;
}
.main-about-powertech {
    position: relative;
}
.pow-right-sec .Power-box {
    padding: 40px 40px 40px 0px;
    width: 80%;
    margin-left: auto;
}
.color-right-sec {
    position: sticky;
    top: 120px;
    margin-top: -55px;
    background: #ffffff;
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 7%), 0 2px 9px 0 rgb(0 0 0 / 6%);
    height: 500px;
    align-items: center;
    margin-left: -100%;
    align-content: center;
}
.Power-box h2 {
    text-align: left;
}
.pow-right-sec .Power-box p {
    font-size: 14px;
    line-height: 24px;
}
.pow-right-sec {
    background: linear-gradient(45deg, var(--red), var(--blue));
    color: #fff;
}
.pow-left-sec {
    position: sticky;
    top: 120px;
    background: #fff;
    margin-top: -55px;
    margin-right: -100%;
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 7%), 0 2px 9px 0 rgb(0 0 0 / 6%);
}
.about-sunlac-left-sec {
    text-align: center;
}

.about-sunlac-left-sec img {
    width: 30%;
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 7%), 0 2px 9px 0 rgb(0 0 0 / 6%);
}
section.main-about-powertech {
    padding: 40px 0px;
}
section.main-about-colortek {
    padding-top: 60px;
}
.color-left-sec {
    background: linear-gradient(223deg, var(--red), var(--blue));
    color: #fff;
}
.color-left-sec .color-box{
	padding: 40px 0px 40px 40px;
    width: 80%;
    margin-right: auto;
}
.color-box h2 {
    text-align: left;
}
.color-left-sec .color-box p {
    font-size: 16px;
    line-height: 26px;
}
.quality-brands.col-4 img {
	width: auto;
	height: 40px;
	margin-right: 12px;
	object-fit: contain;
}
.quality-brands.col-4 h3 {
    color: #fff;
    line-height: 32px;
    font-size: 20px;
	line-height:30px;
	font-weight:500;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

/* Industry Areas */
.indus-image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.indus-image-item {
    position: relative;
    display: inline-block;
    width: 251px;
    height: 188px;
    overflow: hidden;
    margin: 3px;
}

.indus-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hover-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #00000045;
}

.indus-image-item:hover img {
    transform: scale(1.1);
}

.indus-image-item:hover .hover-effect {
    background-color: #0063be5e; 
    opacity: 1;
}

.indus-icon {
    width: 40%;
}
.hover-effect:hover::after {
    content: '';
    position: absolute;
    width: 94%;
    height: 94%;
    top: 3%;
    left: 3%;
    background: transparent;
    border: 1px solid #fff;
}
.indus-text {
width: 80%;
    font-size: 14px;
    margin-top: 0.5em;
    border: 1px solid white;
    padding: 5px 10px;
    border-radius: 5px;
}

.indus-image-item:hover .indus-text {
    display: block;
}

.owl-carousel .owl-stage-outer .owl-item .item1 h3 {
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.owl-carousel .owl-nav button.owl-prev::before {
    content: "";
    background: url(https://nextstep.net.in/demac/wp-content/uploads/2024/05/Vector-1-1.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #000;
    position: absolute;
    top: 29%;
    left: -60px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    background-color: transparent;
}

.owl-carousel .owl-nav button.owl-next::before {
    content: "";
    background: url(https://nextstep.net.in/demac/wp-content/uploads/2024/05/Vector-3.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next {
    border: 1px solid #000;
    position: absolute;
    top: 29%;
    right: -60px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    background-color: transparent;
}

.item1 img {
    border-radius: 50%;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}

section.Main-pro.p_100 .main-pro-slider .owl-stage-outer .item img {
    width: 264px;
    height: 345px;
	object-fit:cover;
}

.item1:hover {
    transform: scale(1.0) translateY(-10px);
}
.item1 {
	transition: transform 0.6s ease, top 0.6s ease;
}
/*3d studio*/
section.Studio.p_100 {
    background-image: url(https://nextstep.net.in/sunlac/wp-content/uploads/2024/05/Background.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.studio-right.col-6 img {
    border-radius: 24px;
}
.studio-right.col-6 h3 {
    margin-bottom: 24px;
    font-size:24px;
    font-weight:600;
    line-height:34px;
    color:#232323;
}
.studio-right img {
    border-radius: 24px;
    margin-bottom: 32px;
    height: 450px;
    object-fit: cover;
}
.studio-left-top h3 {
    margin-bottom: 24px;
    font-size:24px;
    font-weight:600;
    line-height:34px;
    color:#232323;
}
.studio-left-bottom ul {
    display: flex;
    flex-direction: column;
    row-gap: 27px;
    width: 45%;
    margin-top: 20%;
}
.studio-left-bottom ul li a {
    width: 100%;
    text-align: center;
}
.studio-left-bottom ul li {
    width: 100%;
}
/*our brands carousel*/
.owl-item.active .item2 {
    border: 1px solid #c9c9c98a;
    border-radius: 10px;
}
.owl-carousel .owl-stage-outer .item2 h3 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
/* Initial state: Color */
.brand-logo {
    transition: filter 0.3s ease;
}

/* Hover state: Grayscale */
.brand-logo:hover {
    filter: grayscale(100%);
}
/*types of sunlac*/
section.tps-sec {
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, #00000082 8%, rgb(255 255 255 / 10%) 25%);
}
section.about-main.p_100 .about-inner h2 {
    margin-bottom: 24px;
}
.tps-sec-img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
/*   transition: z-index 0.9s, opacity 0.9s; */
/* 	transition: opacity 0.9s ease, transform 0.9s ease; */
}

.tps-sec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.7s ease, transform 0.7s ease; 
}
ul.tps-main-box {
    height: 85vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.flip-box-front {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.flip-box-front span {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}
.flip-box-front h2 {
    text-align: left;
    color: #fff;
	font-weight:500;
	margin-bottom:20px;
	font-size: 30px;
    line-height: 40px;
}
.tps-box-sec {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px;
    padding-left: 30px;
}
ul.tps-main-box li:hover .tps-box-sec {
    justify-content: flex-end;
    padding-right: 20px;
}
ul.tps-main-box li:hover .flip-box{
	background:var(--blue);
	padding:30px;
	border-radius:12px;
	width: 350px;
    height: auto;
	margin-bottom: 20px;
}
ul.tps-main-box li:hover .flip-box-front p {
    display: block;	
}
ul.tps-main-box li:hover .flip-box-front a {
    display: inline-block;
	padding:11px 28px;
}
ul.tps-main-box li {
    border-right: 1px solid #fff;
}
ul.tps-main-box li:hover .tps-sec-img img {
    opacity: 1; /* Change opacity for smooth transition */
    transform: scale(1.05); /* Slight zoom effect */
}
.flip-box-front p {
	display:none;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}
.flip-box-front a {
    display: none;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 11px 26px;
    border-radius: 80px;
    width: 126px;
}
ul.tps-main-box li:hover .tps-sec-img {
    z-index: -1;
}
.tps-sec-img img{
	z-index:9;
}

/*news&blog*/
section.blogs_wrapper.sl.p_100 {
    margin: 173px 0px 0px 0px;
}

.blogs_main .main_title {
    text-align: center;
}

.blog_image img {
    border-radius: 18px 18px 0px 0px;
}

.blog_content {
    background: #fff;
    padding: 24px 30px 40px 30px;
    border: 1px solid #D3D3D3;
    border-radius: 0px 0px 18px 18px;
}

.blog_content h5 {
    color: #000;
    margin: 0;
    padding-bottom: 23px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.blog_content a.main-btn {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    color: #2E2E2E;
    text-decoration: underline;
    font-weight: 500;
}
.news-button a.main-btn {
    font-size: 16px;
    line-height: 26px;
}
.news-button {
    text-align: center;
    margin-top: 40px;
    padding: 10px 30px;
}

.blog_item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog_item:hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	    border-radius: 18px;
}
/*our clients*/
section.main-client.p_100 {
    padding: 100px 0px;
    margin-top: 200px;
}
.owl-carousel .owl-item .item3 img {
    border: 1px solid #dad1ce;
    border-radius: 18px;
	    padding: 0px 20px;
}
.item3:hover {
    transform: scale(1.0) translateY(-10px);
}
.item3 {
    transition: transform 0.3s ease, top 0.3s ease;
}
/*why us section*/
section.why-main.p_100 {
    background: #EFE9E7;
    height: 662px;
}
.tabcontent {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.tabcontent.active {
    display: block;
    opacity: 1;
}

.tabs {
    text-align: center;
}

.tablink {
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.tabs button.tablink {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.tablink.active {
    background-color: transparent;
    color: #fff;
    border-top: 4px solid var(--red);
    margin-top: -3px;
    padding-top: 20px;
}

.why-inner-sec {
    position: relative;
}

.why-inner-sec .tabs {
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    border-top: 1px solid #fff;
    margin: auto;
    width: 90%;
}

.why-inner-sec img {
    border-radius: 24px;
}

.why-inner-sec:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 24px;
    background: linear-gradient(0deg, #000000cc 0%, rgb(255 255 255 / 5%) 80%);
}
/*catalogue section*/
section.main-catalog {
    margin: 100px 0px;
}
.cata-right-sec {
    height: 100%;
    display: flex;
    width: 199%;
    align-items: center;
    position: relative;
    justify-content: end;
    z-index: 99;
    margin-left: -98%;
}
.cata-box {
    background-color: #F9F9F9;
    border-radius: 18px;
    padding: 75px 80px;
    width: 710px;
}
.cata-box span {
	font-style:normal;
    font-size: 20px;
    line-height: 30px;
    color: var(--red);
    font-weight: 400;
}
.cata-box h2{
    text-align: left;
    margin-bottom: 14px;
	font-size: 45px;
	line-height:55px;
}
.cata-box p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 42px;
}
section.main-catalog.p_100 .col-6.p0{
    display: flex;
    justify-content: end;
}
.col-6.cata.p0 {
    height: 80vh;
    position: relative;
}
.cata-left-sec {
    position: relative;
    height: 582px;
    width: 872px;
    border-radius: 20px;
}
.cata-right-sec .main-btn {
  margin-right: 20px;
}
.cata-left-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:24px;
}
/*dealer locator*/
section.dealer-loc.p_100 {
    background-image: url(https://nextstep.net.in/sunlac/wp-content/uploads/2024/06/locate-dealer.webp);
    background-size: cover;
}
.inner-dealer-sec {
    background: #fff;
    max-width: 900px;
    padding: 63px 0px;
    text-align: center;
    margin: auto;
    border-radius: 24px;
}
.dealer-inner-box h2 {
    margin-bottom: 12px;
}
.dealer-inner-box {
    width: 90%;
    margin: auto;
}
.dealer-inner-box p {
    font-size: 18px;
	line-height:28px;
}

/*footer*/
footer.footer {
    background-color: #373D81;
    color: #fff;
    background-image: url(https://nextstep.net.in/sunlac/wp-content/uploads/2024/09/doted-map-1.webp) !important;
    background-size: contain;
    background-attachment: fixed !important;
    background-position: bottom;
}
.footer .footer-top .footer-btm-content .social_icons li a img {
  width: 50%;
  height: auto;
  margin-right: 20px;
}
.footer-top-content h3 {
    margin-bottom: 16px;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.footer-sec-bottom-left a p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #e8e8e8d6;
}
.footer-sec-bottom-left a h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
}
.footer-sec-bottom .footer-sec-bottom-right {
    text-align: center;
}
.footer-sec-bottom .footer-sec-bottom-right h3 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 16px;
}
ul.Footer-list-main-tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.footer-btm-content ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 12px;
    color: #e8e8e8d6;
    display: block;
    transition: color 0.3s ease;
}
.footer-btm-content ul li a:hover {
    color: var(--red);
}
.footer-btm-content ul li p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #e8e8e8d6;
    margin-bottom: 15px;
}
.footer-btm-content ul li p:hover{
	color:var(--red);
}
ul.social_icons {
    display: flex;
    justify-content: start;
    gap: 0px;
}
/* ul.social_icons li {
    width: 25%;
} */
ul.social_icons li a img {
    transition: transform 0.3s ease, filter 0.3s ease;
	width:40%;
}
ul.social_icons li a:hover img {
    transform: scale(1.1);
    filter: brightness(1.2);
}
.footer-bottom {
    border-top: 1px solid #ffffff42;
    text-align: center;
    background: linear-gradient(45deg, var(--blue), var(--red));
    height: 34px;
    align-content: center;
}
.footer-bottom .footer-bt .footer-bt-inner{
	margin-bottom:10px;
}
.footer-bottom .footer-bt .footer-bt-inner a {
    color: #fff;
}
.footer-bt p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 0;
}
.footer-top.p_100 {
    padding: 100px 0px 80px 0px;
}
.footer-bt p a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}
.footer-bt p a:hover {
    color: var(--red);
}
/*about us page*/
section.About-background {
    background-color: #EFE9E7;
    height:260px;
    margin-top: -17%;
}
.clr-100 {
    padding-top: 115px !important;
}
.about-img{
	z-index:99;
}
section.why_sunlac_paints.slc.p_100 {
    background: #EFE9E7;
}
.why_Sunlac_paints_box h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 12px;
}
section.banner_common .breadcrumb-title {
    position: absolute;
    bottom: 5%;
    left: 8%;
}
section.banner_common .breadcrumb-title h2 {
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    z-index: 9;
}
section.banner_common:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	background: linear-gradient(0deg, #000000e3 5%, rgb(255 255 255 / 0%) 100%);
}	
section.About-us-img.p_100.pb-0 .about-sec .about-left.col-6{
	      padding: 0px 24px 0px 12px;
}
section.About-us-img.p_100.pb-0 .about-sec .about-right.col-6{
	padding: 0px 12px 0px 24px;
}

section.About-us-img.p_100 .about-sec h2 {
    text-align: left;
    padding: 0px;
    margin-bottom: 48px;
    font-size: 48px;
}
section.About-us-img.p_100 .row .about-sec p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: justify;
    margin: 0 0px 24px 0px;

}
section.About-us-img.p_100 .row .about-sec {
    position: relative;
    padding-bottom: 48px;
}
section.About-us-img.p_100 .row .about-sec h2:before {
   background-color: var(--red);
    color: var(--red);
    width: 12%;
    height: 5px;
    content: "";
    position: absolute;
    left: 12px;
    top: 64px;
    display: block;
}
.about-breadcrumb {
    position: relative;
    background-image: url(https://nextstep.net.in/sunlac/wp-content/uploads/2024/08/sunlac-facts.webp);
    background-size: cover;
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.about-breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 67%);
    z-index: 1;
}

.about-breadcrumb * {
    position: relative;
    z-index: 2;
}

.counter_row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter_box {
    color: #ffffff; /* White text color */
    text-align: center;
    padding: 20px;
}

.counter_box h2 {
    font-size: 3rem; /* Large font for numbers */
    font-weight: bold;
    margin-bottom: 10px;
}

.counter_box p {
    font-size: 1.2rem; /* Slightly larger font for descriptions */
    margin: 0;
    font-weight: 500;
}

.counter_row::before,
.counter_row::after {
    content: "";
    flex: 1;
}

.counter_row > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter_row > div:not(:last-child) {
    border-right: 1px solid #fff; 
    padding-right: 20px;
}

.counter_row > div:not(:first-child) {
    padding-left: 20px;
}
section.why_sunlac_paints.slc .main_heading p {
   width: 62%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 48px;
}
section.why_sunlac_paints.slc.p_100 .main_heading h2 {
    margin-bottom: 24px;
}
.About-bottom-cont {
    background: #f0f0f0;
    padding: 30px;
    height: 292px;
    border-radius: 0px 0px 24px 24px;
}
.why_Sunlac_paints_box {
    background-color: #ffffff;
    padding: 48px;
    border-radius: 24px;
	height: 100%;
}
.why_Sunlac_paints_box img {
    width: 24%;
    height: auto;
    margin-bottom: 24px;
}
.why_Sunlac_paints_box p {
    font-size: 16px;
    line-height: 26px;
}
.About-left-box.col-6 img {
    border-radius: 24px 24px 0px 0px;
	height: 340px;
	object-fit:cover;
}
.About-right-box.col-6 img {
    border-radius: 18px 18px 0px 0px;
	height: 340px;
	object-fit:cover;
}
section.about-us-1.p_100 .row .About-left-box.col-6 .About-bottom-cont p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
    margin: 20px 0px;
    width: 95%;
}
.About-left-box.col-6 .About-bottom-cont h3{
	text-align: left;
	font-weight:700;
	font-size:30px;
	line-height:40px;
    padding: 30px 0px 0px 0px;
    margin-bottom: 0px;
}
.About-right-box.col-6 .About-bottom-cont h3{
	text-align: left;
	font-weight:700;
	font-size:30px;
	line-height:40px;
    padding: 30px 0px 0px 0px;
    margin-bottom: 0px;
}
section.about-us-1.p_100 .row .About-right-box.col-6 .About-bottom-cont p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
    margin: 20px 0px;
    width: 95%;	
}
/*contact page*/
.contact-address .cont-add-right {
  background: #373D81;
  padding: 50px;
  color: #fff;
}
.contact-address .cont-add-right p {
    width: 81%;
    font-size: 18px;
}

.contact-address .cont-add-right a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.contact-address .cont-add-right span a {
    text-decoration: underline;
}
.contact-address .pro-heading h2 {
  text-align: left;
}
hr.evn {
    margin-left: auto;
}
.contact-address hr {
	width: 49%;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: unset;
}
.pro-heading-evn h2 {
  text-align: right;
}
.pro-heading-evn {
    padding: 50px 0px 0px 0px;
}
.pro-heading-odd {
    margin-bottom: 40px;
    padding-top: 50px;
}
.pro-heading-odd h2 {
    text-align: left;
}
.contact-main-inner-column {
    background: #EFE9E7;
    padding: 40px 30px;
    text-align: center;
    width: 100%;
	border-radius: 18px;
}

.suncn-addon-text p {
    font-size: 16px;
    line-height: 26px;
}
.sun-text p {
    font-size: 15px;
    line-height: 25px;
}
.sun-text h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0px;
    font-weight: 700;
    padding-bottom: 15px;
}

span.suncn-icon-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.sun-text p a {
    color: #000;
}

/*map*/
#map {
    width: 100%;
    height: 400px;
    background: #ddd;
}
.contact-form-right.col-6 img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}
section.contact-map-section {
    padding: 0px 0px 100px 0px;
}
section.form-main-sec.p_100 {
    padding: 30px 0 100px 0px;
}
.contact-form-right.col-6.p0 {
    margin: 0;
    padding: 0;
}
.contact-form-left.col-6.p0 {
    padding: 60px;
    border-radius: 24px 0px 0px 24px;
}
.main-heading.text-start h2 {
    text-align: left;
    font-size: 45px;
    margin-bottom: 30px;
}
.Input-box.col-12 {
    margin-bottom: 20px;
}
.Input-box.col {
    margin-bottom: 20px;
}
.Input-box.col input.form-control {
    padding: 15px 12px;
	font-size: 16px;
    font-weight: 400;
}
.Input-box.col-12 input.form-control {
    padding: 15px 12px;
	font-size: 16px;
    font-weight: 400;
}
textarea#exampleFormControlTextarea1 {
    width: 100%;
    padding: 8px 0px 0px 18px;
    height: 140px;
    resize: none;
    border-radius: 4px;
	font-size: 16px;
    font-weight: 400;
}
section.contact-form.p_100 form a.main-btn {
    margin-top: 30px;
    padding: 10px 40px;
}
/*brands page*/
section.brands-logo-sec .row .main-inner-logo.col-3 .brand-logo-img {
    width: 100%;
    text-align: center;
    border-right: 1px solid #e5e1e14f;
    margin: 0px;
    border: 1px solid #6d686845;
    background: #fff;
}


section.brands-logo-sec .row .main-inner-logo .brand-logo-title h3 {
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-align: center;
    padding: 10px 5px;
}
.logos_outer {
    height: 100%;
    background: linear-gradient(45deg, var(--blue), var(--red));
}
.brand-logo-img img {
    width: 65%;
}
section.brands-logo-sec .row {
    ROW-GAP: 30PX;
}
/*product page*/
.Product-Box img {
    border-radius: 18px;
}
.Product-Box {
    position: relative;
}
section.product-category.p_100 .row {
    row-gap: 30px;
}
.Product-Box h3{
	 position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    background: #0063be91;
}
/*privacy page*/
.policy-inner-sec h4 {
    font-weight: 500;
}
section.policy-sec.p_100 .policy-inner-sec p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}
section.policy-sec .policy-inner-sec ul {
    list-style: disc;
    margin-left: 20px;
}
section.policy-sec .policy-inner-sec ul li {
    margin-bottom: 10px;
}
/*news page*/
.blog_item :hover .blog_image img {
    transform: scale(1.1);
}
.blog_image {
	border-radius: 18px 18px 0px 0px;
    overflow: hidden;
    transition: .9s all;
}
.blog_image img {
    transition: .9s all;
}
section.news-insight-sec.p_100 .row {
    row-gap: 30px;
}
.blogs_content h3:hover {
    color: #110081;
}
.Sunlac_blogs:hover .blogs_content {
    background: rgba(0, 51, 255, 0.12);
}
.Sunlac_blogs:hover {
        border-color: var(--blue);
}
.Sunlac_blogs {
    border-radius: 32px;
    transition: 0.6s ease;
    border: 2px solid transparent;
    background: #fff;
}
}
.News-insight-main-heading h2 {
    margin-bottom: 20px;
}
.News-insight-main-heading p {
    font-size: 22px;
    margin: auto;
    width: 75%;
    text-align: center;
    margin-bottom: 50px;
}
.blogs_image img {
    height: 227px;
    width:100%;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}
.blogs_content {
    padding: 24px;
    background: #F4f4f4;
    border-radius: 0 0 30px 30px;
}
.blogs_content h5 {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--blue);
	font-weight:500;
}
.blogs_content p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogs_content h3 {
	color: #000;
	margin-top: 12px;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blogs_content a.main-btn {
    background: none;
    border: none;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    color: var(--red);
    font-weight: 500;
}
.blogs_content a.main-btn:hover {
    color: var(--red);
}
.blogs_main .blog-btn {
    text-align: center;
    margin-top: 40px;
}
/*single product page*/

.pro-left.col-6 .d-flex.align-items-start div#v-pills-tab {
    width: 30%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background:none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link button#v-pills-home-tab img{
	border:1px solid var(--blue);
	padding:0;
	
}
.product-details {
	margin-left:30px;
	border-bottom: 1px solid #D6D6D6;
}

.product-details h1 {
    margin-bottom: 20px;
	text-align:left;
	font-size: 44px;
    line-height: 54px;
}
.product-details ul.Pro-desc li {
    margin-bottom: 10px;
}
.product-details h6 {
    font-size: 18px;
    margin-bottom: 10px;
	font-weight:600;
}
.product-main-desc h6 {
    font-size: 18px;
     margin-bottom: 10px;
	padding-top:30px;
	font-weight:600;
}
.product-main-desc p{
    font-size: 16px;
	line-height:26px;
}
.product-details p {
    font-size: 16px;
	line-height:26px;
}
.product-details ul.Pro-desc {
    list-style: disc;
    margin-left: 21px;
}
.cta-anchors {
    padding: 10px 0px 10px 0px;
	margin-left:30px;
    border-bottom: 1px solid #d9d9d9;
}
.product-main-desc {
	padding: 0px 0px 30px 0px;
    margin-left: 30px;
}
.product-main-desc ul.single-prr-box-desc li {
    margin-bottom: 15px;
}
section.Single-pro-tab-sec.p_100.pt-0 .nav-link1 {
    background: transparent;
    padding: 13px 45px 13px 8px;
    margin-bottom: 25px;
    color: #000;
    text-align: left;
    border-right: none;
    border-bottom: 4px solid #f0f0f0;
    border-top: none;
    border-left: none;
}
}
.d-flex.align-items-start .col-3 div#v-pills-tab1 {
    padding: 0px 40px 0px 0px;
}
div#v-pills-tab1Content p {
    font-size: 16px;
    line-height: 26px;
}
section.single-page-accordian.p_100 {
   background-color: #f9f9f9;
}
.accordion-button:not(.collapsed) {
    color: #000;
	font-size: 21px;
    line-height: 31px;
	padding: 41px 31px 0px 31px;
	font-weight:600;
	background-color:#fff;
    box-shadow: none;
}
.accordion-item{
	 color: #000;
}
.accordion {
    padding: 20px 0px 0px 0px;
}
.accordion-body {
    font-size: 16px;
    line-height: 26px;
    padding: 25px 31px 41px 31px;
}
.accordion-button:focus{
	border-color:none;
	box-shadow:none;
}
.accordion-item {
    margin-bottom: 30px;
	border:none;
}
div#accordionPanelsStayOpenExample {
    max-width: 1050px;
    margin: auto;
}
button.accordion-button.collapsed{
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    color: #000;
    padding: 41px 31px;
    border: 2px solid #f0f0f0;
}
/*career page*/
section.career-main-sec.p_100 .career-outer-sec h3 {
    font-size: 35px;
    line-height: 52px;
    width: 98%;
    padding: 0;
    font-weight: 700;
    margin-bottom: 21px;
}
section.career-main-sec h2 {
    text-align: left;
	width:50%;
}
section.career-main-sec.p_100 .career-outer-sec p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	text-align: justify;
    color: #3e3e3c;
	margin-bottom: 30px;
}
section.career-opt-main-sec.p_100 .row .col-md-4 .why_Sunlac_paints_box {
    background: #f0f0f0;
}
section.career-accordian.p_100 {
    background: #EFE9E7;
}
section.career-opt-main-sec.p_100 .career-opt-sec p {
    font-size: 18px;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}
section.career-current-sec.p_100.pt-0 .current-inner-sec {
    max-width: 950px;
    margin: auto;
}
.form_field.col-md-6 input {
    width: 100%;
    padding: 10px 8px;
    margin-bottom: 20px;
	border: 1px solid #f0f0f0;
}
.accordion-body p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.accordion-body h3 {
    font-weight: 500;
}
ul.accordian-sub-list {
    list-style: disc;
    margin-left: 30px;
}
.accordion-body ul.accord-list {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 25px;
}
.accordion-body .accord-btn {
    margin: auto;
    width: 8%;
}
.form_field_submit input {
     background: var(--red) !important;
    padding: 10px 35px;
    color: #fff;
    border: none;
    border-radius: 24px;
}
/*career option sec*/
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
section.career-accordian.p_100 .career-inner-sec {
    max-width: 1300px;
    margin: auto;
}
/* Add border-radius to accordion items */
.accordion-item {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 15px; /* Add some space between accordion items */
}

.accordion-button {
  border-radius: 18px 18px 0 0;
}

.accordion-button.collapsed {
  border-radius: 18px;
}
section.career-opt-main-sec.p_100 .career-inner-sec .career-opt-sec p {
    width: 62%;
}
.accordion-item:first-of-type{
	border-radius:18px;
}
.accordion-item:last-of-type .accordion-collapse{
	border-radius:18px !important;
}
.accordion-item:last-of-type{
	border-radius:18px;
}
/*whatsapp icon*/
.whatsapp_icon {
    position: fixed;
    left: 50px;
    bottom: 30px;
    z-index: 99;
}

.whatsapp_icon a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    background: #faf7f2;
    color: var(--primary-color);
    box-shadow: 0 0 0 8px rgba(61, 251, 105, 0.45), 
                0 0 0 15px rgba(33, 164, 40, 0.63), 
                1rem 1rem 2rem rgb(0 0 0 / 25%);
    animation: zoom 2s infinite; /* Apply zoom animation */
    position: relative;
    z-index: 1;
}

.whatsapp_icon a i {
    margin: 0;
}

.whatsapp_icon a i.fab.fa-whatsapp {
    color: #25d366;
}

@keyframes zoom {
    0%, 100% {
        transform: scale(1); /* Original size */
    }
    50% {
        transform: scale(1.2); /* Zoom in */
    }
}

/*extra section*/
.about_main_flex_home {
    display: flex;
    position: relative;
}

/* .about_main_flex_home::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.25));
    z-index: 4;
} */

.first_block_wrapper {
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 50%;
    height: 28vw;
    position: static;
}

.first_block_wrapper picture {
    transition: 1.6s all;
    width: 50%;
    animation-name: ImagesAccordion__zIndex--1jXZh;
    animation-duration: 3s;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: auto;
}
.first_block_wrapper img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.first_block_wrapper:hover picture {
    animation: none;
    z-index: 91;
    width: 100%;
}

.right_flow picture {
    right: 0;
}
.cladding_wrapper .first_block_wrapper:nth-child(3) picture{
    right: 0;
}
.about_main_flex_home .first_block_wrapper:nth-child(1) img {
    object-position: left;
}
.about_main_flex_home .first_block_wrapper:nth-child(2) img {
    object-position: right;
}
.products_discraption h5 {
    margin-bottom: 14px;
    font-size: 20px;
}
.content_about_wrapper {
  position: relative;
  z-index: 9;
  padding: 60px;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
  transition: 1.6s all;
}
.first_block_wrapper:hover .content_about_wrapper {
  z-index: 92;
}
.content_about_wrapper img {
  width: 200px;
  object-fit: cover;
  /*background: #fff;*/
  height: 100px;
  position: absolute;
  left : 0;
  transition: 2s;
}
.cladding_wrapper .first_block_wrapper.right_flow .content_about_wrapper::after{
    
        display: none;

}

.cladding_wrapper .content_about_wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #ffffff;
    width: 1px;
}
.first_block_wrapper:hover .content_box {
    opacity: 1;
    max-height: 400px;
}
/*banner*/
.carousel-top-content {
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%);
    z-index: 1;
    color: white;
    background: var(--red);
    padding:30px;
	width: 355px;
    height: 174px;
}

.carousel-top-content h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0px;
    text-align: left;
}

.carousel-top-content p {
  font-size: 1.2em;
  margin-bottom: 20px;
	text-align: left;
}

.carousel-top-content button {
  padding: 10px 20px;
  font-size: 1em;
  background-color: #007bff; /* Adjust button color as needed */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-top-content button:hover {
  background-color: #0056b3; /* Adjust button hover color as needed */
}

.image-grid {
    position: absolute;
    top: 50%;
    right: 33%;
    transform: translateY(-50%);
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px;
}

.image-grid img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.image-grid img:hover {
  transform: scale(1.1);
}
/*single news page*/
.single_news_title h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 30px;
}
.single_news_title p {
    font-size: 17px;
    line-height: 30px;
}
.single-news_sidebar_box li.dark.name {
    margin-bottom: 20px;
}
.single-news_sidebar h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
	color:var(--red);
}
.single-news_sidebar_box li.dark.name h6 {
      color: #000;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
section.single_news_banner img {
    height: 450px;
    object-fit: cover;
}
.single-news_sidebar {
    padding: 10px;
    position: sticky;
    top: 20%;
}
.single-news_sidebar_box li.dark.name img {
    border-radius: 10px;
}
/*single type page*/
.Types-category .col-4 {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.typ-sub-left-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.typ-sub-left-content {
    width: 95%;
}
.typ-sub-left-content h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}
.types-sub-right-content img {
    height: 500px;
    object-fit: cover;
}
section.type-sub-sec.p_100.pt-0 .row {
    display: flex;
    align-items: center;
}
.types-item {
    position: relative;
    overflow: hidden;
}

.types-item img {
    width: 100%;
    display: block;
}

.types-content {
    position: absolute;
    top: 30%; /* Start from 30% down from the top */
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: black;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Smooth transition for both transform and opacity */
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.types-item:hover .types-content {
    transform: translateY(0);
    opacity: 1; /* Make content fully visible on hover */
}

.types-heading {
    margin-bottom: 20px;
    position: relative;
    z-index: 1; /* Ensure heading is above the content */
}

.types-heading h2 {
    font-size: 1.5em;
    margin: 0;
    transition: opacity 0.5s ease-in-out; /* Smooth transition for opacity */
}

.types-item:hover .types-heading h2 {
    opacity: 0; /* Hide the heading on hover */
}

.types-content h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.types-content p {
    font-size: 16px;
    line-height: 26px;
}
.accordion-item {
    display: none;
}
.accordion-item:nth-child(-n+5) {
    display: block;
}
/*code of conuct*/
.career-inner-box {
    margin-bottom: 80px;
}
.career-inner-box h2 {
    text-align: left;
    position: relative;
}
.career-outer-sec {
    padding-top: 20px;
}
.research-inner-img img {
    width: 93%;
}
.career-outer-sec .row {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 20px;
}
.career-outer-sec img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.career-outer-right-sec {
    flex: 1;
}
.career-outer-left-sec {
    flex: 1;
    padding: 0 15px;
}
.career-outer-left-sec p {
    margin-bottom: 20px;
    font-size: 1em;
}
.career-inner-box:nth-of-type(odd) .row {
    flex-direction: row;
}
.career-inner-box:nth-of-type(even) .row {
    flex-direction: row-reverse;
}
.career-outer-left-sec {
    position: sticky;
    top: 50px;
}
	.career-outer-right-sec{
	 position: sticky;
    top: 180px;	
	}
/*Single type industry*/
section.single-indus-tab .single-indus-left ul {
    position: sticky;
    top: 120px;
}
section.single-indus-tab .row ul li {
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
    font-size: 19px;
    color: #4a4a4a; /* Softer, more sophisticated color */
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-left-color 0.3s;
    border-left: 4px solid transparent; /* Minimalist left border */
}

section.single-indus-tab .row ul li:hover {
    color: var(--blue); /* Subtle transition to a classier blue tone */
    background-color: #f8f8f8; /* Light, elegant background on hover */
}

section.single-indus-tab .row ul li a {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: inherit; /* Keeping color subtle and refined */
    text-decoration: none;
    width: 100%;
    display: block;
    transition: color 0.3s;
}

section.single-indus-tab .row .single-right-content {
    margin-left: 70px;
    width: 85%;
}

section.single-indus-tab .row .single-right-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #333;
    text-align: justify;
}
section.single-indus-tab .row .single-right-content h3 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 38px;
    color: #2c2c2c; /* Classy dark color for headings */
}

section.single-indus-tab ul li.active {
    color: #000;
    border-left-color: var(--blue); /* Elegant blue for active tab border */
    background-color: #eef1f5; /* Soft, subtle background for active tab */
}

section.single-indus-tab ul li.active a {
    color: var(--blue); /* Classy blue for active tab text */
}

section.single-indus-tab ul li.active::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px; /* Smaller, more refined indicator */
    height: 8px;
    border-radius: 50%;
    background-color: var(--blue); /* Keeping the classy blue theme */
}
/*about sunlac*/
section.about-sunlac-main-sec .row {
    row-gap: 50px;
}
section.about-sunlac-main-sec .about-snlc-right-sec p {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
/*floating icons*/
.fixed_wrapper ul li a {
    display: flex;
    padding: 15px 15px 15px 0;
    color: #000000;
    font-weight: 700;
    font-size: 1.6rem;
    outline: none;
    align-items: center;
    text-decoration: underline;
}
.fixed_wrapper ul li {
    pointer-events: all;
    padding: 0;
    transform: translateX(calc(100% - 64px));
    transition: transform .3s;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, .2); */
    background: var(--red);
}
.fixed_wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
    z-index: 91;
}
.fixed_wrapper ul li:hover {
    transform: translateX(0);
}
.fixed_wrapper ul li a img {
    width: 65px;
    padding: 0 17px;
}
.fixed_wrapper ul li a h6 {
    color: #ffffff;
    font-size: 15px;
}
.header_second .login_icon svg path {
    fill: #000000;
}

.fixed_wrapper ul li a img {
    width: 65px;
    padding: 0 17px;
}

.fixed_wrapper ul li svg {
    height: 25px;
    width: 70px;
}
/*single product page*/
.single-main-desc p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #333;
}

section.single-product-banner.p_100 hr {
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, var(--red), var(--blue));
    border: none;
    margin: 20px 0;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.detailcontent.p-0 h2 {
    text-align: left;
    font-size: 26px;
    margin-bottom: 20px;
}

dl.pm26-def-list {
    background: #EFE9E7;
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

dl.pm26-def-list dt {
    font-weight: bold;
    color: #222;
}

dl.pm26-def-list dd {
    margin-bottom: 10px;
    color: #555;
}

.related-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

.related-product-carousel .related-product-item {
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    transition: transform 0.3s ease;
}

.related-product-carousel .related-product-item:hover {
    transform: translateY(-10px);
}

.related-product-carousel img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.related-product-carousel h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 0;
}
/*trail*/
.float-broucher-icon {
    position: fixed !important;
    top: 50%;
    left: 0;
    z-index: 999;
    border-radius: 8px 0px 0px 8px;
    background: linear-gradient(45deg, var(--blue), var(--red));
    padding: 10px 5px;
    color: #fff;
    transform-origin: left;
    writing-mode: tb-rl;
    transform: rotateZ(-180deg) translateY(-50%) translateX(0%);
    transform-origin: top;
}
.float-broucher-icon a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
}



/*join us*/
.working-process__text {
    height: 300px;
}
.working-process .section-title {
  margin-bottom: 114px;
}
	.working-process__count img {
    width: 50%;
    height: auto;
    margin: 20px;
}
	p.working-process__text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.working-process__single {
  position: relative;
  display: block;
  background-color: var(--ambed-primary, #f2eeeb);
  padding: 40px 40px 60px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 90px;
  z-index: 2;
  margin-left: 40px;
}
.working-process__count {
    position: absolute;
    top: -43px;
    left: -40px;
    height: 77px;
    width: 77px;
    background-color: #1d246d;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.working-process__icon {
  position: relative;
  display: block;
  text-align: right;
  margin-bottom: -13px;
}
.working-process__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 24px;
}

.working-process__title a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
	h3.working-process__title a:hover {
    color: var(--red);
}
.working-process__single:before {
    position: absolute;
    top: -20px;
    left: 0;
    right: 50px;
    content: "";
    height: 4px;
    background-color: #1d246d;
    z-index: -1;
}

.working-process__single:after {
  position: absolute;
  top: 0px;
  left: -20px;
  bottom: 50px;
  content: "";
  width: 4px;
  background-color: #1d246d;
  z-index: -1;
}
	.more-services__btn {
    padding: 10px 40px 10px;
}
	.thm-btn:hover:after {
    opacity: 1;
    width: 100%;
}

.more-services__btn:after {
    background-color: var(--ambed-white, #ffffff);
}
	.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    z-index: -1;
}
	.working-process__single:hover .working-process__title a {
  color: #1d246d;
}
	.more-services__btn:hover {
    color: var(--red);
}
	.working-process__single p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    height: 300px;
}
.working-process {
    position: relative;
    display: block;
    padding: 85px 0 60px;
}
	.working-process__inner {
    position: relative;
    display: block;
    counter-reset: count;
}
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
	background-color: #1d246d;
    color: var(--ambed-white, #ffffff);
    font-size: 14px;
    font-weight: 700;
    padding: 15px 50px 15px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    border-radius: 18px 0px 18px 18px;
}
/*enuiry*/
  #enquiry-form {
    background-color: #f9f9f9;
    padding: 60px 0;
  }
  #enquiry-form h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
  }
  #enquiry-form .form-content {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  #enquiry-form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
  }
  #enquiry-form .wpcf7-form p {
    width: 100%;
  }
  #enquiry-form .wpcf7-form input,
  #enquiry-form .wpcf7-form textarea,
  #enquiry-form .wpcf7-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 1rem;
  }
#enquiry-form .wpcf7-form textarea {
    resize: vertical;
    height: 100px;
}

#enquiry-form .wpcf7-submit {
    background-color: var(--red);
    color: #fff;
    padding: 10px 20px;
    border: none;
    width: 30%;
    font-size: 1.2rem;
    width: 25% !important;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}
#enquiry-form .wpcf7-submit:hover {
    background-color: var(--blue);
}
.brand-logo-img {
    background: #fff;
    text-align: center;
    border: 1px solid #0000004f;
}
  /* Responsive Design */
  @media (max-width: 768px) {
    #enquiry-form {
      padding: 40px 20px;
    }
    #enquiry-form h2 {
      font-size: 2rem;
    }
  }
.filters{
	height: fit-content;
}

/* Modal custom styling */
.modal-dialog {
    max-width: 600px; 
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}
.modal-header {
    background-color: var(--red);

}
.modal-body {
    border: 1px solid #bfbfbf85;
}
.modal-footer button.btn.btn-secondary {
    background: var(--red);
}
#productDemoModalLabel{
	    color: #fff;
}
.modal-footer button {
    background: var(--blue);
}