@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
:root {
    --color-primary: #d73828;
    --color-secondary: #1d1d1b;
    --color-primary-lite: #f4564e;
    --font-heading: "Nunito Sans", sans-serif;
    --font-body: "Nunito Sans", sans-serif;
}

body {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 200;
}

html {
    overflow-x: hidden;
}

p {
    margin: 0;
    line-height: 25px;
    font-weight: 300;
    font-size: 15px;
}

.swiper-container {
    overflow: hidden;
}

.swiper img {
    width: 100%;
}

.swiper-wrapper {
    will-change: transform;
}

a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}
button {
    border: none;
}
.bg-gray
{
    background: #eaeaea;
}
.form-area::after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 210px;
    height: 67px;
    background: #FFF;
}

/*Padding Item*/
.section-padding-1 {
    padding: 70px 0;
}

/*Padding Item ends*/
/*header*/
header {
    transition: .3s;
}

header.sticky {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

header.sticky.sticky-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #FFF;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 9%);
    position: fixed;
}

header.sticky.sticky-active .iase-menu li a {
    color: #000;
    padding: 21px 0;
}

header.sticky.sticky-active .header-top-row {
    display: none;
}

.logo {
    margin: 17px 0;
    width: 360px;
}

.main-logo .logo-v2
{
    display:none;
}
header.sticky.sticky-active .logo {
    display:none;
}
header.sticky.sticky-active .logo-v2 {
    display:block;
    width: 210px;
     margin: 17px 0;
}
header.sticky.sticky-active .main-menu ul li a {
    padding: 27px 0;
    color: #000000;
}
header.sticky.sticky-active .main-menu ul li.has-sub-menu .sub-menu li a {
    padding: 9px 22px;
}
header.sticky.sticky-active .main-menu ul li a:hover {
    color: var(--color-primary);
}

header.sticky.sticky-active .main-menu ul li.enquiry-btn a {
    padding: 9px 19px;
    margin: 19px 0;
    color: #ffffff;
}

/*header*/
.header-top-row {
    background: linear-gradient(to right, #e32821 0%, #0150aa 100%);
    color: #FFF;
}

.header-top-contacts {
    display: flex;
    gap: 15px;
}

.header-top-contacts a {
    color: #FFF;
}

.header-top-contacts svg {
    fill: #FFF;
    width: 28px;
    height: 28px;
}

header {
    padding: 0px 30px;
    z-index: 99;
    width: 100%;
    position: fixed;
}

.main-menu ul {
    display: flex;
    justify-content: flex-end;
    gap: 37px;
}

.main-menu ul li a {
    color: #000000;
    display: block;
    padding: 41px 0;
    font-weight: 500;
    font-size: 15px;
}
.innerpage-header .main-menu ul li a {
    color: #ffffff;
}
.innerpage-header .main-menu ul li.has-sub-menu .sub-menu li a
{
    color: #000000;
    
}
.main-menu ul li.enquiry-btn a {
    color: #ffffff;
    display: block;
    padding: 9px 19px;
    font-weight: 500;
    font-size: 15px;
    background: var(--color-primary);
    display: flex;
    border-radius: 50px;
    margin: 33px 0;
    align-items: center;
    gap: 5px;
}

.main-menu ul li.enquiry-btn a svg {
    width: 15px;
    height: 15px;
    fill: #FFF;
}

.phone-btn a svg {
    fill: var(--color-primary);
    width: 25px;
    height: 25px;
}

.vertical {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.skewback {
    clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
}

.content {
    padding: 2em;
    color: white;
    max-width: 600px;
}

.nav-button {
    display: none;
}

.iasc-logo img {
    width: 250px;
}

.menu-button {
    display: none;
    border: none;
    background: none;
    float: right;
    font-size: 25px;
    margin-top: 16px;
    padding: 0 0 0px;
    width: 36px;
    height: 33px;
}

.menu-button svg {
    width: 20px;
    height: 18px;
    fill: #FFF;
    position: relative;
    top: -3px;
}

header.sticky .menu-button svg {fill: var(--color-secondary);}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.close-btn svg {
    fill: #FFF !important;
}

.has-sub-menu {
    position: relative;
}

.has-sub-menu .sub-menu {
    visibility: hidden;
    position: absolute;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 222px;
    display: block;
    border-radius: 16px;
    padding: 12px 0;
}

.has-sub-menu .sub-menu li {
    /* height: 44px; */
}

.has-sub-menu .sub-menu li a {
    display: block;
    padding: 9px 22px;
    text-transform: none;
    color: #000000;
    font-size: 14px;
}

.has-sub-menu.active .sub-menu {
    display: block;
}

/*Header Ends*/
/*Buttons*/
.theme-btn {
    position: relative;
    padding: 14px 0px;
    margin-bottom: 0px;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    gap: 11px;
    color: #FFF;
}

.link-effect {
    position: relative;
    overflow: hidden;
    display: block;
    height: 22px;
}

.link-effect .effect-1 {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: .3s;
}

.theme-btn:hover .effect-1 {
    top: -100%
}

.theme-btn i {
    background: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-btn i svg {
    width: 24px;
    height: 24px;
    fill: var(--color-primary);
}

.theme-btn-s2 {
    position: relative;
    padding: 4px 6px 4px 21px;
    margin-bottom: 0px;
    color: #ffffff;
    background-color: var(--color-primary);
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
    gap: 8px;
    align-items: center;
    font-weight: 300;
}

.theme-btn-s2 i {
    width: 38px;
    height: 38px;
    background: var(--color-primary-lite);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease;
}

.theme-btn-s2:hover i {transform: rotate(45deg);
    transition: transform 0.2s ease;}
.theme-btn-s2 svg {
    width: 12px;
    height: 12px;
    fill: #ffffff;
}





.theme-btn-s3 {
    position: relative;
    padding: 0;
    margin-bottom: 0px;
    color: var(--color-primary);
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    gap: 8px;
    align-items: center;
    font-weight: 300;
    font-weight: 400;
    color: var(--color-primary);
}

.theme-btn-s3 svg {
    width: 15px;
    height: 15px;
    fill: var(--color-primary);
}

.theme-btn-s3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    transform: skewx(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
    z-index: 0;
}



.link-effect {
    position: relative;
    overflow: hidden;
    display: block;
    height: 22px;
}

.link-effect .effect-1 {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: .3s;
}

.service-box-item:hover .theme-btn-s2::before {
    animation: pxl_btn_shine 1.4s ease;
    animation-delay: .1s
}

.service-box-item:hover .theme-btn-s3 .effect-1 {
    top: -100%
}

.theme-btn-s2:hover .effect-1 {
    top: -100%
}

@keyframes pxl_btn_shine {
    100% {
        left: 200%
    }
}

/*Buttons ends*/
/*main slider*/
.main-slider img {
    width: 100%;
}

.swiper-pagination {
    margin: 0 0 5px;
    text-align: right;
    padding: 0 10px 0 0;
}

.main-slider .swiper-pagination-bullet {
    background: #ffffffed;
    width: 12px;
    height: 12px;
    opacity:1;
}

.main-slider .swiper-pagination-bullet-active {
    background: var(--color-primary-lite);
    width: 23px;
    border-radius: 50px;
}

.main-slider {
    width: 100%;
    overflow: hidden;
}

.main-slider .swiper-slide {
    position: relative;
}

.main-slider .swiper-slide h2, .main-slider .swiper-slide p, .main-slider .swiper-slide a {
    opacity: 0;
    transform: translateY(30px);
}

.swiper-title {
    position: absolute;
    top: 37%;
    padding: 0 0 0 60px;
    width: 40%;
}

.swiper-title h2 {
    color: #ffffff;
    font-size: 4vw;
    font-weight: 900;
    line-height: 57px;
}

.swiper-title p {
    color: #FFF;
    font-size: 18px;
}

/*main slider ends*/



/*Hz WhatsApp Chat box*/
.hz-whatsapp-chat-box-whatsapp-button {
    width: 45px;
    height: 48px;
    background-color: #25d366;
    position: fixed;
    right: 16px;
    bottom: 16px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hz-whatsapp-chat-box-whatsapp-button svg {
    fill: #FFF;
    width: 24px;
    height: 24px;
}

.hz-whatsapp-chat-box-container {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 320px;
    z-index: 9;
}

.hz-whatsapp-chat-box {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 10px;
    position: relative;
    z-index: 9;
    background: #fff;
    display: none;
}

.hz-whatsapp-chat-box-textarea button {
    background-color: transparent;
    position: absolute;
    right: 7px;
    background-color: #25d366;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hz-whatsapp-chat-box-header button {
    background-color: transparent;
    position: absolute;
    right: 10px;
}

.hz-whatsapp-chat-box-header button svg {
    width: 14px;
    height: 15px;
}

.hz-whatsapp-chat-box-header {
    background-color: #25d366;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 18px 17px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hz-whatsapp-chat-box-header h4 {
    color: #FFF;
    margin: 0;
    font-size: 16px;
}

.hz-whatsapp-chat-box-header svg {
    fill: #FFF;
    width: 20px;
    height: 20px;
}

.hz-whatsapp-chat-box-body {
    background: #f9fafb;
    padding: 18px;
    min-height: 256px;
}

.hz-whatsapp-chat-box-mesage {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 16px;
    background-color: #FFF;
    border-radius: 7px;
    width: 79%;
}

.hz-whatsapp-chat-box-mesage p {
    margin: 0;
    font-weight: 400;
    font-size: 17px;
}

.hz-whatsapp-chat-box-textarea {
    border-top: 1px solid #e2e8f0;
    display: flex;
    background: #FFF;
    justify-content: space-between;
    padding: 18px;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.hz-whatsapp-chat-box-textarea svg {
    fill: #ffffff;
    width: 16px;
    height: 16px;
}

.hz-whatsapp-chat-box-textarea input[type='text'] {
    resize: none;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 6px;
    height: 42px;
    width: 86%;
    font-size: 15px;
}

.hz-whatsapp-chat-box-textarea input[type='text']:focus {

    outline: 1px solid #25d366;
}

/*Hz WhatsApp Chat box ends*/




/*Innerpage*/
.page-header {
    background: url(../images/header-bg.webp);
    padding: 181px 0 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.page-header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #000000; */
    opacity: 0.3;
    top: 0px;
}

.page-header h2 {
    text-align: center;
    color: #FFF;
    font-size: 42px;
}

.hz-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 33px;
}

.hz-breadcrumb li {
    color: #FFF;
    position: relative;
}

.hz-breadcrumb li::after {
    content:'';
    position: absolute;
    right: -21px;
    top: 7px;
    width: 9px;
    height: 9px;
    background: var(--color-primary);
    border-radius: 50%;
    border: 1px solid var(--color-secondary);
}

.hz-breadcrumb li:last-child::after {
    display: none;
}

.hz-breadcrumb li a {
    color: #FFF;
}

.innerpage {
    padding: 80px 0;
}

/*Innerpage Ends*/



/*Contact us page*/
.contact-info-box {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

.contact-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2b2b2b;
}

.contact-info-box a {
  text-decoration: none;
  display: inline-block;
}

.contact-info-box a:hover {
  text-decoration: underline;
}

.contact-info-box svg.icon {
  width: 20px;
  height: 20px;
  fill: var(--color-primary);
  flex-shrink: 0;
}

.contact-social-media {
  list-style: none;
  padding-left: 0;
  gap: 12px;
}

.contact-social-media li {
  display: inline-block;
}

.contact-social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.contact-social-media a:hover {
  background-color: var(--color-primary);
}

.contact-social-media .icon {
  width: 18px;
  height: 18px;
  fill: #475268;
  transition: fill 0.3s;
}

.contact-social-media a:hover .icon {
  fill: #fff;
}

.map-container {
  border-radius: 12px;
  overflow: hidden;
}


.enquiry-form::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 230px;
    height: 70px;
    background: #FFF;
}



/*Contact us page ends*/


/*Title Text Styles*/
.title-s1
{font-size: 36px;font-weight: 900;}
.text-s1
{font-size: 21px;font-weight: 700;}
.title-s2
{
    font-size: 43px;
    font-weight: 900;
}
.title-s3
{
    color: var(--color-primary);
    font-size: 57px;
    font-weight: 900;
    display: flex;
    align-items: flex-end;
}
.title-s3 svg
{
    width: 330px;
    height: 70px;
    fill: var(--color-primary);
}
/*Title Text Styles ends*/


/*Moving Arrow Big*/
.arrow-big-moving
{
    fill: var(--color-primary);
    width: 100px;
    height: 100px;
    animation: arrowFloat 2.2s ease-in-out infinite;
    transform-origin: center;
    display: inline-block;
}
@keyframes arrowFloat {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px); /* distance of drift */
  }
  100% {
    transform: translateX(0);
  }
}
/*Moving Arrow Big ends*/

/*Product Category Color boxes*/
.product-category-box
{
    padding: 8px 8px 6px 8px;
    border-radius: 28px;
    background: #d6d6d6;
    display: block;
}
.product-category-box.c1
{
    
    background: #645fb7;
}
.product-category-box.c2
{
    
    background: #58a09e;
}
.product-category-box.c3
{
    
    background: #5e5b4e;
}
.product-category-box.c4
{
    
    background: #557046;
}
.product-category-box img
{
    border-radius: 21px;
}
.product-category-box h3
{
    margin: 11px 0 8px;
    font-size: 18px;
    padding: 0 10px;
    color: #FFF;
}

.product-category-box.inner
{
    padding: 8px 8px 6px 8px;
    border-radius: 10px;
    background: #ffffff;
    display: block;
    border: 1px solid #ececec;
}
.product-category-box.inner img
{
    border-radius: 9px;
}
.product-category-box.inner h3
{
    color: #000000;
    text-align: center;
}
/*Product Category Color boxes ends*/


/*Who choose us*/
.why-choose-section
{
    background-color: #2f2f39;
}
.why-choose-item
{
}
.why-choose-item svg
{
    fill: var(--color-primary);
    width: 70px;
    height: 70px;
}
.why-choose-item h3
{
    font-weight: 600;
    font-size: 21px;
}
.why-choose-item p
{
    
}
/*Who choose us ends*/



/*Shining Image*/
.shining-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.shining-img-hoverdiv:hover .shining-img::after {
    content: "";
    position: absolute;
    top: -30%;
    right: -200%;
    width: 50%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
    animation: shine 1s 0s;
}

@keyframes shine {
    to {
        opacity: 1;
        right: 210%;
    }
}

/*Shining Image ends*/

/*Testimoanial Carousel*/
.testimonial-container {
  position: relative;
}

.testimonial-box {
  background: #fff8e1;
  border-radius: 8px;
  padding: 30px;
}


.testimonial-box p{
  position: relative;
  margin: 5px 0 0 11px;
}

.testimonial-box p:after, .testimonial-box p::before{
    font-size: 42px;
    color: var(--color-primary);
    position: absolute;
    font-family: Arial;
}
.testimonial-box p::after{
    content: '”';
    bottom: -3px;
}

.testimonial-box p::before{
    content: '“';
    top: 3px;
    left: -14px;
}
.testimonial-prev,
.testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px dashed var(--color-primary);
  border-radius: 50%;
  z-index: 9;
}

.testimonial-prev svg,
.testimonial-next svg {
  width: 20px;
  height: 20px;
  fill: var(--color-primary);
}

.testimonial-prev {left: -30px;}
.testimonial-next {right: -30px;}
.testimonial-author
{
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin: 0 0 14px;
}
.testimonial-author h5
{
    font-size: 18px;
}
.testimonial-author img
{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
}
/*Testimoanial Carousel ends*/

/*Footer*/
footer
{
    color: #FFF;
    background: #1d1d1b;
    padding: 110px 0 50px;
}
footer a
{
    color: #FFF;
  transition: all 0.3s ease;
}
footer a:hover
{
  transition: all 0.3s ease;
    color: var(--color-primary);
  transition: all 0.3s ease;
}
.quick-links
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.icon-list
{
    position: relative;
    padding: 0 0 0 25px;
    display: block;
}
.icon-list svg
{
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    fill: var(--color-primary);
}
.power
{
    margin-top: 10px;
    color: #545454;
}
.power img
{
    position: relative;
    top: -4px;
    margin-left: 4px;
}
/*Footer ends*/

/*BG Shapes*/
.bg-shape-1{
  position: absolute;
  right: -370px;  /* your value */
  top: 0;
  z-index: -1;
}
.bg-shape-1 img{
  width: 600px;
  animation: swing 5s ease-in-out infinite;
  transform-origin: center;
}

/* (optional) for a future left-side decoration */
.bg-shape-2{
  position: absolute;
  left: -310px;
  bottom: 20%;
  z-index: -1;
}
.bg-shape-2 img{
  width: 560px;
  animation: swing 5s ease-in-out infinite;
  transform-origin: center;
}
@keyframes swing {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(2deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(-2deg); }
  100% { transform: rotate(0deg); }
}
/*BG Shapes ends*/

/*Product box*/
.product-box
{
    text-align: center;
    margin: 0 0 30px;
    padding: 20px;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(209, 209, 209, 1) 100%);
}
.product-box img
{
    margin: 0 0 10px;
    box-shadow: 0px -2px 4px 2px rgba(0, 0, 0, 0.12);
}
.product-box h2
{
    font-size: 18px;
    font-weight: 700;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-box p
{
    min-height: 108px;
}
/*Product box ends*/


/*Dealer Enquiry Button*/
.dealer-enquiry
{
        position: fixed;
        right: 16px;
        bottom: 82px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
}
.dealer-enquiry img
{
    width: 43px;
}
/*Dealer Enquiry Button*/

/*Thank you page*/
.success
{
	text-align: center;
	background: #c8333a;
	padding: 40px 30px;
}
.success h2
{
	margin: 0 0 15px;
	font-size: 42px;
	color: #ffffff;
	line-height: 48px;
}
.success p
{
	color: #ffffff;
	font-size: 18px;
	line-height: 29px;
}
.success p a.wsp
{
	color: #FFF;
	background: var(--primary-hover);
	display: inline-block;
	padding: 0 10px;
	border-radius: 50px;
	margin: 7px 0;
}
.success p a.call
{
	border: 1px solid #FFF;
	display: inline-block;
	padding: 0 10px;
	border-radius: 50px;
	color: #FFF;
}
/*Thank you page ends*/