*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--main-color: #00395D;  
}
html {
  scroll-behavior: smooth;
}

body {
	font-family:"neue-haas-unica";
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:"neue-haas-unica";
}
h1 {
    font-family:"neue-haas-unica";
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 38px;
}
h2 {
    font-family: "neue-haas-unica";
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 32px;
}
h4{
font-family:"neue-haas-unica";
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
}
p {
	margin: 0;
	padding: 0;
	font-family:"neue-haas-unica";
}

ul, ol {
	list-style: none;
	font-family:"neue-haas-unica";
}

a {
	text-decoration: none;
	color: inherit; 
	font-family:"neue-haas-unica";
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	border: none;
	outline: none;
	background: transparent;
}


button {
	cursor: pointer;
}
.padding {
    padding: 64px 0px;
}
/*banner*/
.hero-section {
    height: 91vh;
    position: relative;
}

.hero-section video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgb(0 0 0 / 32%) 50%, rgba(0, 0, 0, 0.3) 100%);
}

.hero-content {
    z-index: 3;
    position: absolute;
    top: 53%;
    left: 27% !important;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    width: 40%;
}
.hero-content a.btn.btn-light {
    background: transparent;
    padding: 0;
    border: none;
}

.hero-content a.btn.btn-light span {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 28px;
    background: linear-gradient(0deg, rgba(3, 3, 3, 0), rgba(3, 3, 3, 0)), linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
    border-radius: 85px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out; 
}

.hero-content a.btn.btn-light span:hover {
    background: linear-gradient(0deg, rgba(3, 3, 3, 0), rgba(3, 3, 3, 0)), linear-gradient(0deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)); 
    color: #000; 
    border-color: #000; 
    transform: scale(1.05); 
}

   .view-all {
            display: inline-block;
        }

.view-all a {
  font-size: 16px;
    line-height: 26px;
    padding: 10px 28px;
    background: var(--main-color);
    border-radius: 85px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

      .view-all a span {
    position: relative;
    z-index: 2;
    font-weight: 600;
}

        .view-all a::before {
            content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 85px;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    z-index: -1;
        }

       .view-all a:hover {
color: var(--main-color);
    border-color: var(--main-color);
    z-index: 2;
}

        .view-all a:hover::before {
           transform: scaleX(1);
        }


/*slider*/
.slider-container {
	position: relative;
}

.slick-slide {
	margin: 0 10px;
	height: auto; 
}
.slick-slide img {
	width: 100%;
	display: block;
	object-fit: contain; 
	max-height: 100%;
}
.slide-content h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 34px;
}
.slide-content {
    opacity: 0;
    position: absolute;
    bottom: -35%;
    left: 10%;
    background-color: #fff;
    padding: 35px;
    width: 75%;
}
section.home-slider .view-all {
	display: block;
	text-align: right;
	margin-top: 65px;
}

.slider-container {
	position: relative;
}
.slide-content p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
}
.slider {
	display: flex; 
}


.slick-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slick-slide.transcale {
    transform: scale(1);
    z-index: 2;
}
.slide-content {
    opacity: 0;
    position: absolute;
    bottom: -35%;
    left: 7%;
    background-color: #fff;
    padding: 35px 40px;
    width: 80%;
}
.slick-slide.slick-current.slick-active.slick-center .slide-content {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}
section.home-slider .slick-prev {
   left: 85%;
    top: 123%;
}
section.home-slider .slick-next {
    right: 75px;
    top: 123%;
}
.slick-prev i, .slick-next i {
    font-size: 20px;
    line-height: 20px;
    color: var(--main-color);
}

/*footer*/
.btn-1 {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 38px;
    border-left: 2px solid #ffffff;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.footer-top .footer-top-box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.btn-1.btn-border-1::after,
.btn-1.btn-border-1::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    visibility: hidden;
}

.btn-1.btn-border-1::after {
    bottom: -3px;
    right: -3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.btn-1.btn-border-1::before {
    top: -3px;
    left: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}

.btn-1.btn-border-1:hover {
    animation: pulse 1s ease-out .4s;
    color: #fff;
    border-left: none; /* Remove border-left on hover */
}

.btn-1.btn-border-1:hover::after,
.btn-1.btn-border-1:hover::before {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    visibility: visible;
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.btn-1.btn-border-1:hover::after {
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.btn-1.btn-border-1:hover::before {
    transition: width .1s ease, height .1s ease .1s;
}



.footer-top {
    background-color: var(--main-color);
    color: white;
    padding: 64px 0px;
}
.footer-top .footer-top-box {
    text-align: center;
    padding: 0px 30px;
}

.footer-bottom .input-group input.form-control {
    border-radius: 0;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 24px;
    margin-right: 14px;
}
.footer-bottom-header .input-group .btn {
    border-radius: 0;
    position: relative;
    z-index: 2;
    background: #8D8D8D;
    font-size: 15px;
    line-height: 9px;
    color: #fff;
}

.footer-content-btm .footer-logo img {
    width: 175px;
    height: auto;
    margin-bottom: 28px;
}
.footer-content-btm p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.footer-bottom {
    background-color: #343434;
    color: white;
    padding: 64px 0 30px 0px;
}
.footer-bottom .footer-bottom-header h4 {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.footer-bottom .footer-bottom-header ul {
	margin: 0;
	padding: 0;
}
.footer-bottom a {
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    display: inline-block;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-weight: 300;
    font-family: "neue-haas-unica";
}
.footer-bottom a:hover {
	color: #00aeee;
	transform: scale(1.1);
}
.footer-bottom .footer-bottom-header ul li {
	margin-bottom: 5px;
}
.footer-bottom-header {
    padding: 0px 60px 0px 0px;
}
.footer-bottom-header:last-child {
    padding-right: 0px; 
}

.footer-bottom-header .social-icons a {
    background: transparent;
    margin-right: 22px;
}
.footer-bottom-header .social-icons a i {
    font-size: 20px;
    margin-right: 27px;
}
.social-icons a {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
}
.footer-bottom-header p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 300;
}
.footer-bottom .input-group {
	margin-top: 30px;
}
/* Article Section */

.article-content {
    padding: 24px 16px 24px 0px;
    position: relative; 
    border-bottom: 1px solid #000000; 
    transition: border-color 0.3s ease;
}

.article-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color); 
    transition: width 0.4s ease; 
}

.article-content:hover::after {
    width: 100%; 
}


section.main-articles-sec .article-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #000;
}


section.main-articles-sec .row {
    margin-bottom: 24px;
}

section.main-articles-sec a.common-btn {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 28px;
    background: var(--main-color);
    border-radius: 85px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    position: relative; 
    transition: 0.7s ease;
}
section.tab-category .tab-content h4.product-title {
    color: #000;
    text-align: center;
    padding: 12px 0px;
    font-size: 22px;
    line-height: 32px;
}
section.tab-category .tab-content img.img-fluid {
    background: #c7c7c7;
}
section.main-articles-sec a.common-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 85px;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    z-index: -1; 
}

section.main-articles-sec a.common-btn:hover::before {
    transform: scaleX(1); 
}

section.main-articles-sec a.common-btn:hover {
    color: var(--main-color);
    border-color: var(--main-color);
    z-index: 2; 
}

section.main-articles-sec .main-btn {
    text-align: right;
}

section.home-slider .slider-container {
    width: 75%;
    margin: auto;
}
section.home-slider .slick-list.draggable {
	overflow: visible;
}
section.home-slider .slick-slide:not(.slick-center) {
	transform: scaleY(0.8);
}
.slick-slide {
    transition: 0.8s;
    position: relative;
    margin-right: 60px;
}

section.home-slider {
	overflow: hidden;
}
/* Ensure responsiveness */
@media (max-width: 768px) {
	.section.main-articles-sec .row {
		display: block;
		margin-bottom: 20px;
	}

	.section.main-articles-sec .col-4 {
		width: 100%;
		margin-bottom: 20px;
	}
}
section.tab-category ul#categoryTabs li.nav-item .nav-link.active {
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color);
    font-weight: 700;
    border-top: none;
    border-right: none;
    border-left: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}
.nav-tabs .nav-link:hover {
    border: none;
    outline: none;
}
.nav-tabs .nav-link.active {
    border: none;
    outline: none;
}
section.tab-category ul#categoryTabs {
    gap: 24px;
    border-bottom: 1px solid #000;
}
section.tab-category ul#categoryTabs li.nav-item a {
    color: #6b6463;
    padding: 15px 15px 8px 15px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
	border-bottom-color: var(--main-color);
}
section.tab-category .main-btn a.common-btn {
        font-size: 16px;
    line-height: 26px;
    padding: 10px 28px;
    background: var(--main-color);
    border-radius: 85px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
section.tab-category .main-btn a.common-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 85px;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    z-index: -1;
}
section.tab-category .main-btn a.common-btn:hover {
    color: var(--main-color);
    border-color: var(--main-color);
    z-index: 2;
}
section.tab-category .main-btn a.common-btn:hover::before {
    transform: scaleX(1); 
}
section.tab-category .main-btn {
    margin-top: 24px;
    text-align: right;
}

section.main-csr-sec .csr-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 94%;
    margin-left: auto;
}
section.main-csr-sec .csr-content .main-btn a.common-btn {
     font-size: 16px;
    line-height: 26px;
    padding: 10px 28px;
    background: var(--main-color);
    border-radius: 85px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
section.main-csr-sec .csr-content .main-btn a.common-btn::before{
	 content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; 
    border-radius: 85px;
    transform: scaleX(0); 
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    z-index: -1; 
}
section.main-csr-sec .csr-content .main-btn a.common-btn:hover {
    color: var(--main-color); 
    border-color: var(--main-color);
    z-index: 2; 
}
section.main-csr-sec .csr-content .main-btn a.common-btn:hover::before {
    transform: scaleX(1); 
}
section.main-csr-sec .csr-content h2 {
    margin-bottom: 32px;
}
/*safety*/
section.main-csr-sec .csr-content p {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 26px;
}
section.adventure-section .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 100px;
}
.adventure-section {
	overflow: hidden;
}
.main-image, .side-image {
	max-width: 100%;
	height: auto;
}

.left-side {
	flex: 1.2;
	position: relative;
}
.main-image {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.text-content {
    max-width: 472px;
    margin: auto;
    margin-top: 42px;
}
.adventure-section .left-side .text-content .main-btn a.common-btn {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 28px;
    background: var(--main-color);
    border-radius: 85px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.adventure-section .left-side .text-content .main-btn a.common-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; 
    border-radius: 85px;
    transform: scaleX(0); 
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    z-index: -1; 
}

.adventure-section .left-side .text-content .main-btn a.common-btn:hover::before {
    transform: scaleX(1); 
}

.adventure-section .left-side .text-content .main-btn a.common-btn:hover {
    color: var(--main-color); 
    border-color: var(--main-color);
    z-index: 2; 
}



.adventure-section .left-side .text-content ul.about-list {
	padding: 0;
}
.adventure-section .left-side .text-content ul.about-list li {
    margin-bottom: 24px;
}
.adventure-section .left-side .text-content .main-btn {
    margin-top: 36px;
}
.adventure-section .left-side .text-content ul.about-list li .about-inner-box-content {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
}
.adventure-section .left-side .text-content h2 {
    margin-bottom: 32px;
}
.adventure-section .left-side .text-content ul.about-list li .about-inner-box-content img {
    width: auto;
    height: 35px;
    margin-top: 6px;
}
.adventure-section .left-side .text-content ul.about-list li .about-inner-box-content .inner-content h4 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.adventure-section .left-side .text-content ul.about-list li .about-inner-box-content .inner-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.right-side {
    flex: 1;
    position: relative;
    margin-top: -180px;
}

.side-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slide-content a.view-all-inner {
    font-size: 16px;
    line-height: 26px;
    color: var(--main-color);
    padding: 0;
    font-weight: 600;
    transition: 0.7s ease;
}
.slide-content a.view-all-inner:hover {
    color: #000;
    text-decoration: underline;
}
.banner {
    position: relative;
    width: 100%;
    display: flex;
    height: 350px;
    background-size: cover;
    background-position: center;
    align-items: end;
    justify-content: center;
}
.banner-text {
    color: #fff;
    font-weight: bold;
}
section.articles-tab ul#categoryTabs {
    border-bottom: 1px solid #979797;
    padding-left: 70px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

/* Left Column Adjustments */
section.articles-tab .article-left-column {
    padding: 0 20px;
}

/* Individual Article Styling */
section.articles-tab .article-outer-tab {
    padding-left: 70px;
    margin-bottom: 20px;
}

/* Article Content Alignment */
section.articles-tab .article-right-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Article Heading and Paragraph Styling */
section.articles-tab .article-right-inner h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0px;
}

section.articles-tab .article-right-inner h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #333;
}

section.articles-tab .article-right-inner p {
    font-size: 14px;
    line-height: 20px;
    color: var(--main-color);
    margin-bottom: 5px;
}

/* Article Row Adjustments */
section.articles-tab .article-outer-tab .row {
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

section.articles-tab .article-outer-tab .row .col-md-4 img.img-fluid {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Right Column Adjustments */
section.articles-tab.tab-category .article-right {
    background: #eee;
    padding: 40px 30px;
    color: #000;
    border-radius: 0;
}
/* Subscription Section */
section.articles-tab.tab-category .article-right .input-group button#button-addon2 {
    background: var(--main-color);
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    transition: background-color 0.3s;
}

section.articles-tab.tab-category .article-right .input-group input.form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
}
.no-article-box {
    padding: 30px 0 30px 75px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
section.articles-tab.tab-category .article-right h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

section.articles-tab.tab-category .article-right .article-right-inner-sec {
    position: sticky;
    top: 50px;
    padding: 20px;
}

/* Hover Effects */
section.articles-tab .article-outer-tab:hover {
    background-color: #f9f9f9;
    transition: background-color 0.3s;
}

section.articles-tab .article-right-inner h3:hover {
    color: var(--secondary-color);
    transition: color 0.3s;
}
/*contact*/
.main-contact-right ul.main-address-inner-box {
    padding: 40px;
}
.main-contact-right ul.main-address-inner-box li h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
    font-weight: 700;
    color: var(--main-color);
}
.main-contact-right ul.main-address-inner-box li p {
    color: #000;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 28px;
    font-weight: 400;
}
.main-contact-right ul.main-address-inner-box li a.getdirectionBtn i {
    margin-right: 10px;
    color: var(--main-color);
}
.main-contact-right ul.main-address-inner-box li a.getdirectionBtn i {
    margin-right: 15px;
    color: var(--main-color);
    transition: color 0.3s ease-in-out;
}
.main-contact-right ul.main-address-inner-box li a.getdirectionBtn {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.main-contact-right ul.main-address-inner-box li a.getdirectionBtn:hover {
    color: var(--main-color);
    transform: translateX(5px);
}

.main-contact-right ul.main-address-inner-box li a.getdirectionBtn:hover i {
    color: #000; /* Change icon color on hover */
}
.main-contact-right ul.main-address-inner-box li {
    margin-bottom: 35px;
}

.main-tabs-contact nav.nav .nav-link.active {
    background: transparent;
    color: var(--main-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
}
.main-tabs-contact nav.nav .nav-link {
    color: #000;
    font-size: 18px;
    line-height: 28px;
}
.main-contact-right ul.main-address-inner-box li a p {
   margin-bottom:5px;
}
.main-contact-right ul.main-address-inner-box li a p:hover {
    color: var(--main-color);
}
.main-tabs-contact nav.nav.nav-pills {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: auto;
}

	.about-section .tabs {
		display: flex;
		gap: 20px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
	}
section.about-section .content h2 {
    margin-bottom: 8px;
}
	.about-section .tabs a.tab.active {
		color: var(--main-color);
		padding: 15px 15px 8px 15px;
		border-bottom: 3px solid var(--main-color);
		cursor: pointer;
		transition: all .3s ease;
		font-size: 20px;
		font-weight: 700;
		line-height: 30px;	
	}
	.about-section .tabs a.tab {
	color: #6b6463;
    padding: 15px 15px 8px 15px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
	}
section.tab-category .tab-content .about-breify-sec h3 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}
section.tab-category .tab-content .about-breify-sec p {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 300;
    width: 87%;
}
section.tab-category .tab-content .about-breify-sec a.btn {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 28px;
    background: var(--main-color);
    border-radius: 85px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    transition: 0.7s ease;
    margin-top: 48px;
}
section.banner-stats {
    background: #eee;
	padding:100px;
}
section.banner-stats .meet-box h2 {
    margin-bottom: 8px;
    color: var(--main-color);
}
section.banner-stats .meet-box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
section.banner-stats .row .meet-box h2::after {
    content: '+';
    display: inline-block;
    color: var(--main-color);
    font-size: 48px;
    margin-left: 5px;
    line-height: 58px;
    font-weight: 700;
}
section.about-main-content .left-about-main-sec p {
    width: 85%;
}
section.about-main-content .right-about-main-sec img.img-fluid {
    height: 100%;
    object-fit: cover;
}
section.about-main-content .about-inner-sec {
    border-bottom: 1px solid #000000;
    padding: 0px 0px 96px 0px;
}
section.about-main-whats .about-inner-sec .about-box .about-inner-content {
    padding: 24px 0px 0px 0px;
}
section.about-main-whats .about-inner-sec .about-box .about-inner-content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 12px;
}
section.about-main-whats .about-inner-sec .about-box .about-inner-content ul.about-content-list {
    list-style: disc;
}
section.about-main-whats .about-inner-sec .about-box .about-inner-content ul.about-content-list li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}
section.about-main-whats .about-inner-sec {
    padding: 0px 0px 90px 0px;
    border-bottom: 1px solid #000;
}
section.about-main-reason ul.about-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 130px;
}
section.about-main-reason ul.about-list li {
    margin-bottom: 32px;
}
section.about-main-reason ul.about-list li .about-inner-box-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}
section.about-main-reason ul.about-list li .about-inner-box-content img {
    width: auto;
    height: 35px;
    margin-top: 4px;
}
section.tab-category .tab-content .about-breify-sec h2 {
    margin-bottom: 8px;
}

section.about-main-reason ul.about-list li .about-inner-box-content .inner-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
section.tab-category .tab-content .about-breify-sec {
    padding: 50px 0px;
}
section.tab-category .container-fluid {
    padding: 0;
}
.vmc-section {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 64px 0px;
}

.vmc-card {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
}

.vmc-card:nth-child(even) {
  flex-direction: row-reverse;
}
.vmc-content {
    z-index: 1;
    background-color: #F5F5F5;
    padding: 105px 61px;
    WIDTH: 70%;
    height: 515px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vmc-content h2 {
    margin-bottom: 24px;
}
.vmc-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    width: 65%;
}
.vmc-image {
    position: absolute;
    top: 70%;
    right: -20px;
    transform: translateY(-50%);
    height: 433px;
    object-fit: cover;
    width: 55%;
    z-index: 2;
    overflow: hidden;
}

.vmc-card:nth-child(even) .vmc-image {
  left: -20px;
  right: auto;
}

.vmc-image img {
    width: auto;
    height: 411px;
    object-fit: cover;
}
.vmc-card:nth-child(even) .vmc-content h2 {
    width: 60%;
    margin-left: auto;
}
.vmc-card:nth-child(even) .vmc-content p {
    width: 60%;
    margin-left: auto;
}
.busi-content-main .tab-about-busi-content {
    background: #EFD2B2;
    padding: 45px 0px 45px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-busi-center-div .row {
    display: flex;
    align-items: stretch; 
}
.tab-about-busi-inner-content {
    border: 1px solid #fff;
    padding: 40px 0px 40px 40px;
    border-right: none;
    box-sizing: border-box;
}
.busi-content-main.padding .row .col-12 {
    padding: 0;
}
.tab-about-busi-inner-content h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 12px;
}
.tab-about-busi-inner-content ul.busi-list {
    list-style: disc;
}
.tab-about-busi-inner-content ul.busi-list li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.tab-about-right-busi-inner-content img {
    width: 100%;
    height: 72vh;
    object-fit: cover;
    display: block;
}
.tab-about-right-busi-inner-content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 100%; 
}
.our-busi-center-div .busi-list-second {
    background: #D3D2BA;
}
.tab-about-right-busi-inner-content .tab-inner-right-border {
    border: 1px solid #fff;
    flex-grow: 1;
    margin: 45px 45px 45px 0px;
    border-left: 0;
}
.our-busi-center-div {
    padding-top: 65px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .our-busi-center-div .row {
        flex-direction: column;
    }

    .tab-about-right-busi-inner-content {
        height: auto; /* Adjust dynamically on smaller screens */
    }
}
.busi-content-main .col-8 {
    padding: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
/*product*/
.pg_gallery_list ul {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding: 0;
}
.pgl_box_image {
    overflow: hidden;
}
.pgl_box_image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.pgl_box_image img {
    transition: 0.7s ease;
}
.pgl_box_text {
    padding: 24px 0px;
}
.about-project-gallery .pg_gallery_list ul#about-award-list li.project-item {
    height: 100%;
    border-bottom: 1px solid #000;
}
.pgl_box_text h3 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
/*csr*/
.single-csr-main-sec .inner-single-content {
    margin-top: -100px;
    position: relative;
    background: #fff;
    z-index: 1;
    padding: 60px;
}
.single-csr-main-sec .inner-single-content p {
    width: 95%;
}
section.single-infrastructure ul.gallery-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.about-project-gallery .pg_gallery_list ul#about-award-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
ul.single-product-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
	.single-product-image img {
    background: #c7c7c7;
}

.main-contact-form .row-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.main-contact-form .half-width {
    flex: 1;
    min-width: 45%;
}

.main-contact-form .full-width {
    width: 100%;
    margin-bottom: 35px;
}
.main-contact-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}

.main-contact-form input, .main-contact-form textarea {
    width: 100%;
    padding: 10px 0px 0px 0px;
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
}

.main-contact-form .full-width .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px !important;
}
.main-contact-form .full-width p {
    margin-bottom: 20px; 
}
.main-contact-form input[type="submit"] {
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.main-contact-form input[type="submit"]:hover {
    background: #0056b3;
}
.single-csr-main-sec .inner-single-content ul.wp-block-list {
    list-style: disc;
}
.single-csr-main-sec .inner-single-content ul.wp-block-list li {
    margin: 12px 0px;
}
.inner-content h4 {
    font-weight: 400;
    line-height: 30px;
}
.gallery_box_image {
    BACKGROUND: #F4F4F4;
}
.vmc-content ul {
    list-style: disc;
}