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

body {
    margin: 0;
    padding: 0 !important;
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #e5e5e5;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 13px;
    padding: 10px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
	font-family: "Roboto", sans-serif;
}
input[type="submit"]:hover {
  transition: 0.8s;
}
textarea {
  height: 100px !important;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
ul, li, a{
  list-style-type: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}

/* Header Section Css */

/* Header Wrapper */
.site-header {
    border-bottom: 1px solid #e5e5e5;
	margin-top: -25px;
}
li#menu-item-30 sub-menu {

    transition: all 0.4s ease !important;

}
li#menu-item-30:hover sub-menu {

    opacity: 1 !important;

}
 
/* Flex container */
.header-inner {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.site-logo img {
    max-height: 70px;
    width: auto;
}

/* Navigation Bar */

.main-navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index:999;
}
.main-navigation {
    width: 100%;
	background: #0082B3;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: flex;
	justify-content: center;
}

.main-navigation ul li {
    margin: 0;
    position: relative;
}

.main-navigation ul li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease;
}

/* Active / Hover */
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a {
    color: #D43A30;
}

/* Submenu container */
.main-navigation ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 165px; 
    background: #0082B3; 
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
	margin: 0 auto;
}

/* Show submenu on hover */
#menu-item-30:hover .sub-menu {
    display: flex;
    opacity: 1;
    flex-direction: column;
}

/* Columns inside submenu */
.main-navigation ul li ul.sub-menu li {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Submenu links */
.main-navigation ul li ul.sub-menu li a {
    background: none;
    color: #fff; 
    text-transform: none;
    font-weight: 600;
    padding: 8px 12px;
    transition: color 0.3s ease;
}

.main-navigation ul li ul.sub-menu li a:hover {
    color: #D43A30; 
    background: transparent;
}

/* Clear floats */
.main-navigation ul li ul.sub-menu::after {
    content: "";
    display: block;
    clear: both;
}
html{
	overflow-x: hidden;
}

/* home slider section */
.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 0 0px 25px 25px;
    filter: brightness(0.7);
}
.mainslider video {
    height: 650px !important;
    object-fit: cover;
    filter: brightness(0.8);
}
.mainslider .carousel-caption {
    top: 52%;
    left: 70px;
    right: 50%;
    width: 75%;
    transform: translateY(-50%);
    text-align: left;
    bottom: inherit;
}
.mainslider .carousel-content {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-content h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 3px;
    border-bottom: 2px solid #fff;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mainslider .carousel-caption h2 {
    font-size: 80px;
    line-height: 49px;
    font-weight: 600;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin-bottom: 42px;
}
.carousel-content h5 {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 50px;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    color: var(--white);
    border: 1px solid var(--white);
    margin-bottom: 21px;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    font-size: 20px;
    width: 100%;
    margin: 0 auto 25px !important;
    line-height: 28px;
    animation: lts .5s ease-in-out .6s forwards;
    color: #fff;
    font-weight: 400;
    opacity: 0;
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.btn {
    background: linear-gradient(45deg, #0a749c 30%, #ea4b00) !important;
    color: #fff;
    border: unset !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: .3s ease-in-out;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 25px;
	transition: all .7s ease-in-out !important;
}

.btn:hover {
    background: linear-gradient(45deg, #ea4b00 30%, #0a749c ) !important;
/*     transform: scale(1.05) !important;  */
}
.mainslider .carousel-content .btn-primary i {
    font-size: 12px;
    margin-left:5px;
}
.mainslider .carousel-content .btn-primary:hover {
    border: 1px solid var(--white);
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}
.gradient-text {
    color: #00b9ff;
}

/* Breadcrumb */

.breadcrumb {
    background: url(https://algopagedev.com/project/extrudersindia.com/wp-content/uploads/2025/09/blog-banner.jpg);
    padding: 60px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
	padding: 170px 0 40px;
	color: white;
	margin: 0;
}
.breadcrumb h1 {
    font-weight: 700;
    font-size: 30px;
}
.breadcrumb p {
    margin: 0;
    color: var(--white);
}
 
.breadcrumb a {
    color: var(--white);
    position: relative;
}
p#currentpage {
    margin-top: 10px;
} 

/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
	 position: absolute;
      left: 0;
		padding: 15px 0;
      width: 100%;
      z-index: 10;
      background: #0082b3 !important;
}

.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .nav > li {
  position: relative;
}

.site-header .nav > li > a {
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
  color: #d7392e;
}

/* Dropdowns */
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #0082b3;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}

.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.site-header .nav li ul.sub-menu li a:hover {
  
  color: #d7392e;
}

/* Show dropdown on hover */
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}

/* Align submenu to parent */
.site-header .nav li ul.sub-menu li {
  position: relative;
}

/* Sub-sub menus (flyouts) */
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .site-header .nav {
    display: none; /* hidden, mobile uses side menu */
  }
}


/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: #0082b3 !important;
    transition: right 0.3s ease;
    z-index: 1050;
}
#menu-main-menu-1 li {
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
}
#menu-main-menu-1 li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.nav-large img{
	width: 60px;
	height 60px;
}

.main-header-inner{
	justify-content: center;
}

/* About Section */
.ext-abut-sec{
            background: #f6f7ee;
            font-family: 'Poppins', sans-serif;
        }

        .ext-abut-sec .about-tag span {
                font-size: 14px;
				font-weight: 600;
				color: #f0f0f0;
				background: #ea4b00;
				padding: 6px 14px;
				border-radius: 6px;
				display: inline-block;
        }
.ext-abut-left p{
	    line-height: inherit;
}
        .ext-abut-sec h2 {
            color: #000;
			font-size: 36px;
            line-height: 1.3;
        }

        .ext-abut-sec .about-card {
            background: #f7f6fb;
        }

        .ext-abut-sec .about-icon {
            color: #0082b3;
            font-size: 18px;
        }

        .ext-abut-sec .btn-primary {
                background-color: #0082b3;
				border: none;
				border-radius: 3px;
				color: #fff;
				padding: 10px 30px;
				transition: 0.3s 
			ease;
        }

        .ext-abut-sec .btn-primary:hover {
            background-color: #d53a2e;
        }

        .ext-abut-rgt {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

        .ext-abut-sec .main-img-wrap {
            position: relative;
            position: relative;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding-left: 50px;
            width: 550px;
        }

        .ext-abut-rgt .main-img {
            height: 520px;
            width: 400px;
            object-fit: cover;
            object-position: center;
            border-radius: 200px 200px 20px 20px !important;
            border: 3px solid #ea4b00;
            padding: 10px;
        }

        .ext-abut-sec .main-img {
            border-radius: 16px;
        }

        .ext-abut-sec .small-img-wrap {
            bottom: 20%;
            left: 0;
        }

        .ext-abut-sec .small-img {
            width: 270px;
            height: 270px;
            object-fit: cover;
            border-radius: 50px;
            padding: 6px;
            border: 3px solid #ea4b00;
        }

        .about-tag i {
            color: #fff;
        }

/* Service Section-2 */
.ext-process-sec {
  background: #076588; /* dark navy */
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.ext-process-sec .process-card {
  background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ccc;
    border: 1px solid rgba(255, 255, 255, 0.08);
	height: 350px;
}

.ext-process-sec .process-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-6px);
  box-shadow: 0 6px 15px rgba(255, 255, 255, 0.05);
}

.ext-process-sec .process-icon {
    font-size: 36px;
    color: #fff;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    border-radius: 50%;
    transition: 0.4s;
    background: #ea4b00;
}
.process-card:hover .process-icon {
    transform: rotateY(-180deg);
    background: #cd5218e6;
    transition: 0.4s;
}
.ext-process-sec h5 {
  color: #fff;
}

.ext-process-sec p {
  color: #c6c6d6;
  font-size: 15px;
  line-height: 1.6;
}

/* Our Offerings-2 */
.ext-abut-rgt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main-img-wrap1{
	    padding-right: 120px;
	    width: 500px;
}
.ext-abut-sec .small-img-wrap1 {
    bottom: 20%;
    right: -30px;
}
.ext-abut-rgt1 .main-img {
    height: 520px;
    width: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 200px 200px 20px 20px !important;
    border: 3px solid #ea4b00;
    padding: 10px;
}

/* contact section 2 */
.custom-contact-sec {
  background: linear-gradient(180deg, #11172b 0%, #076588 100%);
  position: relative;
  overflow: hidden;
}

.custom-contact-sec .section-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffc107;
}
.conrtact-info-box h6{
	font-size: 17px;
    font-weight: 500 !important;
    margin-bottom: 8px;
}
.conrtact-info-box p{
	font-size: 15px;
    font-weight: 300 !important;
}
.contact-icon2 {
  color: #ea4b00;
  font-size: 20px;
  background: rgba(255, 193, 7, 0.1);
  width: 40px !important;
  height: 40px;
  border-radius: 8px;
  display: flex !important;
	padding: 10px 15px;
  align-items: center;
  justify-content: center;
}
.contact-tag span{
	background: #ea4b00;
    padding: 10px 20px;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
}
/* Form Styling */
.contact-form-wrap {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}
.footer-menu a{
	color: #fff;
	font-size: 15px;
}
.footer-menu li{
	margin-bottom: 15px;
}
.wpcf7-spinner{
/* 	display: none; */
}
.heading{
	color: #000;
    font-size: 36px;
    line-height: 1.3;
}
.para{
	font-size: 16px;
    line-height: 1.2;
}

/* Enquiry Section */
.enquiry-section {
  background:#0082b31a; 
}

.enquiry-box {
  border-radius: 6px;
}

.enquiry-title {
    font-weight: 700;
    color: #D43A30;
    font-size: 30px;
    font-family: 'Roboto';
}

/* Contact Form 7 styling */
.enquiry-box input[type="text"],
.enquiry-box input[type="email"],
.enquiry-box input[type="tel"],
.enquiry-box select,
.enquiry-box textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0px;
  font-size: 14px;
}

.enquiry-box textarea {
  resize: vertical;
}

.enquiry-box input[type="submit"] {
  background: #0082B3; 
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s;
  display: inline-block;
}

.enquiry-box input[type="submit"]:hover {
  background: #D43A30; 
  color: #fff;
}


/* Container background and padding */
.contact-enquiry-form {
  padding: 0px 0px;
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Roboto';
}

/* Form heading style */
.contact-enquiry-form h2,
.contact-enquiry-form .form-title {
  font-size: 24px;
  font-weight: 600;
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 25px;
  font-family: 'Roboto';
}

/* Flex container for top two inputs */
.cont-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cont-flex > div {
  flex: 1;
}

/* Labels styling */
.contact-enquiry-form label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #afafaf;
  margin-bottom: 0px;
  font-family: 'Roboto';
}
.contact-enquiry-form p{
	margin-bottom: 0 !important;
}
/* Input and select and textarea base styling */
.contact-enquiry-form input[type="text"],
.contact-enquiry-form input[type="email"],
.contact-enquiry-form input[type="tel"],
.contact-enquiry-form select,
.contact-enquiry-form textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #b6ebff66;
  border-radius: 3.5px;
  font-size: 14px;
  color: #777;
	margin: 0 !important;
  box-sizing: border-box;
  font-family: 'Roboto';
  transition: border-color 0.3s ease;
}

/* Inputs height */
.contact-enquiry-form input[type="text"],
.contact-enquiry-form input[type="email"],
.contact-enquiry-form input[type="tel"],
.contact-enquiry-form select {
  height: 36px;
}

/* Textarea height */
.contact-enquiry-form textarea {
  
  resize: vertical;
	border: 1px solid #b6ebff66 !important;
  font-family: 'Roboto';
}

/* Input and textarea placeholder color */
.contact-enquiry-form input::placeholder,
.contact-enquiry-form textarea::placeholder,
.contact-enquiry-form select option:first-child {
  color: #b1b1b1;
  font-style: italic;
  font-family: 'Roboto';
}
.conrtact-info-box a{
	color: #fff !important;
	font-size: 15px;
	text-decoration: nane;
}
/* Focus state */
.contact-enquiry-form input:focus,
.contact-enquiry-form textarea:focus,
.contact-enquiry-form select:focus,
.contact-enquiry-form .wpcf7-textarea:focus{
  border-color: #ea4b00 !important;
  outline: none;
}

/* Submit Button */
.contact-enquiry-form input[type="submit"],
.contact-enquiry-form button[type="submit"] {
  background-color: #0082B3;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 0px 20px;
  text-align: center;
  width: 170px;
  cursor: pointer;
  border-radius: 2px;
  display: block;
  margin: 25px auto 0 auto;
  font-weight: 700;
  font-family: 'Roboto';
  transition: background-color 0.3s ease;
}

.contact-enquiry-form input[type="submit"]:hover,
.contact-enquiry-form button[type="submit"]:hover {
  background-color: #D43A30;
	transition: 0.3s ease-in-out;
}

/* Adjust spacing between form rows */
.contact-enquiry-form > div,
.contact-enquiry-form label > div {
  margin-bottom: 0px;
}
h6.text-uppercase.text-muted.mb-3.enq-subtxt {
    text-align: center;
    text-transform: capitalize !important;
}

/* Footer Section */

.site-footer {
    background-color: #0082B3;
    color: #fff;
    font-family: 'Roboto';
    padding: 40px 20px 20px 20px;
    font-size: 14px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-contact h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.footer-contact p {
  margin: 6px 0;
  line-height: 1.5;
}

.footer-contact a {
    color: #fff;
    text-decoration: none !important;
}
.footer-contact a:hover {
	color: #D43A30;
	transition: 0.3s ease-in-out;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #fff;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.footer-bottom a {
    color: #fff;
}

section#enquiry {
    padding-bottom: 0px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #0082b3;
}
/* Footer new2 */
.ext-footer {
  background: url('https://img-s-msn-com.akamaized.net/tenant/amp/entityid/AA1m7FHz.img?w=1381&h=759&m=4&q=97') no-repeat center center/cover;
  color: #fff;
  border-top: 4px solid #ea4b00;
  position: relative;
  padding: 60px 0 20px;
}
.footer-right{
    display: flex;
    flex-direction: column;
/*     align-items: center; */
}
.ext-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.ext-footer .container {
  position: relative;
  z-index: 1;
}

.ext-footer .footer-logo {
  width: 90px;
  margin-bottom: 20px;
}

.ext-footer .footer-left p {
  font-size: 15px;
  line-height: 1.8;
  color: #e0e0e0;
}

.ext-footer .footer-social a {
  display: inline-block;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
}

.ext-footer .footer-social a:hover {
  background: #D43A30;
  color: #000;
}

.ext-footer .ssl-badge img {
  width: 180px;
  margin-top: 15px;
}

.ext-footer .footer-right h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.ext-footer .footer-right h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #0c9ed5;
  margin-top: 8px;
}

.ext-footer .footer-contact {
  list-style: none;
  padding: 0;
}

.ext-footer .footer-contact li {
    font-size: 15px;
    color: #e0e0e0;
    margin-bottom: 10px;
/*     display: flex; */
    align-items: baseline;
}
.ext-footer .footer-contact i {
  color: #0c9ed5;
  margin-right: 10px;
}
.wpcf7 form .wpcf7-response-output{
	    color: #00a0d2;
}
.ext-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ext-footer .footer-bottom p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}

.ext-footer .footer-links a {
  color: #0c9ed5;
  text-decoration: none;
  font-size: 14px;
  margin: 0 5px;
}

.ext-footer .footer-links a:hover {
  text-decoration: underline;
}


/* marquee section  */
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 20px 0;
	background: #0082b31a;
}
.marquee__content {
    display: inline-block;
    animation: scroll-left 20s linear infinite;
}
.marquee__content li {
    display: inline-flex;
    align-items: center;
    margin-right: 60px;
    list-style: none;
}
.marquee__content img {
    width: 60px;
    height: 60px;
    margin-right: 45px;
}
.marquee__content h2 {
    font-size: 22px;
    font-weight: 500;
    color: #D43A30;
    margin: 0;
    font-family: 'Roboto';
    transition: color 0.3s ease;
}
.marquee__content h2:hover {
    -webkit-text-stroke: 0;
    color: #d43a30;
}

@keyframes scroll-left {
0% {
    transform: translateX(0%);
}
100% {
    transform: translateX(-100%);
}
}


/* About Us Page */

.ceo-message {
    padding: 40px 0;
}
.ceo-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.ceo-image img {
    max-width: 100%;
	height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.ceo-name {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ea4b00;
	text-align: right;
}
.ceo-designation {
    font-size: 14px;
    margin-bottom: 20px;
    color: #777;
	text-align: right;
}
.ceo-text {
    font-size: 16px;
    line-height: 2.2;
    color: #555;
}
.ceo-wrapper {
    display: flex !important
;
    justify-content: center !important;
    gap: 40px !important;
}
.ceo-image.wow.fadeInLeft img {
    width: 100% !important;
}
h2.fw-bold.mb-2.abt-pg {
    font-size: 36px;
}

/* why us */

.why-extruders {
  padding: 60px 0;
  background: #0082b31a;
}

.wei-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.wei-left img {
  max-width: 100%;
  border-radius: 12px;
}

.about-heading{
	font-size: 28px;
	 position: relative;
    display: inline-block;  
    padding-bottom: 6px;
}

.about-heading::before{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;             
    height: 3px;           
    background: #D43A30; 
}

.wei-right h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Roboto";
}

.wei-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wei-list li {
  font-size: 17px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wei-list li i {
  color: #0082B3;
  font-size: 17px;
 
}

/* Certificates Section */

.gallery-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.gallery-item.animate__animated.animate__fadeInUp {
    text-align: center;
    width: 200px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    animation: fadeUp 0.8s 
ease forwards;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-item.animate__animated.animate__fadeInUp:hover{
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
    border: 1px solid #ea4b00;
	transition: 0.3s ease-in-out;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  width: 240px;
  margin: 0 auto;	
}

.gallery-img-wrap {
  position: relative;
  width: 100%;
  height: 75%;
  display: flex;
  margin: 0 auto;
}

.gallery-img-wrap img {
    width: 80%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.4s 
ease;
}

.gallery-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(15, 20, 30, 0);
  transition: background 0.3s cubic-bezier(.5,.2,.1,1);
  pointer-events: none;
}

.gallery-img-wrap:hover img {
  transform: scale(1.08);
}

section.about-gallery {
    padding: 60px 0;
}
section.about-gallery h2.fw-bold.mb-2.abt-pg {
	margin-bottom: 50px !important;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #fff;      
}

.marquee__content {
  display: flex;
  align-items: center;
  animation: marquee-scroll 20s linear infinite;
  gap: 2rem;           
  padding: 0;
  margin: 0;
  list-style: none;
}

.marquee__content li img {
  display: block;
  width: 60px;
  height: auto;              
}
@keyframes marquee-scroll {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}


/* certificates page */
.certificates-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.certificates-grid {
 justify-items: center;
    display: flex
;
/*     gap: 20px; */
    justify-content: center;
}

.certificate-card {
    width: 200px;
	height: 200px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.8s 
ease forwards;
    border: 1px solid #0c9ed5de;
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.4s ease;
}
.certificate-card:hover{
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
	border: 1px solid #ea4b00;
}
.certificate-card:hover img {
  transform: scale(1.05);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* about-section-image-caraousel */

#aboutCarousel img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
 
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* make icons visible on light bg */
}

.mb-3.cont-sec-p p {
    line-height: 35px !important;
}

#aboutCarousel img {
    width: 568px !important;
	height: 533px !important;
}


/* about company */
.company-info {
    width: 100%;
    max-width: 1150px;
    margin: 40px auto;
    border: 1px;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 2px 5px #0000001c;
    border-radius: 15px;
}
.info-row {
  display: flex;
  border-bottom: 1px solid #c8d4e3;
}

.info-row:last-child {
  border-bottom: none;
}

.info-label {
  flex: 1;
  padding: 12px 16px;
  background-color: #e8f0fb;
  font-weight: 600;
  color: #D43A30;
  border-right: 1px solid #c8d4e3;
  font-family: "Roboto";	
}

.info-value {
  flex: 2;
  padding: 12px 16px;
  color: #2b2b2b;
  background-color: #f9fcff;
  line-height: 1.5;
  font-family: "Roboto";
}

/* Slide In Up Animation */
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-in-up {
  animation: slideInUp 1s ease-out forwards;
}

/* Contact Page */

#enquiry{
	display: flex;
	gap: 20px;
}

.contact-section {
    max-width: 460px; 
    margin: 20px;
    padding: 20px;
}


.contact-section h1 {
    font-size: 30px;
    font-weight: 700;
    color: #D43A30;
    margin-bottom: 5px;
}
.mainslider{
	margin-top: 4rem;
}
.title-separator {
    border: none;
    height: 3px;
    width: 20%; 
    background-color: #daa520; 
    margin: 0 0 30px 0;
    text-align: left;
}

.contact-item {
    display: flex;
    align-items: center; 
    padding: 15px 0;
}

.contact-icon {
    flex-shrink: 0; 
    width: 50px; 
    height: 50px;
    background-color: #0082b321; 
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border: 1px solid #0082B3; 
    box-shadow: 0 0 0 1px #0082B3; 
}

.icon-placeholder {
    font-size: 1.5em; 
    color: #daa520; 

}

.contact-details {
    display: flex;
    flex-direction: column;
}

.detail-title {
    font-size: 1.1em;
    font-weight: bold;
    color: #0082B3;
    margin: 0 0 5px 0;
    padding: 0;
}

.detail-content {
    font-size: 1em;
    color: #555;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.item-separator {
    border: none;
    border-top: 1px dashed #ccc; 
    margin: 0;
    padding: 0;
}
.detail-title a {
	color: #555;
}
.detail-content a{
	color: #555;
}
div#enquiry {
    width: 80%;
    margin: 0 auto;
}
.enquiry-section {
    margin-top: -20px;
}


/* --------------------------------
		Responsive
---------------------------------- */

@media (max-width: 1024px){
	.mainslider .carousel-caption h2{
		font-size: 65px;
	}
	
	.ext-abut-rgt1 .main-img {
    	height: 470px;
    	width: 360px;
	}
	
	.ext-abut-sec .small-img-wrap1 {
		bottom: -20%;
		right: 20px;
	}
}

@media (max-width: 991px){
	.ext-abut-sec .small-img {
		width: 230px;
		height: 230px;
	}
	.ext-abut-sec h2{
		font-size: 30px;
	}
	  .sub-menu {
        display: none;
    }
	
	.btn-close{
		filter: invert(1);
	}
	.site-logo{
		display: none !important;
	}
	.main-header-inner{
		justify-content: space-between;	
	}
	.ext-abut-sec .small-img-wrap1 {
		bottom: -20%;
		right: 50px;
	}
	
	.menu-item a{
		color: #fff;
        padding: 8px 0;
        display: inline-block;
	}
	.ext-process-sec .process-card{
		height: auto;
	}
}

@media (max-width: 767px){
	    #certificateModal .enquiry-modal-content {
        width: 95% !important;
        height: 110vh !important;
    }
	.gallery-grid {
    flex-direction: column;
}
	.mainslider .carousel-caption h2 {
		font-size: 50px;
	
	}
	.mainslider figure img{
		height: auto;
	}
	.ext-abut-rgt1{
		margin-bottom: 5rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ext-abut-rgt {
    	justify-content: center;
	}
	.ceo-image img{
		max-width: 40%;
	}
	.certificate-card {
		width: 180px;
		height: 180px;
	}
	.products-grid{
		grid-template-columns: 1fr 1fr;
	}
	main.custom-products-archive{
		padding: 30px 0;
	}
	.btn{
		font-size: 12px;
        line-height: 1.5;
	}
}

@media (max-width: 667px){
	.mainslider {
    	margin-top: 5rem;
	}
	.gallery-item.animate__animated.animate__fadeInUp {
		width: 150px;
	}
	.custom-single-wrapper{
		flex-direction: column;
	}
}

@media (max-width: 568px){
	.mainslider .carousel-caption h2 {
    	font-size: 35px;
		line-height: 25px;
	}
	.heading{
		font-size: 26px;
	}
	.product-item img{
		height: 200px;
	}
	.product-item h2{
		font-size: 16px;
	}
}
@media (max-width: 479px){
	.mainslider .carousel-content p{
		display: none;
	}
	.mainslider .carousel-caption h2 {
    	font-size: 40px;
    	line-height: 45px;
		margin-bottom: 0;
	}
	.main-img-wrap1{
		padding-right: 0;
	}
	.ext-abut-sec .small-img-wrap1 {
		bottom: -10%;
		right: 0px;
	}
	.ceo-image img{
		max-width: 100%;
	}
}

@media (max-width: 414px){
	.mainslider .carousel-caption h2 {
		font-size: 30px;
	}
	.nav-large img {
    	width: 50px;
	}
	.site-header .main-header {
		padding: 5px 0;
	}
	.mainslider {
		margin-top: 3rem;
	}
	.heading{
		font-size: 28px;
	}
	
	.ext-abut-sec h2 {
		font-size: 25px;
	}
	.mainslider .carousel-caption {
		left: 0;
		width: 80%;
	}
	.ext-abut-rgt .main-img {
    	height: 460px;
	}
	.ext-abut-sec .small-img {
		width: 200px;
		height: 200px;
	}
	.wei-right h2 {
		font-size: 20px;
	}
	.breadcrumb{
		padding: 120px 0 40px;
	}
	.why-extruders{
		padding: 30px 0;
	}
	.product-item img {
		height: 150px;
	}
	.products-grid{
		gap: 10px;
	}
	.products-grid {
 	   grid-template-columns: 1fr;
	}
	.product-item img {
		height: 300px;
	}
	.product-item h2 {
    	font-size: 20px;
	}
}

@media (max-width: 360px){
	.ext-abut-sec .small-img {
		width: 170px;
		height: 170px;
	}
	
	.ext-abut-rgt .main-img {
		height: 400px;
	}
}
@media (max-width: 325px){
	.mainslider .carousel-caption h2 {
		font-size: 20px;
	}
}

.gt_container-rrcccy a.glink span {
    color: white !important;
}

@media only screen and (max-width: 1024px) {
	.page-id-260 .certificates-grid {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
	.page-id-260 .certificate-card {
    width: 200px !important;
}
.certificates-grid {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
.certificate-card {
    width: 200px !important;
}
}


