/* Custom Styles */

@font-face {
    font-family: "Gotham";
    src: url("../fonts/GothamMedium.eot"); /* IE9 Compatibility */
    src: url("../fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../fonts/GothamMedium.woff2") format("woff2"), /* Modern Browsers */
         url("../fonts/GothamMedium.woff") format("woff"),   /* Standard Fallback */
         url("../fonts/GothamMedium.ttf") format("truetype"), /* Safari, Android, iOS */
         url("../fonts/GothamMedium.svg#Gotham") format("svg"); /* Old iOS < 5 */
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Ensures better performance */
}
@font-face {
    font-family: "Gotham bold";
    src: url("../fonts/GothamBold.eot"); /* IE9 Compatibility */
    src: url("../fonts/GothamBold.eot#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../fonts/GothamBold.woff2") format("woff2"), /* Modern Browsers */
         url("../fonts/GothamBold.woff") format("woff"),   /* Standard Fallback */
         url("../fonts/GothamBold.ttf") format("truetype"), /* Safari, Android, iOS */
         url("../fonts/GothamBold.svg#Gotham") format("svg"); /* Old iOS < 5 */
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Ensures better performance */
}

@font-face {
    font-family: "Gotham Thin";
    src: url("../fonts/GothamThin.eot"); /* IE9 Compatibility */
    src: url("../fonts/GothamThin.eot#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../fonts/GothamThin.woff2") format("woff2"), /* Modern Browsers */
         url("../fonts/GothamThin.woff") format("woff"),   /* Standard Fallback */
         url("../fonts/GothamThin.ttf") format("truetype"), /* Safari, Android, iOS */
         url("../fonts/GothamThin.svg#Gotham") format("svg"); /* Old iOS < 5 */
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Ensures better performance */
}

@font-face {
    font-family: "Gotham Light";
    src: url("../fonts/GothamLight.eot"); /* IE9 Compatibility */
    src: url("../fonts/GothamLight.eot#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../fonts/GothamLight.woff2") format("woff2"), /* Modern Browsers */
         url("../fonts/GothamLight.woff") format("woff"),   /* Standard Fallback */
         url("../fonts/GothamLight.ttf") format("truetype"), /* Safari, Android, iOS */
         url("../fonts/GothamLight.svg#Gotham") format("svg"); /* Old iOS < 5 */
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Ensures better performance */
}



:root {
    --primary-gradient: linear-gradient(82deg, #0066A0 -3.19%, #4B94C7 54.16%);
    --footer-gradient: linear-gradient(180deg, #096BA2 78.45%, #B0E0F8 183.62%);
    --primary-color: #0066A0;
    --secondary-color: #4B94C7;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --info-color: #17a2b8;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --red-color : #B00249;
}

body {
    font-family: 'Gotham', sans-serif;
    line-height: 1.6;
    
}

p{
    color: #404040;
font-family: Gotham Light;
font-size: 16px;
font-style: normal;
line-height: 26px;
}
p a , p b{
    color: #00577D;
}
.ptb-30{ padding:30px 0 !important; }
.ptb-60{ padding:60px 0; }
.ptb-40{ padding:40px 0; }
.pt-40{ padding-top :40px; }
.pb-40{ padding-bottom :40px; }
.pb-60{ padding-bottom :60px; }
.pt-60{ padding-top :60px; }
.pt-120 { padding-top:120px !important; }
.pb-120 { padding-bottom:120px !important; }
.ptb-120 { padding:120px 0 !important; }
@media (max-width:767px){
    .ptb-60{ padding:30px 0; }
.ptb-40{ padding:20px 0; }
.pt-40{ padding-top :20px; }
.pb-40{ padding-bottom :20px; }
.pb-60{ padding-bottom :30px; }
.pt-60{ padding-top :30px; }
.pb-120 { padding-bottom:30px !important; }
.ptb-120 { padding:30px 0 !important; }
.pt-120 { padding-top:50px !important; }
}

.hexagon-video-background1 .hexagon-container {
    top: auto;
    bottom: 27%;
    position: initial;
    display: inline;
    align-items: start;
    justify-content: left;

}
/*.hexagon-video-background1 .hexagon-container .hexagon-shape {
    width: 43%;
    text-align: left;
}*/
/* Header Start */
/* Show dropdown on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* fix position */
    top:95%;
}

/* Keep Bootstrap styling */
.navbar-nav .dropdown-menu {
    margin-top: 0;
    transition: opacity 0.2s ease-in-out;
}

/* Optional: animate fade-in */
.navbar-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.navbar a.nav-link {
    color: #fff;
    font-size: 15px;
    font-family: 'Gotham';
    padding: 10px 14px !important;
}

.navbar.scrolled a.nav-link {
    color: #00577D;
}

div#navbarNav {
    align-items: center;
    justify-content: center;
}

li.nav-item {
    align-items: center;
    justify-content: center;
    display: flex;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
/* ==== Hover Dropdown Styles ==== */
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease-in-out;
}

/* For nested (3rd-level) dropdowns */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
  margin-top: -1px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Prevent flicker when hovering quickly */
.dropdown-menu.show {
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
/* Header End */
button.btn.btn-primary.position-fixed.scrolltop {
    padding: 0;
}
ul.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

a.dropdown-item:hover, a.dropdown-item:focus, a.dropdown-item:active {
    background-color: #00577D;
    color: #fff;
}

a.dropdown-item {
    padding: 13px 20px;
}
/* Mobile Menu */

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 998;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Container */
.mobile-menu-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-menu-container.active {
    right: 0;
}

/* Mobile Menu Header */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.mobile-menu-logo img {
    height: 40px;
    width: auto;
}

.mobile-menu-close {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #374151;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-top:not(.scrolled) .navbar-toggler-icon {
  
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.mobile-menu-close:hover {
    color: #1f2937;
}

/* Mobile Menu Content */
.mobile-menu-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
}

.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-item {
    list-style: none;
}

.mobile-nav-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #f3f4f6;
}

.mobile-nav-link {
    flex: 1;
    padding: 16px 0;
    color: #374151;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.mobile-nav-link:hover {
    color: #2563eb;
}

/* Submenu Toggle Button */
.mobile-submenu-toggle {
    background: none;
    border: none;
    padding: 12px;
    cursor: pointer;
    color: #6b7280;
    transition: transform 0.3s ease, color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mobile-submenu-toggle:hover {
    color: #2563eb;
}

.mobile-nav-item.expanded > .mobile-nav-item-wrapper > .mobile-submenu-toggle {
    transform: rotate(45deg);
    color: #2563eb;
}

/* Submenu Styles */
.mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f9fafb;
}

.mobile-nav-item.expanded > .mobile-submenu {
    max-height: 2000px;
}

/* Nested submenu indentation */
.mobile-submenu .mobile-nav-item-wrapper {
    padding-left: 40px;
}

.mobile-submenu .mobile-submenu .mobile-nav-item-wrapper {
    padding-left: 60px;
    background-color: #f3f4f6;
}

.mobile-submenu .mobile-submenu .mobile-submenu .mobile-nav-item-wrapper {
    padding-left: 80px;
    background-color: #e5e7eb;
}

/* Adjust the navbar toggler to trigger mobile menu */
.navbar-toggler {
    border: none;
    background: transparent;
}

/* Desktop menu - hide mobile menu components */
@media (min-width: 992px) {
    .mobile-menu-overlay,
    .mobile-menu-container {
        display: none !important;
    }
}

/* Mobile - adjust container width */
@media (max-width: 576px) {
    .mobile-menu-container {
        max-width: 100%;
    }
}


/* Hero Section with Hexagonal Design */
.hero-section {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: var(--primary-gradient);
}
/*section.hero-section-home {
    margin-top: -79px;
} */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -2;
    opacity: 0.3;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-gradient);
    opacity: 0.9;
    z-index: -1;
}

.hexagon-video-background .hexagon-container {
    position: absolute;
    width: 100%;
   top: 20%;
    display: flex;
    align-items: center;
    justify-content: center; 
}

h1.hero-title {
    font-size: 30px;
    font-family: 'Gotham bold';
}
.hexagon-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 2rem;
    opacity: 1;
    padding-top: 20px;
}
h1.hero-title span.orange-yellow {
    color: #FF8200;
}
/* Moving Statistics Section */
.stats-section {
    background: var(--primary-gradient);
    overflow: hidden;
    padding: 4rem 0;
}

.moving-stats {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.stats-track {
    display: flex;
    animation: moveStats 20s linear infinite;
    width: calc(200% + 2rem);
}

.stat-item {
    flex: 0 0 300px;
    text-align: center;
    padding: 2rem 1rem;
    margin: 0 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@keyframes moveStats {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Products Grid with Hexagons */
.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 2rem 0;
}

.product-hexagon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hexagon-product {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: transform 0.3s ease;
    color: white;
    text-align: center;
}

.hexagon-product:hover {
    transform: scale(1.1) rotate(5deg);
}

.hexagon-product.ethylene {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.hexagon-product.polyethylene {
    background: linear-gradient(135deg, #ffc107, #e0a800);
}

.hexagon-product.butene {
    background: linear-gradient(135deg, #dc3545, #c82333);
}

.hexagon-product.hexene {
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

.hexagon-product h6 {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Section Badges */
.section-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 102, 160, 0.1);
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

/* Swiper Customization */
.swiper {
    padding: 2rem 0;
}

.swiper-slide {
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary-color);
    background: white;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}

.swiper-pagination-bullet {
    background: var(--primary-color);
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
}

/* News Swiper */
.newsSwiper .swiper-slide {
    padding: 0 10px;
}

/* Venture Swiper */
.ventureSwiper .swiper-slide {
    padding: 0 15px;
    display: flex;
    height: auto;
}
.venture-section .swiper-wrapper {
    padding-bottom: 67px;
}
/* CTA Section */
.cta-section {
    background: var(--red-color);
    padding:32px 0;
}
section.cta-section h3 {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 25px;
    font-style: normal;
    line-height: normal;
}

section.cta-section a {
    color: #FFF;
    text-align: center;
    font-family: Gotham bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 26px;
    display: block;
}
/* Footer */
.footer-section {
    background: var(--footer-gradient);
}



/* Service Cards */
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border-radius: 15px;
}



/* Buttons */
.btn {
    border-radius: 50px;
        padding: 15px 50px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: Gotham;
    font-size: 16px;
    border:none;
}

.btn-primary {
    border-radius: 8.224px;
    background: #2883BA;
}

.btn-primary:hover {
    transform: translateY(-2px);
    background-color: #00577D;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Navbar */
.navbar {
   /* backdrop-filter: blur(10px); */
    /*background: rgba(255, 255, 255, 0.95) !important; */
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 1) !important;
  /*  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); */
}

.navbar.scrolled .white-logo {
    display: none;
}
.navbar.scrolled .main-logo {
    display: block;
}

.navbar .main-logo {
    display: none;
}
header a.btn.btn-primary.ms-2 {
    background: #FF8200;
    font-size: 15px;
    padding: 9px 20px;
    border-radius: 5px;
}
.nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    top: 50%;
    right: 0;
    
    transition: all 0.3s ease;
    transform: translateX(-50%);
}



/* Footer Links */
footer a {
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--primary-color) !important;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards;
}

.fade-in-delay {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease 0.3s forwards;
}

.fade-in-delay-2 {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease 0.6s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Counter Animation */
.counter {
    transition: all 0.3s ease;
}


/*  popup css */

#chatbot .floating-logo {
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2), 4px 6px 20px 0 rgba(0, 0, 0, 0.19);
	height: 50px;
	width: 50px;
	bottom: 85px;
	right: 25px;
	position: fixed;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	background-color: #fff;
	z-index: 1;
}
#chatbot .floating-logo div {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 50px;
	width: 50px;
	display: block;
	vertical-align: middle;
	background-image: url('../img/fraud-alert-icon.png');
	background-size: cover;
	animation: rotateLeft 0.5s linear;
}
#chatbot .floating-logo.active > div {
	background-image: url('../img/close_icon.svg');
	background-size: 50%;
	animation: rotateRight 0.5s linear;
}
#chatbot .popup-box {
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2), 0px 0px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #00577D;
	border-radius: 10px;
	bottom: 140px;
	height: 40px;
	display: none;
	position: fixed;
	right: 50px;
	width: 200px;
}
#chatbot .popup-box .title {
	color: #ff0018;
	padding-bottom:10px;
	
	font-size: 20px;
}
#chatbot .popup-box .title span {
	color: #fff;
}
#chatbot .popup-box .description p {
	font-size: 14px;
	line-height: normal;
	color: #fff;
}
#chatbot .popup-box .description p a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#chatbot .popup-box .description p a:hover {
	text-decoration: none;
}
#chatbot .popup-box.chat-popup {
	display: block !important;
	pointer-events: none;
	opacity: 0;
	/* 	z-index: 5; */
	z-index: 99999;
	overflow: hidden;
	width: 0;
	transition: width 0.5s, height 0.5s, all 250ms linear;
}
#chatbot .popup-box.popup-box-on {
	pointer-events: all;
	opacity: 1;
	width: 600px;
	height: 290px;
}
#chatbot .popup-box .chatArea {
	position: absolute;
	bottom: 0;
	left: 0;
	scroll-behavior: smooth;
	hyphens: auto;
	width: 100%;
	padding: 15px 25px 0;
}
#chatbot .popup-box .popup-head {
	background-color: #e54e8c;
	height: 80px;
	color: #fff;
	font-size: 16px;
	width: 100%;
	align-items: center;
	cursor: pointer;
}
#chatbot .popup-box .popup-head .botInfo-wrapper {
	display: flex;
	padding: 10px 15px;
}
#chatbot .popup-box .popup-head .botInfo-wrapper .botImage {
	height: 45px;
	width: 45px;
	border-radius: 50%;
	border: 2px solid #fff;
	object-fit: cover;
	margin: 5px 10px 10px 0;
}
#chatbot .popup-box .popup-head .botInfo-wrapper .AIBotInfo {
  margin: 10px 0;
}
#chatbot .popup-box .popup-head .botInfo-wrapper .AIBotInfo .title {
  font-weight: 600;
  margin-bottom: 5px;
}
#chatbot .popup-box .popup-footer {
  display: flex;
  float: left;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background-color: #ebebeb;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 0px 10px 10px;
}
#chatbot .popup-box .popup-footer .input-box {
  width: 90%;
  float: left;
  border: none;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  color: #000;
  background-color: white;
  outline: none;
}
#chatbot .popup-box .popup-footer #chat-icon {
  width: 10%;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  transition: 0.5s ease;
}
#chatbot .popup-box .popup-footer #chat-icon:hover {
  color: #e54e8c !important;
  transform: scale(1.3);
}


/*  popup css  end */

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    .hexagon-background img.hexagon-image-statistics.loaded {
    width: 100%;
}
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hexagon-shape {
        height: 400px;
        width: 95%;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hexagon-product {
        width: 120px;
        height: 120px;
    }
    
    .stats-track {
        animation-duration: 15s;
    }
    
    .stat-item {
        flex: 0 0 250px;
        margin: 0 0.5rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .display-5 {
        font-size: 2rem;
    }
    
    .section-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
    
    .hexagon-shape {
        height: 350px;
    }
    
    .hexagon-product {
        width: 100px;
        height: 100px;
    }
    
    .hexagon-product h6 {
        font-size: 0.8rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
.loading {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.loading.loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
}

/* Footer Styles */
.footer-main {
    
    background: #00577D;
    color: white;
    margin-top: auto;
}
.newsletter-formdiv {
    padding-bottom: 36px;
}
.footer-heading {
    color: #FFF;
font-family: 'Gotham bold';
font-size: 20px;
font-style: normal;

line-height: normal;
margin-bottom: 20px;
}

.footer-links {
    margin-bottom: 0;
}

.footer-links li {
    margin-bottom: 29px;
}

.footer-link {
    color: #FFF;
font-family: 'Gotham Light';
font-size: 17px;
font-style: normal;

line-height: normal;
}

.footer-link:hover {
    color: white;
    opacity: 0.8;
    text-decoration: none;
}

/* Social Media Icons */
.social-icons {
    display: flex;
    align-items: center;
}

.social-icon {
    width: 40px;
    height: 40px;
   
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    transform: translateY(-2px);
}

.social-icon i {
    font-size: 1.1rem;
}

/* Newsletter Form */
.newsletter-input {
    background-color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 0.95rem;
    max-width: 100%;
    font-family: 'Gotham Light';
    color: #404040;
}

.newsletter-input::placeholder {
    color: #404040;
}

.newsletter-input:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}

/* Contact Information */
.contact-info {
    font-size: 0.9rem;
    line-height: 1.5;
}
.location-details.list-sec li {
    font-size: 17px;
    line-height: 23px;
}
.contact-text {
    color: #FFF;
font-family: 'Gotham Light';
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 1.3;
}

.contact-details {
    margin-top: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    color: #FFF;
font-family: 'Gotham Light';
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.contact-item i {
    font-size: 1rem;
    width: 20px;
    opacity: 0.9;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 3px solid #fff;
    padding: 21px 0;
}

.copyright-text {
   color: #FFF;
text-align: center;
font-family: 'Gotham Light';
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
footer.footer-main .container {
    padding-bottom: 0 !important;
}
/* Responsive Adjustments */
@media (max-width: 767px) {
    .footer-main .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .footer-heading {
        font-size: 1.1rem;
    }
    
    .social-icons {
        justify-content: flex-start;
    }
    
    .newsletter-input {
        max-width: 100%;
    }
    
    .contact-info {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .footer-main .row > div {
        margin-bottom: 2rem;
    }
    
    .footer-links li {
        margin-bottom: 0.5rem;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
    }
    
    .social-icon i {
        font-size: 1rem;
    }
}

/* Footer Section End  */


/* Card Wrapper */


/* Background Box */
.background-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D3EFFF;
    border-radius: 20px;
    transform: rotate(-13deg);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
    width: 248px;
    height: 248px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

/* Service Card (White Box) */
.service-card {
 
   width: 305px;
    background-image: url('../img/quick-links-polygon.svg');
    min-height: 305px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.service-card:hover {
    background-image: url('../img/quick-links-polygon-hover.svg');
    height: 305px;
}
/* Card Content */
.card-content {
    height: 295px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    text-align: center;
}

/* Icon Container */
.service-card .icon-container {
    padding-bottom: 19px;
}


section.quick-services {
    padding-top: 121px;
    padding-bottom: 92px;
    background-image: url('../img/back1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* Card Title */
.card-title {
    color: #00577D;
text-align: center;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 350;
line-height: normal;
}

/* Hover Effects */

.service-card:hover .normal-img {
    display: none;
}
.service-card:hover .hover-img {
    display: block;
}

.service-card .hover-img { display: none; }


.card-wrapper:hover .card-title {
    color: #096BA2;
}

.card-wrapper:hover .service-card {
   /* transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); */
}

/* Active State (for Code of Conduct card) */


.card-wrapper.active .card-title {
    color: #096BA2;
}


/* Responsive Design */
@media (max-width: 1199px) {
   
  
}

@media (max-width: 991px) {
  
    
    .card-content {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 767px) {
 
  
    .card-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 575px) {
   
    .card-content {
        padding: 1rem;
    }
    
  
    
    .card-title {
        font-size: 1.1rem;
    }
}

/* card wrapper End */
.heading-section {
    text-align: center;
}

.heading-section img {
    margin-bottom: 30px;
}

/* Our Products */

/* Section Styling */
.content-section {
    padding: 2rem 0;
}
section#business {
    background-image: url('../img/product-back.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-left-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #F5842A, #FF9A56);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    transform: rotate(-10deg);
}

.section-icon i {
    font-size: 2.5rem;
    color: white;
    transform: rotate(10deg);
}

.section-title {
    color: #00577D;
font-family: Gotham Bold;
font-size: 22px;
font-style: normal;

line-height: normal;
    margin-bottom: 20px;
}

.section-description {
    color: #4B5563;
font-family: Gotham Light;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 23px;
}

/* Hexagon Grid */
.hexagon-grid {
    position: relative;
    padding: 0px 0 0 0;
}
.hexagon-row.row-1 .hexagon-item:last-child {
    margin-top: 46px;
}
.hexagon-row {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.hexagon-row.row-1 {
    gap: 3.5rem;
}

.hexagon-row.row-2 {
    margin-left: -3rem;
        margin-top: -3rem;
}

/* Hexagon Item */
.hexagon-item {
    position: relative;
    width: 266px;
    height: 307px;
}
.hexagon-image {
    width: 100%;
    position: relative;
}
/* Hexagon Shape */
.hexagon {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*.hexagon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--Linear, linear-gradient(138deg, #DAE9F1 -4.26%, #EBEDEB 70.96%));
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    filter: drop-shadow(0 0 5px rgba(1, 115, 176, 0.25));
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
} */

/* Hexagon Content */
.hexagon-content {
    position: absolute;
    top: 0%;
    /* left: 50%; */
    /* transform: translate(-32%, -26%); */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}
.hexagon-image {
    width: 100%;
    position: relative;
}

.hexagon-item:hover label {
    transform: translateY(-40px);
}

.hexagon-item label {
    color: #6C6D70;
   font-family: 'Gotham Light';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 18px;
}
/* Icon View (Default State) */
.icon-view {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.icon-view i {
    font-size: 3rem;
    color: #077FC3;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Content View (Hover State) */
.content-view {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(43px);
    width: 100%;
}

.content-view h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #077FC3;
    margin-bottom: 0.5rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.content-view p {
        font-size: 15px;
    color: #404040;
    line-height: 1.2;
    margin: 0;
    padding: 0 1rem;
    font-family: 'Gotham Light';
}

/* Hover Effects */
.hexagon-item:hover .hexagon::before {
    background: linear-gradient(138deg, #077FC3 -4.26%, #0A5A8A 70.96%);
}

.hexagon-item:hover .icon-view {
    
    transform: translateY(-51px);
}

.hexagon-item:hover .content-view {
    opacity: 1;
    /*transform: translate(-50%, -50%) translateY(0); */
}

.hexagon-item:hover .content-view h4 {
    color: white;
}



/* Active State (for demonstration) */
.hexagon-item.active .hexagon::before {
    background: linear-gradient(138deg, #077FC3 -4.26%, #0A5A8A 70.96%);
}

.hexagon-item.active .icon-view {
    opacity: 0;
    transform: translateY(-20px);
}

.hexagon-item.active .content-view {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
}

.hexagon-item.active .content-view h4 {
    color: white;
}

.hexagon-item.active .content-view p {
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 1199px) {
    .hexagon-item {
        width: 274px;
        height: 300px;
    }
    
    .icon-view i {
        font-size: 2.5rem;
    }
    
    .content-view h4 {
        font-size: 1.2rem;
    }
    
    .content-view p {
        font-size: 0.85rem;
    }
    
    .hexagon-row.row-2 {
        margin-left: 0rem;
    }
}

@media (max-width: 991px) {
    
    
    .hexagon-item {
        width: 300px;
        height: 300px;
    }
    
    .hexagon-row {
        gap: 1rem;
    }
    
    .hexagon-row.row-2 {
        margin-left: 0rem;
    }
    
    .icon-view i {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .content-section {
        text-align: center;
        margin-bottom: 3rem;
    }
    
    
    
    .hexagon-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding:0;
    }
    
    .hexagon-row {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        margin-bottom: 0;
    }
    
    .hexagon-row.row-2 {
        margin-left: 0;
        margin-top: 0;
    }
    
    .hexagon-item {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 575px) {
    .hexagon-item {
        width: 300px;
        height: 300px;
    }
    
    .icon-view i {
        font-size: 2rem;
    }
    
    .content-view h4 {
        font-size: 1.1rem;
    }
    
    .content-view p {
        font-size: 0.8rem;
        padding: 0 0.5rem;
    }
    
    .section-icon {
        width: 60px;
        height: 60px;
    }
    
    .section-icon i {
        font-size: 2rem;
    }
}

/* Our products end  */


/* Sustan sec */

.sustainability-section {
    background: #D7F2FF;
    position: relative;
    padding: 50px 0;
}
.pillers-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    padding-top: 35px;
}

.pillers-grid .piller-card {
    position: relative;
}

.pillers-grid .piller-card img {
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 87, 125, 0.00) 46.51%, rgba(0, 77, 109, 0.75) 113.62%);
}

.pillers-grid .piller-card h3 {
    position: absolute;
    bottom: 20px;
    color: #FFF;
    font-family: 'Gotham';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    padding: 0 24px;
}

@media (max-width:550px){
    .pillers-grid {
    grid-template-columns: repeat(2,1fr);
}

.pillers-grid .piller-card h3 {
    font-size: 15px;
}
}

@media (min-width:551px) and (max-width:767px){
    .pillers-grid {
    grid-template-columns: repeat(3,1fr);
}

.pillers-grid .piller-card h3 {
    font-size: 15px;
}
}


@media (min-width:768px) and (max-width:1240px){


.pillers-grid .piller-card h3 {
    font-size: 15px;
            padding: 0 7px;
}
}

.sustainability-section .image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 334px;
    width: 472px;
}
.sustainability-section .rotated-frame {
    position: absolute;
    width: 472px;
    height: 300px;
    background: white;
    border-radius: 10px;
    transform: rotate(6deg);
    z-index: 1;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.sustainability-section .image-wrapper img.main-image.loaded {
    width: 100%;
    border-radius: 10px;
}
.sustainability-section h2.section-title {
    color: #00577D;
    font-family: Gotham bold;
    font-size: 25px;
    font-style: normal;
  
    line-height: normal;
    margin-bottom: 20px !important;
}
.sustainability-section p.section-description {
    color: #4B5563;
    text-align: justify;
    font-family: Gotham Light;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}

/* About Us section  */

section#about p {
    font-family: Gotham Light;
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    color: #404040;
    line-height: 23px;
    margin-bottom: 20px;
}
section.mission-value-section .content-box {
    background: var(--bg, linear-gradient(104deg, #F8FAFC -0.42%, #EFF6FF 100.33%));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.10)) drop-shadow(0 10px 15px rgba(0, 0, 0, 0.10));
}

.content-box.our-values .accordion-item .accordion-button {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #00577D;
    text-align: center;
    font-family: 'Gotham Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.content-box.our-values .accordion-item {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
}

.content-box.our-values .accordion-item div.accordion-collapse {
    padding: 10px 25px 20px;
    20px
    FONT-WEIGHT: 200;20px
    FONT-WEIGHT: 200;
}

.content-box.our-values .accordion-item .accordion-button span.value-text {
    font-family: 'Gotham';
}

.content-box.our-values .accordion-item div.accordion-collapse p {
    font-family: 'Gotham Light';
    font-size: 16px;
    margin-bottom: 0;
}

.content-box.our-values .accordion-item .accordion-button img {
    border-radius: 10px;
    background: linear-gradient(135deg, #D7F2FF 0%, #DBEAFE 100%);
    padding: 8px;
    width: 77px;
    margin-right: 20px;
}

.content-box.our-values .accordion-item .accordion-button.collapsed {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
}

section.mission-value-section .content-box .col-12 {
    margin-top: 0;
}
section#about {
      background-image: url('../img/about-back.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 53px !important;
    overflow: auto;
    margin-top: -314px;
    padding-top: 263px ;
}
#about span.text-primary {
    background: var(--Linear, linear-gradient(82deg, #0066A0 -3.19%, #4B94C7 54.16%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Roboto;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
section#about svg {
    margin-bottom: 20px;
}
#about h2.display-5 {
    color: #00577D;
    font-family: Gotham bold;
    font-size: 25px;
    font-style: normal;

    line-height: normal;
    margin-bottom: 20px !important;
}
#about .Right-image {
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 529px;
    height: 529px;
    text-align: right;
}
#about .background-image {
    border-radius: 10px;
    background: #D3EFFF;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
    width: 482.193px;
    height: 482.193px;
    transform: rotate(15deg);
    flex-shrink: 0;
    position: absolute;
}

#about .image-wrapper img {
    width: 100%;
    padding-left: 30px;
}
.hexagon-image.hover {
    display: none;
}

.hexagon .hexagon-image.normal {
    display: block;
    transition: opacity 0.3s ease;
}

.hexagon-item:hover  .hexagon  .hexagon-image.normal {
    display: none;
}

.hexagon-item:hover .hexagon-image.hover {
    display: block;
}


/* venture section  */


.main-heading-sec img {
    margin-bottom: 20px;
}
.venture-section {
    background-image: url('../img/venture-back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-heading-sec h2 {
    margin-bottom: 38px;
}

.main-heading-sec p {
    margin: 0 !important;
}
.ventureSwiper {
    padding-top: 0;
    margin-top: 39px;
}

.ventureSwiper .swiper-slide .card {

    border-radius: 10px;
border: 2px solid #F2F2F2;
background: rgba(255, 255, 255, 0.20);
}

/* Cards */
.card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.ventureSwiper .swiper-slide .card:hover {
        border: 2px solid #C9C9C9;
        box-shadow: none !important;
        transform: none;
        background: #f8f8f8bd;
}

.ventureSwiper .swiper-slide .card:hover p {
    transform: translateY(-25px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ventureSwiper .swiper-slide .card:hover img {
    transform: translateY(-25px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ventureSwiper .swiper-slide .card p, .ventureSwiper .swiper-slide .card img {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a.venture-link {
    color: #085C81;
    text-align: justify;
    font-family: Gotham;
    font-size: 14.45px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    text-decoration: none;
    opacity: 1;
    text-align: center;
}

.ventureSwiper .swiper-slide .card:hover a {
    opacity: 1;
}
.ventureSwiper .swiper-slide .card .card-body {
    width: 99%;
}
.ventureSwiper .swiper-slide .card img{
    margin-top:40px;
}


/* News Slider Section */
.news-slider-section {
     padding: 100px 0 52px;
    background: #fff;
    overflow-x: hidden;
    background-image: url('../img/news-back.png');
    background-repeat: no-repeat;
    background-size: 50% 69%;
    background-position: center 30px;
}
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}
/* Section Title */
.section-main-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-family: 'Gotham', sans-serif;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  margin-bottom: 60px;
  font-family: 'Gotham', sans-serif;
  font-weight: 300;
}

/* Swiper Container */
.news-swiper {
  width: 100%;
  padding: 40px 60px 80px 60px;
  overflow: visible;
}

.swiper-wrapper {
  align-items: stretch;
}

/* News Card */
.news-card {
  background: #FFF;
  border-radius: 12.041px;
  box-shadow: 0 4.817px 24.083px 0 rgba(0, 0, 0, 0.10);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

/* News Image */
.news-image {
  position: relative;
  height: 250px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-card:hover .news-image img {
  transform: scale(1.05);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* News Content */
.news-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* News Date */
.news-date {
  color: #4B5563;
  text-align: justify;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  margin-bottom: 23px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* News Title */
.news-title {
  color: #00577D;
  text-align: justify;
  font-family: Gotham, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.news-card:hover .news-title {
  color: #077FC3;
}

/* News Description */
.news-description {
  color: #404040;
  font-family: Gotham Light;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 92px;
  flex-grow: 1;
  text-align: justify;
}

/* Read More Button */
.read-more-btn {
  color: #077FC3;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;

  transition: all 0.3s ease;
  align-self: flex-end;
  font-family: 'Gotham Light', sans-serif;
}

.read-more-btn:hover {
  color: #00577D;
  text-decoration: none;
  
}




/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #077FC3 !important;
  background: rgba(255, 255, 255, 0.9);
  width: 45px;
  height: 45px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-top: -22px;
  backdrop-filter: blur(10px);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: 600;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #077FC3;
  color: white !important;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(7, 127, 195, 0.3);
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

/* Swiper Pagination */
.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  background: #dee2e6;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #077FC3;
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .section-main-title {
    font-size: 2.5rem;
  }
  
  .news-title {
    font-size: 17px;
  }
  
  .news-description {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .section-main-title {
    font-size: 2.2rem;
  }
  
  .news-image {
    height: 220px;
  }
  
  .news-content {
    padding: 20px;
  }
  
  .news-title {
    font-size: 16px;
  }
  
  .news-description {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .news-slider-section {
    padding: 60px 0;
  }
  
  .section-main-title {
    font-size: 1.8rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  
  .news-image {
    height: 200px;
  }
  
  .news-content {
    padding: 18px;
  }
  
  .news-title {
    font-size: 15px;
  }
  
  .news-description {
    font-size: 14px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .news-card {
    margin: 0 5px;
  }
  
  .news-image {
    height: 180px;
  }
  
  .news-content {
    padding: 15px;
  }
  
  .news-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  
  .news-description {
    font-size: 13px;
    margin-bottom: 15px;
  }
  
  .read-more-btn {
    font-size: 12px;
  }
}

/* Slide Transition Effects */
.swiper-slide {
  transition: all 0.3s ease;
  opacity: 1;
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-slide-next,
.swiper-slide-prev {
  opacity: 1;
}

/* Custom Scrollbar for Swiper */
.swiper::-webkit-scrollbar {
  display: none;
}

/* Loading Animation */
.news-card {
  animation: slideInUp 0.6s ease forwards;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover Effects for Better UX */
.swiper-slide:hover .news-card {
  transform: translateY(-5px);
}

/* Focus States for Accessibility */
.read-more-btn:focus,
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 2px solid #077FC3;
  outline-offset: 2px;
}


/* Statistics section */


/* Left Section - Statistics */
.statistics-section {
  background-color: #D7F2FF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 51px 40px;
 margin-top:100px;
}

.hexagon-background {
  position: absolute;
  top: -150px;
  left: -25px;
  z-index: 1;
  opacity: 1;

}


.stats-container {
  position: relative;
  z-index: 2;
  max-width: 400px;
  width: 100%;
}

.stat-card {
  background: white;
  border-radius: 15px;
  padding: 22px 14px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.stat-icon {
  margin-bottom: 15px;
  min-height: 45px;
}

.icon-image {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.stat-number {
     font-size: 35px;
    font-weight: 700;
    color: #00577D;
    margin-bottom: 8px;
    font-family: 'Gotham';
    line-height: 35px;
}

.stat-label {
  font-size: 0.9rem;
  color: #00577D;
  font-weight: 500;
  line-height: 1.1;
    font-family: 'Gotham';
}

/* Right Section - Content */
.statistics-section .content-section {

  display: flex;
  align-items: center;
  padding: 60px 100px 60px 0;
}

.content-wrapper {
  max-width: 100%;
  width: 100%;
}

.orange-icon-container {
  margin-bottom: 30px;
}

.orange-icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.main-title {
  color: #00577D;
  font-family: "Gotham Light", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

.main-content {
  color: #404040;
  font-family: Gotham Light;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .statistics-section {
    padding: 40px 30px;
  }
  
  .content-section {
    padding: 40px 30px;
  }
  
  .main-title {
    font-size: 26px;
  }
  
  .main-content {
    font-size: 18px;
  }
  
  .hexagon-background {
    top: -100px;
    left: -100px;
  }
  
  /*.hexagon-image {
    width: 350px;
    height: 350px;
  }*/
}

@media (max-width: 767.98px) {
  .statistics-section {
    padding: 30px 9px;
  }
  .col-lg-5.statistics-section1.px-5 {
    padding: 0 !important;
}
  .content-section {
    padding: 30px 20px;
  }
  
  .stat-card {
    padding: 20px 15px;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
  
  .main-title {
    font-size: 24px;
  }
  
  .main-content {
    font-size: 16px;
  }
  
  .hexagon-image {
    width: 300px;
    height: 300px;
  }
}

/* Animation Classes */
.animate-in {
  animation: slideInUp 0.8s ease-out forwards;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Hero Section */

.hexagon-video-background {
    height: 1000px;
}

.hexagon-video-background video.hexagon-masked-video {
    width: 100%;
    width: 100%;
    mask: url('../img/Polygon-hero.png') no-repeat center;
    mask-size: cover;
    -webkit-mask: url('../img/Polygon-hero.png') no-repeat center;
    -webkit-mask-size: cover;
     height: 100%; 
    /* clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%); */
     background: url('../img/Polygon-hero.png') no-repeat center; 
    /* -webkit-mask-position-y: top; */
    background-color: rgb(0 0 0 / 25%);
    object-fit: cover;
}

.hexagon-back-image {
    width: 100%;
    mask: url(../img/Polygon-hero.png) no-repeat center;
    mask-size: cover;
    -webkit-mask: url(../img/Polygon-hero.png) no-repeat center;
    -webkit-mask-size: cover;
    height: calc(100vh - 50px);
    background: url(../img/Polygon-hero.png) no-repeat center;
    -webkit-mask-position-y: top;
    background-color: rgb(0 0 0 / 25%);
    object-fit: cover;
}

.hexagon-video-background1.position-relative {
    height: calc(100vh - 50px);
}

@media (max-width:767px){

    h1.hero-title {
    font-size: 20px;
}
.hexagon-background {
    display: none;
}
section#about p {
    font-size: 16px;
}

#about .image-wrapper img {
    padding: 10px 0;
}

#about .col-lg-7.px-5 {
    padding: 0 15px !important;
}

.section-description {
    font-size: 15px;
}
.hexagon-item .hexagon-image img {
    width: 100%;
    margin: 0 auto;
}

.hexagon-row.row-1 .hexagon-item:last-child {
    margin: 0;
}

.product-left-sec {
    margin-bottom: 0 !important;
}

.hexagon-content {
    padding: 10px !important;
}

.statistics-section .content-section {
    padding: 10px;
     padding-top: 66px;
}

h2.section-title, .sustainability-section h2.section-title {
    font-size: 18px;
}

.sustainability-section p.section-description, p {
    font-size: 15px;
}

section.cta-section h3 {
    padding: 0 !important;
    font-size: 15px;
    line-height: 1.3;
}

.cta-section .col-lg-12.text-center.px-5 {
    padding: 0 15px !important;
}

.service-card {
    width: 200px;
    min-height: 200px;
}

.card-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content {
    height: 200px;
}

section.quick-services {
    padding: 50px 0;
}

.card-title {
    font-size: 15px;
}

.footer-main .col-3 {
    width: 50%;
}

.footer-link {
    font-size: 15px;
}

.contact-text {
    font-size: 15px;
}

.contact-item {
    font-size: 15px;
}

.sustainability-section .col-lg-7.px-5 {
    margin-top: 20px;
}

#about h2.display-5 {
    font-size: 22px;
}

section#about {
    padding-top: 20px;
    margin-top: 0;
            padding-bottom: 0 !important;
}
.copyright-text {
    font-size: 15px;
}

button.btn.btn-primary.position-fixed.scrolltop {
    padding: 0;
}
.hexagon-video-background {height: 500px;}

.hexagon-video-background video.hexagon-masked-video {
    height: 500px;
}
#business .content-section {
    margin-bottom: 0;
}
}


@media (min-width:768px) and (max-width:991px){

button.btn.btn-primary.position-fixed.scrolltop {
    padding: 0;
}

.service-card {
    width: 100%;
}

.card-title {
    font-size: 15px;
}

.footer-heading {
    font-size: 20px;
}

.footer-link {
    font-size: 16px;
}

.footer-links li {
    margin-bottom: 15px;
}

.contact-text {
    font-size: 15px;
}

.contact-item {
    font-size: 15px;
}

.copyright-text {
    font-size: 15px;
}

section.quick-services {
    padding: 30px 0;
}

.sustainability-section .row.align-items-center {}

.hexagon-grid {
    padding: 0;
}

#about .col-lg-7.px-5 {
    /* width: 50%; */
    padding-left: 0 !important;
}

#about .col-lg-5.d-flex.justify-content-end {
    /* width: 50%; */
    justify-content: center !important;
    margin-top: 20px;
}

section#about {
    padding-bottom: 50px !important;
}

.col-lg-5.statistics-section1.px-5 {
    width: 50%;
    padding-left: 0 !important;
}

.col-lg-7.content-section {
    width: 50%;
    padding: 0;
}

.hexagon-background img {
    width: 81%;
}

.sustainability-section .col-lg-5.px-5 {
    width: 50%;
    padding: 0 10px !important;
}

.sustainability-section .col-lg-7.px-5 {
    width: 50%;
    padding: 0 !important;
}

.sustainability-section h2.section-title {
    font-size: 20px;
}

.hexagon-item .hexagon-image img {
    margin: 0 auto;
    display: block;
}

h1.hero-title {
    font-size: 25px;
}

.hexagon-container {
    top: 10%;
}

.hero-subtitle {
    font-size: 18px;
    padding: 10px 35px;
}

button.navbar-toggler.collapsed span {
    background-image: var(#fff);
    color: #fff;
}

button.navbar-toggler.collapsed {
    color: #fff;
}
.hexagon-video-background {
    height: 500px;
}
}


@media (min-width:992px) and (max-width:1200px){

    .service-card {
    width: 100%;
}

.hexagon-row.row-1 {
    gap: 1.5rem;
}

.hexagon-background img {
    width: 77%;
}

.statistics-section .content-section {
    padding: 60px 0;
}

.col-lg-5.statistics-section1.px-5 {
    padding-left: 0 !important;
}

.hexagon-background {
    top: -42px;
}

.hexagon-video-background video.hexagon-masked-video {
    height: 700px;
}

.hexagon-video-background {
    height: 700px;
}

section#about {
    padding-bottom: 40px !important;
}

.sustainability-section .col-lg-5.px-5 {
    padding-right: 0 !important;
}

.navbar a.nav-link {
    font-size: 14px;
}
}




/* Blog Page Start  */

         .blog-container {
            padding: 60px 0;
            background-image: url(../img/news-page-back.png);
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            margin-top: -160px;
            padding-top: 260px;
        }
        
        .blog-container .blog-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4.817px 24.083px 0 rgba(0, 0, 0, 0.10);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .blog-container .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }
        
        .blog-container .blog-card-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: 12px 12px 0 0;
        }
        
        .blog-container .blog-card-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .blog-container .blog-date {
           color: #404040;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Gotham Light';
        }
        
       .blog-container .blog-title {
            color: #00577D;
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 1.3;
    text-decoration: none;
    display: block;
    font-family: 'Gotham';
        }
        
      .blog-container  .blog-title:hover {
            color: #003d5a;
            text-decoration: none;
        }
        
      .blog-container  .blog-excerpt {
            color: #4B5563;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
    flex-grow: 1;
    font-family: 'Gotham Light';
        }
        
       .blog-container .read-more-btn {
            color: #01669F;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    align-self: flex-end;
    transition: color 0.3s ease;
    font-family: 'Gotham Light';
        }
        
      .blog-container  .read-more-btn:hover {
            color: #0056b3;
            text-decoration: none;
        }
        
       .blog-container .pagination-wrapper {
            margin-top: 45px;
            text-align: right;
        }
        
       .blog-container .custom-pagination {
            display: inline-flex;
            gap: 10px;
        }
        .blog-container .blog-card-content h2 {
            font-size: 20px;
            margin-bottom: 0;
        }
       .blog-container .page-number {
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background: #01669F;
            color: white;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            border-radius: 6px;
            transition: all 0.3s ease;
        }
        
       .blog-container .page-number:hover {
            background: #003d5a;
            color: white;
            text-decoration: none;
            transform: translateY(-2px);
        }
        
      .blog-container  .page-number.current {
            background: #00577D;
        }
        
       .blog-container .no-posts {
            text-align: center;
            padding: 60px 0;
            color: #666;
            font-size: 18px;
        }
        .blog-container .col-lg-4.col-md-6.col-sm-12 {
    margin-bottom: 30px;
}
        
        @media (max-width: 768px) {
          .blog-container  .blog-title {
                font-size: 17px;
            }
            
           .blog-container .blog-excerpt {
                font-size: 14px;
            }
            
          .blog-container  .blog-card-content {
                padding: 20px;
            }
        }


/* Blog Page End  */


.hexagon-video-background1.position-relative img {
    width: 100%;
    height:100%;
}



/* Board of director Start  */

/* Board of Directors Styles */
.board-member {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
h2.text-center.board-dir-content {
    padding-bottom: 120px;
    font-size: 25px;
}

h2.text-center.board-dir-content strong {
    color: #00577D;
}
.board-member:hover {
    transform: translateY(-5px);
}

.member-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
    display: flex;
    align-items: flex-end;
   
    transition: opacity 0.4s ease;
}

.board-member:hover .member-overlay {
    opacity: 1;
}



.member-info {
     transition: transform 0.4s ease 0.1s;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -47.73%, #1A1A1A 100%);
    padding: 11px 24px 23px;
    width: 100%;
}

.board-member:hover .member-info {
    transform: translateY(0);
}

.member-name {
    margin-bottom: 8px;
   color: var(--content, #404040);
    text-align: center;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    padding-top: 10px;
}

.member-position {
    margin: 0;
    color: #FF8200;
text-align: center;
font-family: Gotham;
font-size: 12px;
font-style: normal;
font-weight: 350;
line-height: normal;
}

section.board-member-sec h2 {
    margin-bottom: 40px;
}

section.board-member-sec .col-md-2 {
    text-align: center;
    margin-bottom: 45px;
}

section.board-member-sec .col-md-2 img {
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    width: 100%;
}
.row.members-list-board {
    display: flex;
    justify-content: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .member-image {
        height: 350px;
    }
    section.board-member-sec .col-md-2 img {
    width: auto;
}
    
    .member-name {
        font-size: 1.1rem;
    }
    
    .member-position {
        font-size: 0.9rem;
    }
    
   h2.text-center.board-dir-content {
    font-size: 18px;
            padding-bottom: 30px;
}
}
/* Pillars Container - Exact Match */
.pillars-container {
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pillars-grid {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 350px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
}

.pillar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: relative;
    color: white;
}

.pillar-item.top-left {
    border-right: 2px dotted rgba(255, 255, 255, 0.4);
    border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
}

.pillar-item.top-right {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
}

.pillar-item.bottom-left {
    border-right: 2px dotted rgba(255, 255, 255, 0.4);
}

.pillar-item.bottom-right {
    /* No borders */
}

.pillar-icon {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillar-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    color: white;
}

.pillar-dots {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    max-width: 120px;
}

.pillar-dots span {
    width: 2px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: inline-block;
}

/* Remove the separate line elements since we're using borders */
.vertical-line,
.horizontal-line {
    display: none;
}
/* Board of Director END  */




/*  contact page start  */


    /* Map Section Styles */
.map-section {
    
}

.map-slider-container {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.mapSwiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    width: 100%;
    display: flex;
    height: auto;
}
.map-background iframe {
    width: 100%;
    border-radius: 20px;
    height:700px;
}
.map-slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding-left: 20px;
    padding-bottom:80px;
}

.map-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

.location-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
 
    border-radius: 20px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    
    animation: slideUp 0.8s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.location-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.company-name {
    font-size: 25px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    line-height: 1.3;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.5;
}

.detail-item svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.detail-item span {
    font-weight: 500;
}

/* Custom Pagination Styles */
.swiper-pagination {
    bottom: 30px !important;
    text-align: center;
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 2px solid #0066cc !important;
    opacity: 1 !important;
    margin: 0 8px !important;
    transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
    background: #0066cc !important;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0, 102, 204, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .map-slider-container {
        height: 666px;
    }
    
    .location-card {
        padding: 25px;
        max-width: 95%;
    }
    
    .company-name {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    
    .detail-item {
        font-size: 0.9rem;
        gap: 10px;
    }
    
    .location-icon svg {
        width: 32px;
        height: 32px;
    }

    .location-icon h4.company-name {
    font-size: 15px;
}

.location-details.list-sec li {
    font-size: 13px;
}
}

@media (max-width: 576px) {
    .map-slider-container {
        height: 666px;
    }
    
    .location-card {
        padding: 20px;
    }
    
    .company-name {
        font-size: 1.2rem;
    }
    
    .detail-item {
        font-size: 0.85rem;
    }
}

/* Smooth transitions for slide changes */
.swiper-fade .swiper-slide {
    transition-property: opacity;
    transition-duration: 0.6s;
}

/* Loading animation */
.map-slide-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    animation: shimmer 2s infinite;
    z-index: 0;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
/* Contact Section Styles */
.contact-section {
      background: #D7F2FF;
    padding: 60px 0;
    position: relative;
}

.contact-section .container {
    /* max-width: 1200px; */
}

/* Company Information Styles */
.company-info {
    padding-right: 4px;
}

.company-name {
    font-size: 25px;
    font-weight: 300;
    color: #404040;
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
    font-family: 'Gotham';
    
}
section.map-section.first-section-back-image {
    padding-bottom: 100px;
}
.location-icon h4.company-name {
    padding-left: 20px;
}

.company-subtitle {
    font-size: 25px;
    font-weight: 300;
    color: #404040;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    font-family: 'Gotham';
}

.contact-info {
    margin-top: 30px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.icon-wrapper {
    
    /* background-color: #1976d2; */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    /* box-shadow: 0 2px 8px rgba(25, 118, 210, 0.3); */
}

.icon-wrapper i {
    color: white;
    font-size: 16px;
}

.info-content {
    flex: 1;
    padding-top: 2px;
}

.info-content p {
    margin: 0;
    color: #4B5563;
    font-size: 17px;
    line-height: 1.4;
}

.info-content a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-content a:hover {
    color: #1976d2;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
    padding-left: 40px;
}

.contact-form-container {
  
    border-radius: 20px;
    padding: 0;
    
}

/* Contact Form 7 / WPForms Styling */
.contact-form-container .wpcf7-form,
.contact-form-container .wpforms-form {
    padding: 0;
}

.contact-form-container .wpcf7-form-control-wrap,
.contact-form-container .wpforms-field {
    margin-bottom: 25px;
}

.contact-form-container label {
    display: block;
    color: #404040;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Gotham';
}

.contact-form-container label .required,
.contact-form-container label .wpforms-required-label {
    color: #EF3E2E;
    margin-left: 3px;
}

.contact-form-container input[type="text"],
.contact-form-container input[type="email"],
.contact-form-container input[type="tel"],
.contact-form-container textarea,
.contact-form-container .wpforms-field input,
.contact-form-container .wpforms-field textarea {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    font-size: 20px;
    color: #BABABA;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-form-container input[type="text"]:focus,
.contact-form-container input[type="email"]:focus,
.contact-form-container input[type="tel"]:focus,
.contact-form-container textarea:focus,
.contact-form-container .wpforms-field input:focus,
.contact-form-container .wpforms-field textarea:focus {
    outline: none;
    border-color: #1976d2;
    box-shadow: 0 4px 20px rgba(25, 118, 210, 0.2);
    background: rgba(255, 255, 255, 1);
}

.contact-form-container input::placeholder,
.contact-form-container textarea::placeholder {
    color: #bbb;
    font-size: 16px;
}

.contact-form-container textarea {
    min-height: 150px;
    resize: vertical;
}

/* Form Grid Layout */
.contact-form-container .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.contact-form-container .form-col {
    flex: 1;
}

/* Submit Button */
.contact-form-container input[type="submit"],
.contact-form-container .wpforms-submit {
    background: #2883BA;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
    font-family: 'Gotham';
}

.contact-form-container input[type="submit"]:hover,
.contact-form-container .wpforms-submit:hover {
    background: #00577D;
    transform: translateY(-2px);
    /* box-shadow: 0 6px 20px rgba(25, 118, 210, 0.4); */
}

/* Responsive Design */
@media (max-width: 991px) {
    .company-info {
        padding-right: 20px;
        margin-bottom: 20px;
    }
    
    .contact-form-wrapper {
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 40px 0;
    }
    
    .company-info,
    .contact-form-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .company-name,
    .company-subtitle {
        font-size: 25px;
    }
    
    .contact-form-container .form-row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0px;
    }
    
    .icon-wrapper {
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }
    
    .icon-wrapper i {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .company-name,
    .company-subtitle {
        font-size: 20px;
    }
    
    .contact-form-container {
        margin: 0 ;
        border-radius: 15px;
    }
}

/* Custom Contact Form 7 styling for the exact form layout */
.contact-form-container .wpcf7-form {
    /* padding: 40px; */
}

.contact-form-container .form-group {
    margin-bottom: 25px;
}

.contact-form-container .form-group.half {
    width: 48%;
    display: inline-block;
}

.contact-form-container .form-group.half:first-child {
    margin-right: 4%;
}

.contact-form-container .form-group.full {
    width: 100%;
}

/* Error messages */
.contact-form-container .wpcf7-not-valid-tip,
.contact-form-container .wpforms-error {
    color: #f44336;
    font-size: 14px;
    margin-top: 5px;
}

/* Success message */
.contact-form-container .wpcf7-mail-sent-ok,
.contact-form-container .wpforms-confirmation-message {
    color: #4caf50;
    font-weight: 600;
    background: rgba(76, 175, 80, 0.1);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #4caf50;
}

/* contact page end  */

section.supporting-education, .sports-health, .recent-activities{
    background: #D7F2FF;
}

section.supporting-education {
    padding: 46px 0;
}

section.supporting-education1 {
    padding: 60px 0;
}
.report-last {
    padding: 60px 0;
     background-image: url(../img/report-last-back.png);
    background-position: center center;
    background-size: cover;
}


@media (max-width:767px){
    section.supporting-education1.font-30 {
    padding: 30px 0;
}

section.supporting-education.report-middle.font-30 img {
    padding-bottom: 20px;
}

section.supporting-education.report-middle {
    padding: 30px 0;
}

.report-last {
    padding: 30px 10px;
}
}

.page-template-sustain-social-resp .principle-text, 
.page-template-sustain-social-resp .section-description,
.page-template-sustain-social-resp .sustainability-description ,
.page-template-sustain-social-resp .principles-intro ,
.page-template-sustain-social-resp .sustainability-text  {
    font-size: 20px;
    line-height: 1.6;
}

.page-template-sustain-social-resp .section-title {
    font-size: 22px;
}
p.activities-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}
p.sustainability-text.text-left {font-family: 'Gotham';}

p.sustainability-text.text-left strong {
    color: #00577D;
    font-weight: 400;
}

.font-30 p{
    font-size: 20px;
    line-height: 1.6;
}
.blue-back{
    background-color: #D7F2FF;
}

/* Comp limited  start */

section.content-sec-back {
    padding-bottom: 60px;
    background-image: url(../img/qcl-back.png);
    background-position: center;
    background-size: cover;
}
section.blue-back.comp-logo-sec {
    padding: 35px 0;
    background: rgba(215, 242, 255, 0.5);
   
}

section.blue-back.comp-logo-sec .row {
    display: flex;
    align-items: center;
}


/* Comp limited  end */

.list-sec ul {
    list-style: none;
    list-style-image: url(../img/check-icon.svg);
        font-size: 20px;
    font-family: 'Gotham Light';
    color: #4B5563;
    margin-bottom:0;
}
.list-sec ul li {
    padding-left: 10px;
    padding-bottom: 18px;
}
.list-sec ul li:last-child {
    padding-bottom: 0;
}
.heading-40{
    font-size: 25px;
}
.color-blue {
    color: #00577D;
}

.intern-elig-inner {
    padding: 51px;
    border-radius: 20px;
}
.intern-elig-inner p {
    font-size: 16px;
    color: #4B5563;
    line-height: 1.2;
    margin-bottom: 40px;
}
section.internship-section
 {
    padding: 60px 0;
}

@media (max-width:767px){
    .intern-elig-inner {
    padding: 25px;
}

.heading-40 {
    font-size: 25px;
}

.intern-elig-inner p {
    font-size: 18px;
    margin-bottom: 20px;
}

.list-sec ul {
    font-size: 18px;
}

.list-sec ul li {
    padding-bottom: 10px;
}

section.internship-section {
    padding: 30px 10px;
}

}

/*  Awards Page Start */

.awards-news img {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width: 100%;
}

.awards-news .award-date {
    position: absolute;
    right: 25px;
    top: 20px;
    border: 3px solid #00577D;
    border-radius: 10px;
    background: #fff;
    padding: 2px 20px;
    font-size: 20px;
    color: #00577D;
}

.awards-news p {
    margin-top: 20px;
}

.awards-news p a {
    color: #404040;
    text-decoration: none;
}

.awards-news {
    margin-bottom: 40px;
}
section.awards-news-section {
    padding: 100px 0;
      background-image: url(../img/award-back.png);
    background-size: cover;
    background-position: center;
}

@media (max-width:767px){
    .awards-news .award-date {
    font-size: 13px;
    padding: 2px 10px;
}
.awards-news {
    margin-bottom: 10px;
}
section.awards-news-section {
    padding: 40px 0;
}
}
/* Awards page End  */


/* About page start  */
.first-section-back-image {
    background-image: url(../img/about-first-sec-back.png);
    background-size: cover;
    background-position: top;
}

section.statis-section {
    background: #01669F;
    padding: 40px 0;
}

section.statis-section .col-md-3 {
    text-align: center;
    color: #fff;
}

section.statis-section .col-md-3 .stat-label {
    color: #fff;
    font-size: 20px;
}

section.statis-section .col-md-3 .stat-number {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 23px;
}

section.mission-value-section p {
   font-family: 'Gotham Light';
    font-size: 16px;
    line-height: 1.2;
}

span.value-text {
    font-size: 20px;
    font-family: 'Gotham bold';
}

section.mission-value-section .col-12 {
    margin-top: 20px;
}

section.qapco-stakeholder {
    padding: 60px 0 60px;

    background-position: center;
    background-size: cover;
}
.content-box.rounded-4.blue-back {
    padding: 25px;
}
section.qapco-stakeholder .row {
    display: flex;
    align-items: center;
}
section.qapco-stakeholder img {
    width: 100%;
    max-width:400px;
}


.our-values h2.section-title.fw-bold {
    margin-bottom: 40px;
}

section.first-section .col-md-12.text-center.font-30 p {
    font-family: 'Gotham';
}

section.first-section .row {
    display: flex;
    
}

section.first-section .col-md-6.font-30 p {
    font-family: 'Gotham';
}

section.qapco-history {
    padding: 77px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
section.mission-value-section {
    padding: 60px 0;
    background-image: url(../img/our-vision-back.png);
    background-size:cover;
    background-position: center;
}
section.qapco-history h2 {
    color: #fff;
    font-family: 'Gotham bold';
    font-size: 25px;
}

section.qapco-history p {
    color: #fff;
    font-size: 17px;
    padding: 20px 0;
    line-height: 1.2;
}
section.first-section {
     padding-bottom: 120px;
    background-image: url(../img/about-first-sec-back.png);
    background-size: cover;
    background-position: top;
}
.about-intro-text {
    margin-bottom: 40px;
}
section.first-section img {
    width: 100%;
}


@media (max-width:767px){

    .font-30 p {
    font-size: 17px;
}

.about-intro-text {
    margin-bottom: 30px;
}

section.first-section {
    padding-bottom: 30px;
}

section.qapco-stakeholder {
    padding: 30px 0;
}

section.qapco-stakeholder .col-md-6.font-30 {
    padding-top: 30px;
}

section.mission-value-section {
    padding: 30px 0;
}



span.value-text {
    font-size: 18px;
}

section.mission-value-section .col-12 {
    margin-top: 9px;
}

.content-box.rounded-4.mb-4.blue-back.vision {
    padding-bottom: 25px;
}

section.qapco-history h2 {
    font-size: 22px;
}

section.qapco-history p {
    font-size: 16px;
}

section.statis-section .col-md-3 {
    width: 50%;
    margin-bottom: 30px;
}

section.qapco-stakeholder img {
    width: 100%;
        max-width: 400px;
}

section.statis-section .col-md-3 .stat-number {
    font-size: 27px;
}

section.statis-section .col-md-3 .stat-label {
    font-size: 17px;
}
}
/* About page End  */


section.gallery .col-md-4 {
    padding: 0;
}

section.gallery .col-md-4 img {
    width: 100%;
}

.blue-back.app-prop {
    border-radius: 20px;
    padding: 51px 46px;
}

.blue-back.app-prop h2 {
    color: #00577D;
    font-size: 25px;
    padding-bottom: 35px;
}

section.properties-application-section {
    padding: 60px 0;
}

/* Capability Building Start  */



/* Content Text */
.main-content p , .diversity-content p{
    color: #4B5563;
    font-size: 20px;
    line-height: 1.6;
   
    font-weight: 400;
}
.diversity-content{padding-top:40px;}
section.statistics-section.cap-bild img {
    width: 100%;
}


/* Diversity Section */
.diversity-section {
    padding: 60px 0;
     background-image: url(../img/value-div-back.png);
    background-size: cover;
    background-position: center;
}

.diversity-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

/* Statistics Section */
.statistics-section.cap-bild {
    background: #fff;
    padding: 0 0 50px 0;
    margin-top:0;
}
.diversity-image h2 {
    font-family: 'Gotham';
}


/* Responsive Design */
@media (max-width: 992px) {
   
    
    .main-content p,
    .diversity-content p {
        font-size: 18px;
    }
    
   
}

@media (max-width: 768px) {
   
    .main-content p,
    .diversity-content p {
        font-size: 18px;
    }
  
    .main-content-section,
    .diversity-section,
    .statistics-section {
        padding: 30px 0;
    }
    
 
}

@media (max-width: 576px) {
    .main-content p,
    .diversity-content p {
        font-size: 18px;
    }
}

/* Capability Building End */

.common-content-section{
    padding:60px 0;
}

@media (max-width:767px){
    .blue-back.app-prop {
    margin-bottom: 20px;
    padding: 30px;
}

section.properties-application-section {
    padding: 30px 0;
}

.blue-back.app-prop h2 {
    font-size: 25px;
    padding-bottom: 15px;
}
}


/* Qatarization Start  */

section.section-after-banner-qatar {
    padding-bottom: 60px;
}

section.we-offer {
    padding: 41px 0;
}

section.we-offer h2.section-title {
    margin-bottom: 40px;
}

section.find-right {
    padding: 68px 0;
}

section.find-right .content-area p {
    font-size: 19px;
    line-height: 1.6;
}
section.we-join p {
    font-size: 19px;
    line-height: 1.6;
}

section.we-join {
    padding: 50px 0;
}
section.we-join
 .section-image {
    display: flex;
    justify-content: end;
}


@media (max-width:767px){
    .page-template-qatarization .section-image img {
    width: 100%;
}

section.section-after-banner-qatar {
    padding-bottom: 30px;
}

section.we-offer h2.section-title {
    margin-bottom: 20px;
}

section.we-offer .section-image {
    padding-top: 20px;
}

section.find-right {
    padding: 30px 0;
}

section.find-right .col-lg-6.list-sec {
    padding-top: 20px;
}

section.find-right .content-area p, section.we-join p {
    font-size: 17px;
}

section.we-join {
    padding: 30px 0;
}
}

@media (min-width:768px) and (max-width:1400px){
    .page-template-qatarization .section-image img {
    width: 100%;
}
}

/*  Qatarization End  */

/* research & develppment Start */

section.research-content-section {
    padding-bottom: 60px;
}

section.research-img-section {
    padding-bottom: 95px;
}

section.research-img-section img {
    width: 100%;
}

section.research-img-section .col-md-4 {
    padding: 0;
}

.tab-pane .project-card {
    border-radius: 10px;
    background: #D7F2FF;
    box-shadow: 0 2px 8px 0 rgba(64, 64, 64, 0.25);
    padding: 33px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tab-pane .project-card h5.project-title {
    color: #00577D;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

.tab-pane .project-card p {
    color: var(--content, #404040);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 156.25% */
}

.footer-logo.qatar-small {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Gotham Bold";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: right;
}

div#projectTabsContent .tab-pane {
    padding-bottom: 100px;
}

div#projectTabsContent .tab-pane .row {
    display: flex;
    height: 100%;
    flex-direction: row;
    margin-top:30px;
}

div#projectTabsContent .tab-pane .row .col-md-4 {
    display: flex;
}

section.tabs-section {
    background: rgba(246, 160, 172, 0.50);
}

ul#projectTabs {
    display: flex;
    justify-content: space-between;
    border: none;
}

ul#projectTabs:hover, ul#projectTabs:hover li, ul#projectTabs:hover, ul#projectTabs li button:hover, ul#projectTabs li button {
    border: none;
    background: transparent;
}

ul#projectTabs li button.active {
    background: transparent;
}
.custom-tabs .nav-link {
    position: relative;
}

.custom-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -15px;              
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 23px solid rgba(246, 160, 172, 0.50); /* triangle color */
    top: 99.7%;
}

ul#projectTabs button {
    width: 236px;
    padding: 60px 0;
    height: 300px;
}

@media (max-width:767px){

ul#projectTabs button {
    width: 100px;
    height: 169px;
}
}

ul#projectTabs button img {
    width: 100%;
}
/* Research and Develpopment End  */


/* Scholarship program Start  */

section.eligible-section.blue-back {
    padding: 58px 0;
}

section.eligible-section.blue-back img {
    width: 100%;
}

section.eligible-section.blue-back .col-md-7 {
    padding-right: 75px;
}

section.eligible-section.blue-back h2.heading-40.color-blue {
    margin-bottom: 40px;
}

section.scholership-content-section {
    padding-bottom: 60px;
}

section.scholership-content-section ul {
    padding-top: 35px;
}

@media (max-width:767px){
    section.eligible-section.blue-back {
    padding: 30px 0;
}

section.eligible-section.blue-back h2.heading-40.color-blue {
    margin-bottom: 20px;
}

section.scholership-content-section {
    padding-bottom: 30px;
}

section.scholership-content-section ul {
    padding-top: 10px;
}
}
/* Scholarship Program End  */



/*  Sustain Social Responsibility start */

.social-resp-page {
    padding: 60px 0;
}
section.recent-activities.social-resp-page h2.section-title {
    margin-bottom: 54px;
}
.accordion-item .accordion-button {
    border-radius: 10px;
    background: #01669F;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    color: #fff;
    padding: 20px 25px;
    font-size: 25px;
    font-family: 'Gotham';
}

.accordion-item {
    background: none;
    border: 0;
    margin-bottom: 40px;
}
.accordion-body {
    font-size: 25px;
    font-family: 'Gotham Light';
    line-height: 1.2;
}
.accordion-button::after {
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-position: center;
}
.accordion-button:focus {
    box-shadow: none;
}
section.guiding-principles h2 {
    margin-bottom: 40px;
}
section.sustainability-content {
    padding: 60px 0;
}
.sustain-social-img {
    display: flex;
    justify-content: end; 
    width: 80%;
    align-items: flex-end;
    float: right;
}

.sustain-social-img img {
    padding: 90px 64px;
    border-radius: 20px;
    background: #0173B0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    width:100%;
}


@media (max-width:767px){
    .page-template-sustain-social-resp .principle-text, .page-template-sustain-social-resp .section-description, .page-template-sustain-social-resp .sustainability-description, .page-template-sustain-social-resp .principles-intro, .page-template-sustain-social-resp .sustainability-text {
    font-size: 18px;
}
.sustain-social-img {

    width: 100%;

}
section.sustainability-content {
    padding: 30px 0;
}

.sustain-social-img img {
    padding: 30px;
    width: 100%;
}

.page-template-sustain-social-resp .section-title {
    font-size: 20px;
}

.social-resp-page {
    padding: 30px 0;
}

p.activities-subtitle {
    font-size: 20px;
}

.accordion-item .accordion-button {
    font-size: 17px;
    padding: 18px;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-body {
    font-size: 18px;
}
}
/*  Sustain Social Responsibility end */


/* Qvc vinly company start  */

.content-part.font-30 {
    padding: 40px 0;
}

.qvc-produces img {
    border-radius: 10px;
    border: 3px solid var(--primary-blue, #00577D);
    background: #FFF;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    padding: 34px 67px;
    margin-right: 20px;
}

.qvc-produces img:last-child {
    margin: 0;
}

section.recognition-excellence {
    padding-top: 80px;
    padding-bottom: 60px;
}

section.recognition-excellence p {
    font-size: 17px;
    color: #4B5563;
    line-height: 1.2;
    padding-top: 20px;
}
section.recognition-excellence h2 {
    font-size: 25px;
    margin-bottom: 50px;
}
section.recognition-excellence img {
    width: 100%;
}
   img.main-img.loaded {
    width: 100%;
}

section.vonly-company.first-section-back-image .col-md-6.list-sec p {
    font-size: 28px;
    line-height: 1.2;
}

section.petro-chem p {
    font-size: 20px;
    line-height: 1.2;
}

section.qatar-energy.ptb-60 p {
    font-size: 20px;
    line-height: 1.2;
}

section.qatar-energy.ptb-60 .col-md-6:last-child {
    display: flex;
    justify-content: end;
}

.page-template-qvc-shareholder h2.section-title {
    font-size: 22px;
}

section.vonly-company.first-section-back-image .top-con p strong {
    color: #00577D;
}

section.vonly-company.first-section-back-image .top-con p {
    font-weight: 600;
    line-height: 1.3;
}
section.vonly-company.first-section-back-image .col-md-6:nth-child(3){
    display: flex;
    justify-content: end;
}

@media (max-width:767px){
    section.vonly-company img {
    width: 100%;
}

section.recognition-excellence img {
    width: 100%;
}

section.vonly-company .qvc-produces img {
    width: 42%;
    margin: 20px 12px;
    padding: 20px;
    height: 178px;
}
section.recognition-excellence p {
    font-size: 16px;
}
section.recognition-excellence h2 {
    font-size: 22px;
}

section.recognition-excellence {
    padding: 30px 0;
}
.page-template-qvc-shareholder h2.section-title {
    font-size: 20px;
}

section.petro-chem img {
    width: 100%;
    margin-bottom: 20px;
}

section.petro-chem p {
    font-size: 17px;
}

section.qatar-energy.ptb-60 p {
    font-size: 17px;
}
}

@media (min-width:768px) and (max-width:991px){
 

.qvc-produces img {
    height: 200px;
    padding: 20px;
    margin-right: 10px;
}
section.vonly-company img {
    width: 100%;
}

section.petro-chem img {
    width: 100%;
}

section.qatar-energy.ptb-60 p {
    font-size: 20px;
}

section.petro-chem p {
    font-size: 20px;
}

section.vonly-company p {
    font-size: 20px;
}
}

@media (min-width:992px) and (max-width:1400px){
.qvc-produces img {
    width: 23%;
    height: 200px;
    padding: 20px;
}
section.vonly-company img {
    width: 100%;
}

section.petro-chem img {
    width: 100%;
}

}



/* Qvc vinly company end */


/* Qvc products start */

.major-points-sec .content-box1.blue-back.list-sec {
    border-radius: 20px;
    padding: 33px 21px;
        display: flex;
    height: 100%;
    flex-direction: column;
}
section.major-points-sec.pt-60 h2 {
    margin-bottom: 0;
}
section.qvc-products.first-section-back-image ul {
    font-size: 20px;
}
.list-sec ul span {
    color: #00577D;
    font-family: 'Gotham';
}

.content-part1.font-30.list-sec p {
    padding-bottom: 40px;
    margin-bottom: 0;
}


@media (max-width:767px){
    section.qvc-products.first-section-back-image ul {
    font-size: 18px;
}

.major-points-sec .col-md-6 {
    margin-bottom: 20px;
}

.content-part1.font-30.list-sec p {
    padding-bottom: 20px;
}
}

h2.section-title.pb-40 {
    margin-bottom: 0;
}

.content-box2.blue-back.list-sec {
    padding: 43px 27px;
    border-radius: 20px;
}
section.properties img {
    width: 100%;
}

@media (max-width:767px){
.icon-wrapper1 {
    margin-bottom: 20px;
}
section.properties .content-box2 {
    margin-top: 20px;
}
section.data-sheet {
    padding: 40px 0;
}
}
/* Qvc product end */


/*  Code of conduct start */


  .golden-code-section {
       
        padding: 80px 0 0;
       
        overflow: hidden;
    }
    
   
    .content-text {
    margin-bottom: 30px;
}
    .content-text p {
      
       
        color: #4B5563;
       
    }
    
    .policy-card {
        background: #D7F1FF;
        border-radius: 10px;
        padding: 16px 12px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        border: 1px solid #D7F1FF;
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        cursor: pointer;
    }
    
    .policy-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        background: rgba(255, 255, 255, 0.95);
    }
    
    .pdf-icon {
        width: 76px;
        height: 76px;
        margin-right: 20px;
        flex-shrink: 0;
        object-fit: contain;
    }
    
    .policy-title {
       margin-bottom: 0;
    }
    .policy-title a {
    font-size: 20px;
    color: #4B5563;
    margin: 0;
    line-height: 1.3;
    text-decoration: none;
    margin-bottom: 0;
    font-family: 'Gotham';
}
    .download-section {
            background: #D7F1FF;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    margin-top: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    
    .download-text {
       font-size: 30px;
    color: #404040;
        font-weight: 500;
        margin-bottom: 0px;
        text-align: left;
        font-family: 'Gotham';
    }
    .download-section .row {
    align-items: center;
}
    
    
    @media (max-width: 768px) {
        .golden-code-section {
            padding: 40px 0;
        }
        
        .policy-card {
            padding: 10px;
        }
        
        .pdf-icon {
            width: 40px;
            height: 40px;
            margin-right: 15px;
        }
        
        .policy-title {
            font-size: 1rem;
        }

        .download-text {
    font-size: 20px;
    margin-bottom: 21px;
    text-align: center;
}
    }
    
    @media (max-width: 576px) {
        .policy-card {
            padding: 10px;
        }
        
        .content-text {
            font-size: 0.95rem;
        }
    }

/*  code of conduct end */

/*  History page start */

.timeline-container h3 {
    color: #00577D;
    font-family:
    "Gotham Bold";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.timeline-container p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
        line-height: 28px;
}

section.history-section {
    padding-bottom: 106px;
}

.history-page h2 {
    font-size: 25px;
    color: #404040;
    margin-bottom: 120px;
}

.history-page h2 span {
    color: #00577D;
}
.timeline-item {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-item:nth-child(2) { animation-delay: 0.2s; }
.timeline-item:nth-child(3) { animation-delay: 0.3s; }
.timeline-item:nth-child(4) { animation-delay: 0.4s; }
.timeline-item:nth-child(5) { animation-delay: 0.5s; }
.timeline-item:nth-child(6) { animation-delay: 0.6s; }
.timeline-item:nth-child(7) { animation-delay: 0.7s; }
.timeline-item:nth-child(8) { animation-delay: 0.8s; }

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .timeline-item .col-lg-5 {
        text-align: center !important;
    }
    
  
}

@media (max-width:767px){

    .history-page h2 {
    font-size: 25px;
}

.timeline-container h3 {
    font-size: 38px;
}

.timeline-container p {
    font-size: 17px;
}

}
/*  History page end */


/* Publication and Report Start  */

.filter-dropdown {
    position: relative;
    min-width: 200px;
}

.publication-section {
    padding-top: 120px;
}
.custom-select {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 15px 45px 15px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #495057;
    appearance: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.custom-select:focus {
    border-color: #0066cc;
    box-shadow: 0 4px 20px rgba(0,102,204,0.2);
    outline: none;
}

.dropdown-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #0066cc;
    pointer-events: none;
    font-size: 14px;
}

/* Report Cards */
.report-card {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.report-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.report-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.year-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #01669F;
    font-size: 17px;
    font-weight: 400;
}

.year-icon {
    font-size: 20px;
}

.category-badge {
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.badge-annual-report {
    background-color: #D7F1FF;
    color: #01669F;
}

.badge-sustainability-reports {
    background-color: #FFE0C0;
    color: #FF8200;
}

.badge-integrated-report {
    background-color: #C7FFEC;
    color: #2FBA8C;
}

.report-title {
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 40px;
    line-height: 1.3;
    font-family: 'Gotham';
        width: 58%;
}

.report-meta {
    color: #404040;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: auto;
}

.download-btn {
    background: #01669F;
    border: none;
    border-radius: 12px;
    padding: 11px 30px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    display: inline-block;
}

.download-btn:hover {
    background: linear-gradient(135deg, #004499, #0066cc);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,102,204,0.3);
}

/* Animation for filtering */
.report-item {
    transition: all 0.5s ease;
}

.report-item.hiding {
    opacity: 0;
    transform: scale(0.8);
}
.report-item {
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .filter-dropdown {
        min-width: 100%;
        margin-bottom: 15px;
    }
    
    .report-card {
        padding: 20px;
        margin-bottom: 20px;
    }
   
}

/* Loading animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.report-item {
    animation: fadeInUp 0.6s ease forwards;
}



/* Publication and Report End  */

.font-25 p {
    font-size: 20px;
    line-height: 32px;
}

@media (max-width:767px){
    .font-25 p {
    font-size: 18px;
    line-height: 25px;
}
}


/* Products page start */

h4.orange-color {
    color: #FF8200;
    font-size: 25px;
    font-family: 'Gotham bold';
}
section.data-sheet {
    padding: 60px 0;
}

section.data-sheet .section-title {
    margin-bottom: 40px;
}
section.polymer-value-chain img {
    width: 100%;
}
section.first-section , .first-section-back-image{
        margin-top: -100px; 
    padding-top: 150px;
}
/* Products page end  */




/* Sustainbility start  */

.framework-card {
    border-radius: 20px;
background: #00577D;
    padding: 34px;
    display: flex;
    gap: 40px;
    height: 100%;
    align-items: center;
}

.framework-card p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}
.framework-card h3.card-title {
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding-bottom: 12px;
}

.framework-card .card-icon img {
    width: 90px;
    height:auto;
}

@media (max-width:767px){
    .framework-card h3.card-title {
    font-size: 18px;
}

.framework-card {
    gap: 20px;
    padding: 20px;
}

.framework-card p {
    font-size: 15px;
}
}

@media (min-width:768px) and (max-width:1200px){
    .framework-card {
    padding: 20px;
    gap: 20px;
}

.framework-card h3.card-title {
    font-size: 20px;
}
}
@media (min-width:1201px) and (max-width:1350px){
    .framework-card {
    gap: 20px;
}

}
/* sustainability End  */


/* Blog Detail page Start  */

.feature-image img {
    width: 100%;
    height:auto;
}
section.single-detail-page .blog-date {
    font-size: 20px;
    color: #404040;
    padding-bottom: 28px;
}

section.related-posts-section.blog-container {
    margin: 0;
    padding: 60px 0;
    background-position: top;
}
.single .blog-container .blog-title {
    font-size: 18px;
}

.single .blog-container .blog-excerpt {
    font-size: 15px;
}

.single .blog-container .blog-date {
    font-size: 14px;
}
/* Blog detail page end */

/* Product page start  */

.product-card:hover {
    background-image: url(../img/pro-hover.png);
    background-size: cover;
    background-position: center;
    /* background-color: transparent; */
}

/* Product page end  */


@media (max-width:767px){

.hexagon-video-background1 .hexagon-shape {
    height: auto;
}

section.first-section, .first-section-back-image {
    padding-top: 150px;
}
.section-image img {
    margin-top: 20px;
}
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown-click.js-wpml-ls-legacy-dropdown-click {
    width: auto;
    border: none;
    border-radius: 5px;
}

.wpml-ls-legacy-dropdown-click a {
    border: none;
    border-radius: 5px;
    padding: 7px 15px;
}

/* Careers page  */

p.feature-text.mb-0 {
    font-size: 18px;
}

section.blue-back.ptb-60.features-list-career .row .col-lg-4 {
    padding-bottom: 20px;
}

section.blue-back.ptb-60.features-list-career {
    padding-bottom: 40px;
}

section.benefit-work-qapco {
    background: linear-gradient(178deg, rgba(215, 242, 255, 0.50) -0.39%, #FFF 117.23%);
}

section.ready-join {
    background: linear-gradient(0deg, #D7F2FF -60.27%, #FFF 171.28%);
    text-align: center;
}

.ben-sec-grid {
    border-radius: 18.786px;
    background: #FFF;
    box-shadow: 0 0 13.418px 0 rgba(0, 0, 0, 0.10), 0 5.367px 8.051px -5.367px rgba(0, 0, 0, 0.10);
    padding: 44px 32px 25px;
}

.ben-title-icon {
    display: inline-block;
    padding-bottom: 25px;
}

.ben-title-icon h3 {
    color: #00577D;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    display: inline-block;
    padding-left: 10px;
}

.ben-sec-grid p {
    font-size: 14px;
    line-height: 20px;
}

section.benefit-work-qapco .col-md-4 {
    margin-bottom: 20px;
    display: flex;
}


a.btn.btn-primary.orange-btn {
    border-radius: 10px;
    background: #FF8200;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

section.benefit-work-qapco .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

section.ready-join h2.section-title {
    color: #404040;
    text-align: center;
    font-family: "Gotham Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.working-points {
    border-radius: 14px;
    background: var(--carerr-card-bg, linear-gradient(180deg, #AAE0F9 0%, #FFF 100%));
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    padding: 35px 24px;
}

.working-points .icon-title {
    display: inline-block;
    width: 100%;
}

.working-points .icon-title h3 {
    display: inline-block;
    color: #00577D;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    padding-left: 20px;
    width: 82%;
}

.working-points .icon-title img {
    width: 40px;
}

.working-points p {
    color: #4A5565;
    font-family: 'GOTHAM LIGHT';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 20px;
}


@media (max-width:992px){
 

.hexagon-video-background1.position-relative {
    height: calc(100vh - 50px);
}
}

@media (max-width:767px){
 

.hexagon-video-background1.position-relative, .hexagon-back-image {
    height: auto;
}
section.hero-section-home.inner-page-hero-section .hexagon-shape {
    height: auto;
}
}


/* ===== value of diversity start  */

section.emp-workfprce {
    background: linear-gradient(181deg, rgba(215, 242, 255, 0.50) 2.51%, #FFF 123.94%);
}

.emp-sec-grid {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 55px 32px;
}

.emp-sec-grid .emp-title-icon {
    display: inline-block;
    vertical-align: middle;
}

.emp-sec-grid .emp-title-icon h3 {
    display: inline-block;
    padding-left: 30px;
    color: #FF8200;
    font-family: 'Gotham bold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 100% */
    vertical-align: middle;
}

.emp-sec-grid h4 {
    color: #00577D;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    padding-top: 30px;
    padding-bottom: 20px;
}

.emp-sec-grid p {
    color: #404040;

/* content 16px */
    font-family: 'Gotham Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

section.emp-workfprce .row {
    display: flex;
    height: 100%;
}

section.emp-workfprce .row .col-md-4 {
    display: flex;
    margin-top: 45px;
}

section.reward-recog .row {
    display: flex;
    height: 100%;
}

section.reward-recog .award-sec-grid img {
    width: 100%;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.award-sec-grid {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.award-sec-grid .awards-con {
    padding: 25px;
}

.award-sec-grid .awards-con h3 {
    color: #101828;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    margin-bottom: 20px;
}

.award-sec-grid .awards-con p {
    color: #4A5565;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

section.reward-recog .row .col-md-4 {
    display: flex;
    margin-bottom: 20px;
}
img.value-img {
    width: 100%;
}


@media (max-width:767px){
    img.value-img {
    padding-bottom: 20px;
}

section.emp-workfprce .row .col-md-4 {
    margin-top: 20px;
}
}


@media (min-width:768px) and (max-width:1024px){

    .emp-title-icon img {
    width: 35px;
}

.emp-sec-grid .emp-title-icon h3 {
    font-size: 23px;
}

.emp-sec-grid {
    padding: 40px 20px;
}
}
/* ===== value of diversity END  */


/* ===== Qatarization Start  */

section.why-join-qapco {
    background: linear-gradient(163deg, rgba(215, 242, 255, 0.50) 0%, #FFF 114.79%);
}

section.why-join-qapco .col-md-12.white-back {
    border-radius: 20px;
    background: #FFF;

/* Drop Shadow */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 40px 65px;
}

section.why-join-qapco .col-md-12.white-back img {
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 93, 125, 0.00) 38.75%, rgba(0, 61, 89, 0.75) 134.44%);
}

section.why-join-qapco .col-md-12.white-back .col-md-4 a {
    position: relative;
    height: 100%;
    display: block;
}

section.why-join-qapco .col-md-12.white-back .col-md-4 .links-bottom {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.why-join-qapco .col-md-12.white-back .col-md-4 .links-bottom img {
    background: transparent;
    width: 30px;
    border-radius: 0;
}

section.why-join-qapco .col-md-12.white-back .col-md-4 .links-bottom label {
    color: #FFF;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px; /* 175% */
    padding-left: 10px;
}
h3.head-h3 {
    color: #00577D;
    font-family: "Gotham Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}
.list-sec-small ul {
    font-size: 16px;
    padding-bottom: 20px;
}

section.why-join-qapco p {
    font-size: 16px;
}

@media (max-width:767px){
    section.why-join-qapco .col-md-12.white-back .col-md-4 {
    margin-bottom: 20px;
}

section.why-join-qapco .col-md-12.white-back {
    padding: 40px;
}
}

@media (min-width:768px) and (max-width:991px){
    section.why-join-qapco .col-md-12.white-back {
    padding: 15px;
}

section.why-join-qapco .col-md-12.white-back .col-md-4 .links-bottom label {
    font-size: 10px;
}
}

/* ===== Qatarization End  */



/* ============= joint venture start  */

section.blue-back-gradient {
    background: linear-gradient(154deg, rgba(215, 242, 255, 0.50) 0%, #FFF 111.44%);
}

h3.orange-text {
    color:  #FF8200;
    font-family: "Gotham Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.qvc-pro {
    border-radius: 10px;
    background: #D7F0F9;
    padding: 10px 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.qvc-pro h3 {
    color: #00577D;

/* sub title 20 px */
    font-family: "Gotham Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}

.qvc-pro img {
    width: 70px;
}

.qvc-pro .right-side-pro-info label {
    color: #00577D;
    font-family: Gotham;
    font-size: 30px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    padding-left: 17px;
    padding-right: 6px;
}

.qvc-pro .right-side-pro-info span {
    color: #00577D;
    font-family: Gotham;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.qvc-pro .right-side-pro-info {
    display: flex;
    align-items: center;
}

section.rloc-qppc {
    background: var(--bg, linear-gradient(104deg, #F8FAFC -0.42%, #EFF6FF 100.33%));
}

section.rloc-qppc img {
    border-radius: 20px;
    background: var(--value-bg, linear-gradient(135deg, #EFF6FF 0%, #FFF 50%, #FFF7ED 100%));
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.row.proper-application {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 57px 30px;
    margin-top: 30px;
}

.key-app-grid-listing {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.key-app-grid-listing .grid-s {
    border-radius: 10px;
    background: #F9FAFB;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.10);
    padding: 17px;
    text-align: center;
}

.key-app-grid-listing .grid-s p {
    margin-bottom: 0;
    padding-top: 10px;
    color: #364153;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
}

.row.proper-application .col-md-6 {
    padding: 0 30px;
}

.row.proper-application h3 {
    color: #1D293D;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px; /* 150% */
    padding-bottom: 20px;
}

a.btn-blue {
    border-radius: 14px;
    border: 2px solid #2883BA;
    background: #2883BA;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: 12px 32px;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration: none;
    display: inline-block;
}

a.btn-black {
    border-radius: 14px;
    border: 2px solid #45556C;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    color: #45556C;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 12px 32px;
    text-decoration: none;
    margin-left: 20px;
}
.appli-key-section .col-md-12.display-flex{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width:767px){
    .joint-venture-sec img {
    width: 100%;
}

section.rloc-qppc img {
    width: 100%;
}

section.rloc-qppc .col-md-6 {
    margin-bottom: 20px;
}

.qvc-pro h3 {
    font-size: 17px;
}

.qvc-pro {
    padding: 10px 30px;
}

.row.proper-application {
    margin: 0;
}

.row.proper-application .col-md-6 {
    margin-bottom: 20px;
        padding: 0 0px;
}

a.btn-blue, a.btn-black {
    font-size: 13px;
    padding: 12px 10px;
}
}


@media (min-width:768px) and (max-width:1280px){
    .joint-venture-sec img {
    width: 100%;
}

section.rloc-qppc img {
    width: 100%;
}

section.rloc-qppc .col-md-6 {
    margin-bottom: 20px;
}

.qvc-pro h3 {
    font-size: 17px;
}

.qvc-pro {
    padding: 10px 30px;
}

.row.proper-application {
    margin: 0;
}




}
/* ==========  Joint venture End  */


/* ===== Governance at qapco start  */

section.code-conduct.blue-back ul li a {
    color: var(--conent-color, #404040);
    font-family: 'Gotham Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


    section.code-conduct.blue-back img {
    width: 100%;
    padding-top: 20px;

}
.page-template-marketing-php section.section-after-banner-qatar.first-section-back-image img {
    width: 100%;
}
.page-template-vendor-registration section.ptb-60.blue-back-gradient img {
    width: 100%;
    padding-top: 20px;
}
.page-template-vendor-scam-php section.section-after-banner-qatar img,
.page-template-supplier-principle-conduct section.section-after-banner-qatar img {
    width: 100%;
}
/* ====== Governance at Qapco End  */



/* ========== Sustainbility pillar start  */

.title-section-number {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.title-section-number h2.section-title {
    display: inline-block;
}

.title-section-number span.piller-number {
    border-radius: 3.6px;
    background: #00577D;
    color: #FFF;
    font-family: "Gotham Bold";
    font-size: 15.706px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 11px 8px;
        display: inline-block;
    margin-right: 8px;
}
.section-image {
    margin-bottom: 20px;
}
/* ========= sustainbility pillar end   */



/* ========== About page start  */



section.strategic-themes-section {
    padding: 60px 0;
}

section.strategic-themes-section .grid-header-cell {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 23px 18px;
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    min-height: 77px;
}

section.strategic-themes-section .grid-header-cell.perspectives {
    color: #FF8200;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

.perspective-header {
    display: inline-block;
}

.perspective-header .perspective-icon {
    display: inline-block;
}

section.strategic-themes-section .grid-header-cell .perspective-header {
    color: var(--primary-blue, #00577D);
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.strategic-themes-section .grid-label-cell {
    border-radius: 10px;
    background: #D7F1FF;
    display: inline-block;
    width: 100%;
    padding: 31px 23px;
    margin-bottom: 13px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap:15px;
}

section.strategic-themes-section .grid-label-cell .label-icon {
    display: inline-block;
    width: 14%;
}

section.strategic-themes-section .grid-label-cell span {
    display: inline-block;
    color: var(--primary-blue, #00577D);
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    width: 84%;
}

section.strategic-themes-section .grid-content-cell {
    border-radius: 10px;
    background: #D7F1FF;
    padding: 16px 18px;
    min-height: 93px;
}

section.strategic-themes-section .grid-label-cell.enablers {
    border-radius: 10px;
    background: #FED88F;
    display: flex;
    align-items: center;
}

section.strategic-themes-section .grid-content-cell.enablers-content {
    border-radius: 10px;
    background: #FED88F;
    min-height: 108px;
}
.content-box.rounded-4.blue-back.vision {
    padding-bottom: 49px;
}

section.strategic-themes-section .grid-content-cell {
    margin-bottom: 15px;
}
section.strategic-themes-section .grid-content-cell
 div {
    font-size: 15px;
    font-family: 'Gotham Light';
}


@media (min-width:768px) and (max-width:991px){
    section.strategic-themes-section .grid-header-cell .perspective-header {
    font-size: 13px;
}

section.strategic-themes-section .grid-header-cell.perspectives {
    font-size: 13px;
}

section.strategic-themes-section .grid-label-cell span {
    font-size: 13px;
}

section.strategic-themes-section .grid-label-cell .label-icon img {
    width: 22px;
}

section.strategic-themes-section .grid-content-cell {
    font-size: 13px;
}
}

/* ============ About page end  */



@media (max-width:767px){
    h3.orange-text {
    font-size: 16px;
}
.key-app-grid-listing .grid-s p {
    font-size: 14px;
}

.qvc-pro .right-side-pro-info label {
    font-size: 25px;
}
.policy-title a {
    font-size: 17px;
}
.list-sec-small ul {
    font-size: 15px;
}
h4.orange-color {
    font-size: 18px;
}

section.polymer-value-chain.ptb-60.blue-back img {
    padding-bottom: 20px;
}
.contact-form-container label {
    font-size: 16px;
    margin-bottom: 8px;
}

.contact-form-container input[type="text"], .contact-form-container input[type="email"], .contact-form-container input[type="tel"], .contact-form-container textarea, .contact-form-container .wpforms-field input, .contact-form-container .wpforms-field textarea {
    padding: 10px 20px;
}

.contact-form-container textarea {
    height: 67px;
}

.contact-form-container .form-row .form-col {
    margin-bottom: 10px;
}
section.map-section.first-section-back-image {
    padding-bottom: 0px;
}
}