* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gilroy-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'gilroy-regular';
    src: url("../font/gilroy/Gilroy-Medium.ttf");
}

@font-face {
    font-family: 'gilroy-light';
    src: url("../font/gilroy/Gilroy-Light.ttf");
}

@font-face {
    font-family: 'gilroy-bold';
    src: url("../font/gilroy/Gilroy-Bold.ttf");
}

@font-face {
    font-family: 'gilroy-semibold';
    src: url("../font/gilroy/Gilroy-SemiBold.ttf");
}

@font-face {
    font-family: 'helvetica';
    src: url("../font/helvetica/Helvetica-Bold.ttf");
}

@font-face {
    font-family: 'stika-normal';
    src: url("../font/stika/SitkaVF.ttf");
}

@font-face {
    font-family: 'stika-italic';
    src: url("../font/stika/SitkaVF-Italic.ttf");
}


/***-----start------*******/

a:focus,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

*:focus {
    outline: none;
}

blockquote {
    padding: 0;
    margin: 0;
}

input,
button,
select,
textarea {
    outline: none;
}

label {
    margin-bottom: 0;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    display: block;
}

dl {
    margin: 0;
}

dt,
dd {
    line-height: inherit;
}

dt {
    font-weight: inherit;
}

dd {
    margin-bottom: 0;
}

cite {
    font-style: normal;
}

form {
    margin-bottom: 0;
}

blockquote {
    padding-left: 0;
    border-left: 0;
}

address {
    margin-top: 0;
    margin-bottom: 0;
}

figure {
    margin-bottom: 0;
}

html p a:hover {
    text-decoration: none;
}


/******----end----******/

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.logo-width {
    width: 286px;
}

.mar-top-neg {
    margin-top: -35px;
}

@media (max-width:1870px) {
    .mar-top-neg {
        margin-top: 0px;
    }
}

@media (max-width:1700px) {
    .logo-width {
        width: 257px;
    }
}

@media (max-width:1650px) {
    .logo-width {
        width: 220px;
    }
}

.no-scroll {
    width: 100%;
    height: 100vh;
}

nav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
    /* padding-left: 100px;
    padding-right: 100px; */
}

.image-width {
    width: 100%;
}

.pad-x-150 {
    padding-left: 140px;
    padding-right: 140px;
}


/* .br-10 {
    border-radius: 10px;
} */

.header-top {
    background-color: #13b070;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: auto;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 40px;
}

.header-top-res {
    background-color: #13b070;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin: auto;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 40px;
}

.drop-in,
.drop-two {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    left: 0;
    right: 0;
}

.drop-in {
    animation: dropIn 10s infinite;
}

.drop-two {
    animation: dropTwo 10s infinite;
}

.link-clr {
    color: #ffffff;
    text-decoration: none;
}

@keyframes dropIn {
    0%,
    45%,
    100% {
        opacity: 1;
        transform: translateY(0);
    }
    50%,
    95% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes dropTwo {
    0%,
    45%,
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    55%,
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

.pad-top {
    padding-top: 90px;
}

nav .wrapper {
    position: relative;
    width: 100%;
    padding: 22px 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 150px;
    padding-right: 150px;
    background-color: #ffffff;
    transition: padding 0.3s ease;
}

nav .wrapper.scrolled {
    padding-top: 4px;
    padding-bottom: 10px;
}

.image-width {
    width: 100%;
}

.wrapper .logo a {
    width: 249px;
}

.wrapper .nav-links {
    display: inline-flex;
    gap: 10px;
}


/* .nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: 'MinervaModern_Regular';
} */

.nav-links li {
    position: relative;
    display: inline-block;
}

.nav-links .drop-menu li {
    display: block;
}

.nav-links li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: 'Gilroy-Regular', sans-serif;
}

@media (max-width:1870px) {
    .wrapper .nav-links {
        gap: 5px;
    }
}

@media (max-width:1200px) {
    nav .wrapper.scrolled {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* .nav-links li a:hover {
    color: #BF0000;
} */

.nav-links li::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 14px;
    width: 0;
    height: 2px;
    background-color: #000000;
    transition: width 0.5s ease;
}

f
/* Special red color for red-underline li on hover */

.nav-links li.red-underline:hover::after {
    width: 0% !important;
}

.nav-links li.red-underline:hover::after {
    background-color: rgba(255, 0, 0, 0) !important;
    height: 0px !important;
}


/* Ensure li with image has visible height (optional but helpful) */

.nav-links li.max-imgs a {
    display: block;
    padding: 10px;
    /* adjust padding so li has height to hover */
}


/* .nav-links li:hover::after {
    width: 60%;
} */

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background-color: #000000 !important;
    width: 250px;
    line-height: 45px;
    padding-left: 0px;
    top: 32px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.13);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 26px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.drop-menu li a:hover {
    background-color: #00000054;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #000;
    font-size: 20px;
    cursor: pointer;
    display: none;
}


/* dropdown */

.fa-angle-down:before {
    content: "\f107";
    font-size: 12px;
}

.drop-menu {
    position: relative;
    padding-top: 10px;
    /* Adds spacing so the border sits nicely */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.drop-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* background-image: url("./images/drop-line.png"); */
    background-repeat: no-repeat;
    background-size: cover;
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

.nav-links {
    margin-bottom: 0px;
}

.icon-color {
    color: #000000;
}

.drp-dwn-clr {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
}

.red-clr-arw {
    color: #BF0000 !important;
}

.btn-cls {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.active-line {
    position: relative;
    color: #BF0000 !important;
}

.active-bold {
    font-weight: 700 !important;
}


/* .active-line:after {
    color: #0171BB !important;
    position: absolute;
    content: '';
    height: 2px;
    bottom: 3px;
    margin: auto;
    left: 0;
    right: 0;
    width: 55%;
    background: linear-gradient(to right, #000000 40%, #000000 30% 100%) !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
} */

.refferel-btn {
    width: fit-content;
    background: linear-gradient(90deg, rgba(41, 176, 223, 1) 0%, rgba(129, 135, 154, 1) 48%, rgba(233, 89, 80, 1) 100%);
    font-size: 14px;
    font-family: 'Gilroy-Regular', sans-serif;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease-in-out .5s;
}


/* Initial state: arrow pointing down */

.mobile-item i,
.desktop-item i {
    transition: transform 0.3s ease;
    /* Smooth transition for rotation */
}


/* Rotate the arrow when hovering over the label or link */

.mobile-item:hover i,
.desktop-item:hover i {
    transform: rotate(180deg);
    /* Rotate the arrow to point upwards */
}


/* When the dropdown is open (checkbox is checked), rotate the arrow up */

#showDrop:checked+label i,
#showDrops:checked+label i {
    transform: rotate(180deg);
    /* Arrow remains rotated when open */
}


/* When the checkbox is unchecked, the arrow goes back to normal */

#showDrop:not(:checked)+label i,
#showDrops:not(:checked)+label i {
    transform: rotate(0deg);
    /* Reset the arrow to point downwards */
}


/************************************************ footer-section ******************************************/

.bg-ftr {
    background-color: #000000;
}

.ftr-logo-width {
    width: 217px;
}

.color-ftr {
    color: #BEBEBE;
}

.brd-top {
    border-top: 1px solid #3B3B3B;
}

.line-hvr {
    transition: all ease-in-out .5s;
}

.line-hvr:hover {
    color: #ffffff;
}

.expl-btn {
    font-size: 12px;
    width: fit-content;
    padding: 8px 20px;
    border: 1px solid #CBCBCB;
    color: #CBCBCB;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.expl-btn:hover {
    color: #000000;
    background-color: #cbcbcb;
}

.gap-ftr-40 {
    gap: 40px;
}

.ico-colo {
    color: #585858;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.ico-colo:hover {
    color: #ffffff;
}

.hov-link {
    transition: all ease-in-out .5s;
}

.hov-link:hover {
    color: #ffffff;
}

.hov-link {
    padding-left: 5px;
    transition: all ease-in-out .5s;
}

.hov-link:hover {
    color: #ffffff;
}


/*-------------------------------------------------- nab-bar-section------------------------------------------- */

.dropdown.arrow-top li::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 7px solid #DB2525;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.dropdown.arrow-top li {
    position: relative;
}

.drops-sec {
    padding: 3px;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.thankyou {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #0071BB;
    border-radius: 15px;
    padding: 50px 65px;
    gap: 20px;
}

.image-thank {
    position: relative;
    display: flex;
    width: 62px;
    height: auto;
    margin: auto;
}

.thank-you-text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.accepts {
    width: 100%;
}

.btn-pad-extra {
    padding: 10px 15px !important;
}

.footer-logos {
    width: 100% !important;
}

.logo-imgs {
    width: 241px !important;
}

.swiper-pagination-bullet {
    background-color: #DB2525 !important;
}

.services-row {
    display: flex;
    flex-wrap: wrap;
    /* Makes it responsive */
    justify-content: center;
    /* Centers the text */
    color: #9C9C9C;
    font-family: 'Gilroy-Regular', sans-serif;
    padding-bottom: 5px;
    font-size: 16px;
}

.border-top-bottom {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #707070;
    padding: 15px 0px;
}

.copy {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #474747;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    color: #474747;
    transition: all ease-in-out .5s;
}

.cmp-link {
    margin-left: 5px;
    transition: all ease-in-out .5s;
}

.cmp-link:hover {
    color: #185586;
    font-weight: 500;
    margin-left: 5px;
}

.copy a {
    color: #474747;
    text-decoration: none;
}

.services-row div {
    position: relative;
    white-space: nowrap;
    /* Prevents text from wrapping */
    padding: 0 30px;
}

.services-row div:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #ccc;
}

.mar-auto {
    margin: auto 0 !important;
}


/*----------------------------------------------------------- form-box------------------------------------------------------- */


/* -----------------------------------------------------------------slider-section---------------------------------------------------------- */

.bg-for-slide {
    background-color: #000000;
}


/****************** swiper-slider *************/

.room-slider {
    width: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.slide-content {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.swiper-slide img {
    /* transition: border 0.3s ease-in-out; */
    width: 100%;
    height: auto;
}

.slide-text {
    display: flex;
    flex-direction: row;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-top: 40px;
    color: #000000;
    padding: 5px 10px 25px 0px;
    gap: 60px;
    transition: all ease-in-out .4s;
    text-decoration: none !important;
    text-align: left;
}

.blog-wrapper-imgs {
    position: relative;
    overflow: hidden;
    /* transition: all 0.5s; */
    /* Ensure smooth transition */
    border-radius: 20px;
    border: 10px solid #707070;
}

.blog-wrapper-imgs:hover {
    /* transition: all 0.5s; */
    /* Ensure smooth transition */
}

.blg-img {
    /* transition: transform .3s ease-in-out; */
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.blg-img:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    border-radius: 10px;
}

.slide-contents {
    font-size: 16px;
    font-family: 'Gilroy-Regular', sans-serif;
    color: #000000;
    text-align: left;
    padding-bottom: 20px;
    display: flex;
    font-weight: 400;
}

.uline {
    text-decoration: none;
}

.slid-heads {
    font-size: 16px;
    font-family: 'Gilroy-Regular', sans-serif;
    color: #000000;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 25px;
    display: flex;
    font-weight: 700;
    text-decoration: none;
}

.slid-contentss {
    font-size: 15px;
    font-family: 'Gilroy-Regular', sans-serif;
    color: #000000;
    justify-content: center;
    display: flex;
    font-weight: 700;
    text-decoration: none;
}

.swiper-slide img:hover {
    /* border: 2px solid #ffffff !important; */
}

.swiper-slide:hover .slide-contents {
    border-bottom: unset;
    /* Change #ff0000 to your desired color */
}

.arrow {
    width: 100%;
}

.swipe-buttons {
    position: absolute;
    top: 18%;
    width: 17%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    right: -20px;
}

.swipe-buttons .swiper-button-prev,
.swipe-buttons .swiper-button-next {
    width: 0;
    height: 0;
    border-style: solid;
    pointer-events: auto;
    /* Allows clicking on the buttons */
    cursor: pointer;
}

.swipe-buttons .swiper-button-prev {
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    margin-left: 10px;
}

.swipe-buttons .swiper-button-next {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #ffffff !important;
    margin-right: 10px;
}

.swipe-buttons .swiper-button-prev:hover,
.swipe-buttons .swiper-button-next:hover {
    border-color: #766b6b00 #ffffff transparent #ffffff !important;
}

.name_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.small-hd-clr-news {
    color: #1577B4;
    top: 28%;
    left: 10px;
}

.custom-pagination {
    position: absolute;
    left: 50px;
    bottom: 65px;
    display: flex;
    gap: 10px;
    z-index: 9999999;
}

.custom-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #d3d3d3 !important;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.custom-pagination .swiper-pagination-bullet-active {
    background-color: #ACACAC !important;
    /* Active bullet color */
}

.btn-sli-news {
    width: fit-content;
    padding: 5px 25px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #77C500;
    border-radius: 10px;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

.btn-sli-news:hover {
    background-color: #77C500;
    color: #ffffff;
}

.bottom-text-slider {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    transition: all ease-in-out .5s;
}

.slide-btn {
    width: fit-content;
    display: flex;
    position: absolute;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    bottom: -10%;
    left: 5%;
    font-size: 12px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    transition: all ease-in-out .5s;
    color: #ffffff !important;
}

.slide-btn:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.slide-content:hover .bottom-text-slider {
    transform: translateY(-40px);
}

.slide-content:hover .slide-btn {
    bottom: 3%;
}

.overlayss {
    position: absolute;
    /* Position overlay on top of the image */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #00000085 100%);
    ;
    /* Black color with opacity */
    opacity: 1;
    /* Start hidden */
    transition: opacity 0.3s ease;
    /* Smooth transition for visibility */
}


/*---------------------------------------------- logo-slider--------------------------------------------- */


/* ------------------------------------------------------------------back-to-top---------------------------------------------------- */

#button-back {
    display: inline-block;
    background-color: #000000;
    width: 59px;
    height: 59px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none !important;
}

#button-back::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 57px;
    color: #fff;
}

#button-back:hover {
    cursor: pointer;
    background-color: #000000;
}

#button-back:active {
    background-color: #000000;
}

#button-back.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width:575px) {
    #button-back {
        width: 45px;
        height: 45px;
    }
    #button-back::after {
        font-size: 15px;
        line-height: 43px;
        color: #fff;
    }
}


/* ------------------------------------------------------------------------about-section--------------------------------------------------------------- */


/*------------------------------------------------------------ train-section--------------------------------------------------------- */


/* -----------------------------------------------------------------contact-us---------------------------------------------------------- */

.con-ico-wid {
    width: 50px;
}

.con-ico-wid-mail {
    width: 50px;
}

.con-ico-wid-call {
    width: 50px;
}

.land-wid {
    width: 16px;
}

.mail-wid {
    width: 24px;
}

.icon-set {
    display: flex;
    gap: 30px;
    align-items: center;
}

.contact-page-head {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #185586;
}

.contact-page-head-sub {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.addres-sec {
    display: flex;
    justify-content: space-between;
    gap: 158px;
    padding: 60px 93px 60px 100px;
}

.address-content-contact {
    display: flex;
    flex-direction: column;
}

.bg-forms {
    background-color: #F5F5F5;
}

.phone-numbers {
    display: flex;
    gap: 15px;
    font-weight: 400;
    font-family: 'Gilroy-Regular', sans-serif;
    color: black;
    font-size: 16px;
}

.get-in-touch-sec {
    /* background-color: #F5F5F5; */
    padding: 50px 0px 85px 0px;
}

.form-control-contact {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    /* Ensures the main input background is white */
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 15px 20px !important;
    margin-bottom: 50px;
    /* Gradient background layered on top of the white background */
    background: linear-gradient(to right, #000000, #000000) bottom / 95% 2px no-repeat, /* Gradient line at the bottom */
    #fff;
    /* White background for the input */
    background-clip: padding-box;
    /* Ensures the white background stays within the input box */
}

.form-width {
    width: 50%;
}

.form-width-50 {
    display: flex;
    gap: 60px;
    margin-top: 45px;
}


/* .contact-form-submit-btn {
    width: 100%;
    background: #000000;
    color: white;
    border: none;
    padding: 18px 0px;
    border-radius: 10px;
    margin-top: 5px;
} */

.contact-form-submit-btn:hover {
    background-color: #000000;
    color: #ffffff;
    transition: all ease-in-out .4s;
}

.form-width label {
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 20px;
    color: #707070;
}

.form-text-area {
    height: 248px;
}

.form-text-area-career {
    height: 195px;
}

.map-sec {
    padding: 50px 100px;
    border-radius: 10px;
}

.contact-page-head-sub a {
    text-decoration: none;
    color: black;
}

.con-img-width {
    width: 20px;
}

#footer {
    background: #fff;
    color: #fff;
    font-size: 14px;
    position: relative;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffb03b;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 20px 0;
}

#footer .social-links {
    margin: 0 0 40px 0;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #46423b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #91cd43;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}


/* .footer-sec {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 60px 100px;
    justify-content: space-between;
} */

.footer-sec {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 60px 140px;
    justify-content: space-between;
    z-index: 50;
    background-color: #000000;
}

.logo-area {
    width: 35%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 50px 0px 0px;
    gap: 15px;
}

.logo-imgs {
    margin-bottom: 23px;
}

.grow-text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #B9B9B9;
}

.logo-content-footer {
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #B9B9B9;
    line-height: 25px;
}

.supplier-text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #B9B9B9;
}

.address-area {
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 70px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 500;
}

.help-section {
    display: flex;
    flex-direction: column;
}

.help-head {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Gilroy-Regular', sans-serif;
    color: #ffffff;
    padding-bottom: 15px;
}

.feed-back {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy-Regular', sans-serif;
    color: #D6BE6B;
    padding-bottom: 15px;
}

.feed-name {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy-Regular', sans-serif;
    color: #B9B9B9;
    padding-bottom: 20px;
}

.col-ftr {
    display: flex;
    flex-direction: column;
}

.center-line {
    color: #D6BE6B;
    margin-left: 15px;
    margin-right: 15px;
}

.center-line-two {
    color: #D6BE6B;
    margin-left: 42px;
    margin-right: 15px;
}

.feed-link {
    color: #000;
    text-decoration: none;
    padding-bottom: 10px;
}

.feed-link:hover {
    text-decoration: none;
}

.help-num {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Gilroy-Regular', sans-serif;
    padding-bottom: 15px;
}

.feed-name a {
    color: #B9B9B9;
    text-decoration: none;
}

.address-head {
    color: white;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
}

.address-content {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    line-height: 26px;
    margin-bottom: 25px;
}

.address-no {
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    color: #919191;
    line-height: 26px;
}

.address-logo {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 52px;
}

.address-icon {
    width: 40px;
    height: 40px;
    background-color: grey;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

.address-icon:hover {
    background-color: #004fff;
    transition: all ease-in-out .5s;
}


/* .address-icon:hover {
    background-color: rgb(63, 63, 63);
} */

.fb {
    display: flex;
}

.sadhya-ftr-sec {
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 75px;
}


/* .address-head {
    color: white;
    font-family: 'gilroy-regular';
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
} */

.sadhya-sec {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    margin-bottom: 15px;
}

.use-link {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 20px;
}

.ftr-link {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #B9B9B9;
    margin-bottom: 15px;
    transition: all ease-in-out .4s;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.ftr-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    /* Start with full width of text */
    height: 2px;
    /* Thickness of the line */
    background-image: linear-gradient(to right, #338fd6, #0E4E80);
    transform: scaleX(0);
    /* Initially scale to 0 (hidden) */
    transform-origin: left;
    /* Start scaling from the left */
    transition: transform 0.3s ease-in-out;
    /* Smooth transition for scaling */
}

.ftr-link:hover::after {
    transform: scaleX(1);
    /* Expand the line to full text width */
}

.navigation-ftr {
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 66px;
}

.premium-sec {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    margin-bottom: 15px;
}

.copy-right {
    width: 100%;
    display: flex;
    background-color: white;
    padding: 30px 0px;
    justify-content: center;
}

.rights {
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #474747;
}

.gl-name {
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #7E7E7E;
    margin-left: 5px;
    cursor: pointer;
}

.gl-name:hover {
    color: #474747;
}

.call-link {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
}

.call-link:hover {
    color: #ffffff;
}

.line {
    margin-left: 0px;
    margin-right: 0px;
}

.ftr-nav-link {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.nav-link-section {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.nav-first {
    width: 50%;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

.nav-second {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.copy-rgt-sec {
    width: 100%;
    position: relative;
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    color: #474747;
}

.copy-link {
    color: #7E7E7E;
    margin-left: 5px;
}

.copy-link:hover {
    color: #ffffff;
    margin-left: 5px;
}

.footer-logo-sec {
    display: flex;
    align-items: center;
}


/* nab-bar-section */

.dropdown.arrow-top li::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 7px solid #DB2525;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.dropdown.arrow-top li {
    position: relative;
}

.drops-sec {
    padding: 3px;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.thankyou {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #0071BB;
    border-radius: 15px;
    padding: 50px 65px;
    gap: 20px;
}

.image-thank {
    position: relative;
    display: flex;
    width: 62px;
    height: auto;
    margin: auto;
}

.thank-you-text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.accepts {
    width: 100%;
}

.btn-pad-extra {
    padding: 10px 15px !important;
}

.footer-logos {
    width: 100% !important;
}

.logo-imgs {
    width: 280px !important;
}

.swiper-pagination-bullet {
    background-color: #DB2525 !important;
}

.services-row {
    display: flex;
    flex-wrap: wrap;
    /* Makes it responsive */
    justify-content: center;
    /* Centers the text */
    color: #9C9C9C !important;
    font-family: 'Gilroy-Regular', sans-serif;
    padding-bottom: 5px;
    font-size: 16px;
    gap: 30px;
}

.ftr-normal-text {
    text-decoration: none !important;
    color: #9C9C9C !important;
    transition: all ease-in-out .5s;
}

.ftr-normal-text:hover {
    text-decoration: none !important;
    color: #333333 !important;
}

.border-top-bottom {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #707070;
    padding: 15px 0px;
}

.copy {
    border-top: 1px solid #5B5B5B;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #C2C2C2;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    background-color: #000000;
    transition: all ease-in-out .5s;
}

.cmp-link {
    margin-left: 5px;
    transition: all ease-in-out .5s;
}

.cmp-link:hover {
    color: #ffffff;
    font-weight: 500;
    margin-left: 5px;
}

.copy a {
    color: #C2C2C2;
    text-decoration: none;
}

.services-row div {
    position: relative;
    white-space: nowrap;
    /* Prevents text from wrapping */
    padding: 0 30px;
}

.services-row div:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #ccc;
}

.services-row div {
    padding: 0 15px;
}

.call-sec {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.call-icon {
    width: 40px;
    display: flex;
}

.call-num {
    display: flex;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    text-decoration: none;
}

.center-img {
    margin: auto;
}

.top-line {
    width: 100%;
    background-color: #0E4E80;
    padding: 5px;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

@media (max-width:1200px) {
    .wrapper .btn.close-btn {
        position: absolute;
        right: 30px;
        top: 90px;
    }
    .nav-links .drop-menu {
        line-height: 20px;
    }
}

.exp-mor-btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.exp-text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #B9B9B9;
    transition: all ease-in-out .5s;
}

.exp-text:hover {
    color: #ffffff;
}

.img-arow {
    margin: auto 0;
}


/*-----------------Jesteena-start------------------*/


/* .fixed .top-bar {
    display: none;
} */

.top-bar {
    background-color: #ffffff;
}

.top-bar-content {
    justify-content: end;
    float: inline-end;
    background-image: url(../images/header.png);
    height: 40px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    column-gap: 30px;
    align-items: center;
    padding: 0px 75px;
}

.top-bar-content a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Gilroy-Regular', sans-serif;
    column-gap: 10px;
    align-items: center;
    transition: all ease-in-out .5s;
}

.top-bar-content a:hover {
    opacity: .6;
}


/* .phone-link{
    margin-right: 10px;
} */


/* .phone-link img {
    width: 18px;
    height: 18px;
} */

.phn-ico {
    width: 18px;
}

.mail-link img {
    width: 16px;
    height: 13px;
}

.download-link img {
    width: 17px;
    height: 17px;
}

nav .wrapper {
    padding: 8px 0px;
    padding-left: 75px;
    padding-right: 75px;
}

.nav-links li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.active-line {
    color: #000000 !important;
}

.nav-links li a:hover {
    color: #000000
}

.nav-links li a {
    font-family: 'gilroy-semibold', sans-serif;
}

.nav-links li.active-menu::after {
    width: 30%;
}

.nav-links li:hover::after {
    width: 30%;
}

.red-btn {
    background-color: #D12A24;
    border-radius: 5px;
    transition: all ease-in-out .5s;
}

.nav-links li.red-btn a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px 8px;
}

.red-btn:hover {
    background-color: #bb0a04;
}

.nav-links li.red-btn::after,
.nav-links li.grey-btn::after {
    display: none;
}

.grey-btn {
    background-color: #ebebeb;
    border-radius: 30px;
    transition: all ease-in-out .5s;
}

.grey-btn:hover {
    background-color: #cbcbcb;
}

.nav-links li.grey-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
}

.help-line {
    column-gap: 5px;
    align-items: center;
    font-size: 14px;
}

.help-line img {
    width: 30px;
    height: 32px;
}

.nav-links li.help-line a {
    padding: 0px;
    font-weight: 600;
}

.wrapper .nav-links.right-cntnt {
    gap: 25px;
}

.nav-links li.mob-bottom-menu {
    display: none !important;
}

.nav-links .drop-menu {
    background-color: #000000 !important;
}

.nav-links .drop-menu li::after {
    display: none;
}

.wrapper .drop-menu li:hover {
    background-color: #313131;
    width: 100%;
    transition: all 0s ease;
}

.wrapper .drop-menu li a:hover {
    background-color: #2369ff00;
}

.nav-links li.help-line::after {
    display: none;
}

.nav-links li.help-line a:hover {
    opacity: 0.6;
}

.section-container {
    padding-left: 140px;
    padding-right: 140px;
}

.contact-section-container {
    padding-left: 140px;
    padding-right: 0px;
}

.content-section {
    padding-top: 50px;
}

.about-content .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #232323;
}

.about-para_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
}

.moyalan-hd {
    font-size: 60px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 700;
}

.about-content .content {
    padding: 30px 0px 40px;
    max-width: 640px;
}

.about-content .content p:first-child {
    font-size: 21px;
    font-family: 'gilroy-bold';
}

.about-content .content p {
    font-size: 20px;
    font-family: 'gilroy-bold';
}

.content-section .about-content {
    padding-top: 60px;
}

.more-btn {
    z-index: 60;
}

.more-btn a {
    color: #D12A24;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    z-index: 50;
}

.more-btn svg {
    margin-left: 7px;
    z-index: 50;
}

.content-section .experience-column {
    padding-top: 65px;
}

.experience-column .title {
    font-size: 30px;
    color: #D12A24;
    text-align: center;
    padding: 20px 0px 20px;
    font-weight: 700;
}

.experience-column .content {
    font-size: 20px;
    text-align: center;
    max-width: 310px;
    margin: auto;
    font-weight: 500;
}

.experience-column .content span {
    font-weight: 600;
}

.blue-btn {
    font-size: 28px;
    font-weight: 500;
    background-image: linear-gradient(to right, #0133A5, #386AEB);
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    max-width: 354px;
    margin: 38px auto 0px;
    font-family: 'Gilroy-Regular', sans-serif;
}

.border-virtus-sec {
    border-radius: 60px;
}

.virtues-section {
    background-image: url("../images/banner-virtues.png");
    background-repeat: no-repeat;
    padding: 75px 0px 30px;
    background-size: cover;
}

.virtues-section .title {
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
}

.virtues-section .content {
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 34px 0px 35px;
    max-width: 750px;
    margin: auto;
}

.blue-boxes {
    column-gap: 35px;
}

.blue-card {
    max-width: 380px;
    border-radius: 0px 0px 20px 20px;
    position: relative;
    padding: 80px 25px 60px 45px;
}

.blue-card .sub-title {
    color: #ffff;
    text-align: left;
    font-size: 25px;
    position: relative;
    font-weight: 700;
}

.blue-card .sub-title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 0;
    height: 2px;
    border-bottom: 1px solid #8EDDEE;
    transition: width 0.5s ease;
}

.blue-card:hover .sub-title::after {
    width: 35px;
}

.blue-card .sub-content {
    color: #ffff;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    padding-top: 40px;
    max-width: 300px;
    font-weight: 400;
}

.card-icon {
    width: 105px;
    height: 105px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #bbeafe;
    display: flex;
    justify-content: center;
    align-items: center;
}

.anim-width {
    width: 60px;
    height: 60px;
}

.integrity-card {
    background-color: #2145A4;
}

.innovation-card {
    background-color: #2D56BE;
}

.empowerment-card {
    background-color: #3668E8;
}

.customer-card {
    background-color: #1853EA;
}

.card-icon {
    position: absolute;
    top: -40px;
    right: -18px;
}

.product {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: #000000 !important;
}

.product-section {
    padding: 80px 0px 85px;
    /* background-color: #F6F6F6; */
}

.product-section .title {
    color: #011562;
    font-size: 48px;
    font-family: 'gilroy-bold', sans-serif;
    text-align: center;
    padding-bottom: 122px;
}

.product-name {
    padding: 18px 10px;
    background-color: #fff;
    border-radius: 0px 0px 25px 25px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.product-icon {
    width: 110px;
    height: 110px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #bbeafe;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.box-image img {
    width: 100%;
}

.work-content-sec {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.img-prop {
    object-fit: cover;
    z-index: 8;
}

.img-wid-for-pipe {
    z-index: 10;
}

.res-display {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.one-res {
    width: 32%;
    position: relative;
    display: flex;
    align-items: end;
}

.water-drop-abs {
    position: absolute;
    left: -11%;
    top: 0%;
    width: 600px;
}

.side-wtr-drp {
    position: absolute;
    right: -32%;
    top: -5%;
}

.two-res {
    width: 36%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.three-res {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: end;
    padding-bottom: 60px;
}

.img-splash {
    position: absolute;
    z-index: 4;
    bottom: 7px;
    left: -105px;
    opacity: 60%;
}

.img-splash-two {
    position: absolute;
    z-index: 4;
    bottom: 0px;
    right: -100px;
}

.max-wid {
    width: 48px;
}

.pb-1800 {
    padding-bottom: 40px;
}

.three-box-contents {
    z-index: 5;
}


/*------------------------------------------ about-new-section -------------------------------------------*/

.bg-clr-for-under {
    background-color: #F5F5F5;
}

.bg-blue-ab {
    background-color: #2145A4;
}

.box-br-rad {
    border-radius: 0px 40px 40px 40px;
}

.mar-t-minus {
    margin-top: -60px;
}

.box-font {
    font-family: 'gilroy-bold';
}

.bg-blue-box-font {
    font-size: 20px;
}

.bg-blue-box-font-head {
    font-size: 40px;
}

.work-content-about-box {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg_about-box {
    grid-auto-flow: row;
    gap: 90px 40px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 70px 30px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 30px;
    }
}

.bg-clr-three-box {
    background-color: #D8E3FE;
    border: 1px solid #B4C9FF;
    border-radius: 0px 30px 30px 30px;
}

.gl-pad-lr-140 {
    padding-left: 140px;
    padding-right: 140px;
}

.abs-img-mile {
    position: absolute;
    opacity: 40%;
}

.mile-logos {
    width: 550px;
    position: absolute;
    top: 30%;
    left: 100px;
}

.img-abs-patrn {
    position: absolute;
    left: 0px;
    top: 0px;
}

@media (max-width:1750px) {
    .bg-blue-box-font {
        font-size: 22px;
    }
}

@media (max-width:1700px) {
    .mile-logos {
        width: 450px;
    }
}

@media (max-width:1500px) {
    .bg-blue-box-font {
        font-size: 20px;
    }
    .bg-blue-box-font-head {
        font-size: 30px;
    }
    .gl-pad-lr-140 {
        padding-left: 100px;
        padding-right: 100px;
    }
    .mile-logos {
        width: 350px;
    }
}

@media (max-width:1200px) {
    .mar-t-minus {
        margin-top: 40px;
    }
    .mile-logos {
        left: 50px;
    }
    .img-munna {
        display: none !important;
    }
    .img-munna-res {
        display: flex;
    }
    .bg-blue-box-font {
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .img-munna {
        display: flex !important;
    }
    .img-munna-res {
        display: none !important;
    }
}

@media (max-width:1024px) {
    .mar-t-minus {
        margin-top: 40px;
    }
    .gl-pad-lr-140 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mile-logos {
        width: 250px;
    }
}

@media (max-width:650px) {
    .top-bar-content a {
        font-size: 14px;
    }
}


/*----------------------------------------------- milestone-area---------------------------------------------- */

.img-fitting {
    object-fit: cover;
}

.mrgn-auto {
    margin: auto 0;
}

.gap-mile {
    gap: 70px;
}

.width-conctr {
    width: 6px;
}

.mar-left-mile-con {
    margin-left: 30px;
}

.pattern-field {
    padding-left: 110px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.soul-section-clr {
    color: #C18000;
}

.soul-section-clr-content {
    color: #9C6E13;
}

.gl-py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.font-head {
    font-family: 'stika-italic';
    font-weight: 700;
    font-size: 60px;
}

.font-small-head {
    font-family: 'stika-italic';
    font-size: 40px;
    font-weight: 500;
}

.font-content {
    font-family: 'stika-normal';
    font-size: 25px;
    font-weight: 400;
}

@media (max-width:1800px) {
    .water-drop-abs {
        position: absolute;
        left: -11%;
        top: 25%;
        width: 600px;
    }
    .side-wtr-drp {
        position: absolute;
        right: -26%;
        top: -5%;
    }
}

@media (max-width:1650px) {
    .side-wtr-drp {
        position: absolute;
        right: -26%;
        top: 10%;
    }
}

@media (max-width:1600px) {
    .side-wtr-drp {
        position: absolute;
        right: -15%;
        top: 10%;
    }
}

@media (max-width:1550px) {
    .about-para_truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }
    .pattern-field {
        padding-left: 70px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width:1500px) {
    .water-drop-abs {
        position: absolute;
        left: -4%;
        top: 28%;
        width: 600px;
    }
    .about-content .content p:first-child {
        line-height: 28px;
    }
}

@media (max-width:1450px) {
    .side-wtr-drp {
        display: none;
    }
}

@media (max-width:1400px) {
    .water-drop-abs {
        position: absolute;
        left: -4%;
        top: -4%;
        width: 600px;
    }
}

@media (max-width:1366px) {
    .img-splash-two {
        position: absolute;
        z-index: 4;
        bottom: 0px;
        right: -53px;
    }
    .gap-res-xxl {
        gap: 50px;
    }
}

@media (max-width:1200px) {
    .mar-left-mile-con {
        margin-left: 23px;
    }
    .gl-py-110 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width:991px) {
    .normal-fit-img {
        display: none;
    }
    .res-fit-img {
        display: flex;
    }
    .pattern-field {
        padding-left: 45px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width:991px) {
    .normal-fit-img {
        display: flex;
    }
    .res-fit-img {
        display: none;
    }
}

@media (max-width:850px) {
    .water-drop-abs {
        position: absolute;
        left: -4%;
        top: 9%;
        width: 600px;
    }
}

@media (max-width:780px) {
    .water-drop-abs {
        position: absolute;
        left: -4%;
        top: 20%;
        width: 600px;
    }
}

@media (max-width:767px) {
    .water-drop-abs {
        position: absolute;
        left: -4%;
        top: 3%;
        width: 600px;
    }
    .border-virtus-sec {
        border-radius: 20px;
    }
}

@media (max-width:767px) {
    .water-drop-abs {
        position: absolute;
        left: -4%;
        top: -8%;
        width: 600px;
    }
    .res-marg {
        margin: auto 0 !important;
    }
}

@media (max-width:600px) {
    .water-drop-abs {
        position: absolute;
        left: -4%;
        top: 10%;
        width: 600px;
    }
}

@media (max-width:575px) {
    .img-splash {
        display: none;
    }
    .img-splash-two {
        display: none;
    }
    .virtues-section .title {
        line-height: 18px;
    }
    .water-drop-abs {
        position: absolute;
        left: -4%;
        top: -3%;
        width: 600px;
    }
    .blue-card .sub-content {
        font-size: 18px;
    }
    .pattern-field {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .mar-left-mile-con {
        margin-left: 0px;
    }
}

@media (max-width:450px) {
    .img-wid-for-pipe {
        display: flex !important;
        justify-content: center !important;
    }
    .bg-blue-box-font-head {
        font-size: 24px;
    }
}

@media (max-width:1400px) {
    .about-content .content {
        padding: 30px 0px 40px;
        max-width: unset;
        width: 100%;
    }
    .one-res {
        width: 50%;
        position: relative;
        display: flex;
    }
    .two-res {
        display: none;
    }
    .two-res-block {
        display: block;
    }
    .three-res {
        width: 50%;
        position: relative;
        display: flex;
        justify-content: end;
        padding-bottom: 60px;
    }
    .three-res {
        justify-content: center;
    }
    .three-box-contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
    }
    .experience-column .content {
        font-size: 18px;
        text-align: center;
        max-width: 285px;
        margin: unset;
    }
    .content-section .about-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .three-res {
        padding-bottom: 30px;
    }
}

@media (min-width:1400px) {
    .two-res-block {
        display: none;
    }
}

@media (max-width:1200px) {
    .three-res {
        justify-content: right;
    }
}

@media (max-width:991px) {
    .res-display {
        gap: 40px;
    }
    .content-section .about-content {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .content-section {
        padding-top: 30px;
    }
    .about-content .title {
        font-size: 27px;
        font-weight: 600;
        line-height: 30px;
    }
    .about-content .content {
        padding: 10px 0px 5px;
    }
    .res-width-img {
        width: 200px !important;
    }
    .content-section .experience-column {
        padding-top: 15px;
    }
    .moyalan-hd {
        font-size: 40px;
    }
}

@media (max-width:767px) {
    .three-res {
        justify-content: center;
    }
    .img-prop {
        width: 300px !important;
    }
    .res-width-img {
        width: 125px !important;
    }
    .experience-column .content {
        font-size: 17px;
        line-height: 20px;
    }
    .experience-column .title {
        padding: 5px 0px 5px;
    }
    .blue-btn {
        font-size: 20px;
        padding: 10px 20px;
        margin: 9px auto 0px;
    }
    .experience-column .title {
        font-size: 22px;
    }
    .blue-btn {
        font-size: 16px !important;
        width: fit-content !important;
        padding: 8px 14px;
    }
}

@media (max-width:575px) {
    .res-width-img {
        width: 85px !important;
    }
    .moyalan-hd {
        font-size: 40px;
    }
}

@media (max-width:450px) {
    .res-width-img {
        width: 150px !important;
    }
}

.col5_col4lg_col3sm {
    grid-auto-flow: row;
    gap: 90px 25px;
    grid-template-columns: repeat(6, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 70px 30px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px;
    }
}

.section-area {
    background-image: url("../images/banner1.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content {
    padding: 150px 0px 360px;
    justify-content: space-between;
    column-gap: 15px;
}

.banner-title {
    color: #fff;
    font-size: 68px;
    line-height: 70px;
}

.banner-title span {
    font-size: 90px;
    font-weight: 600;
}

.banner-title .country-name {
    font-size: 105px;
}

.section-area .content {
    padding: 25px 0px 110px;
    color: #fff;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 18px;
    max-width: 530px;
}

.name-text {
    color: #fff;
    font-size: 40px;
    width: fit-content;
    position: relative;
    line-height: 45px;
}

.name-text::after {
    position: absolute;
    content: '';
    height: 5px;
    bottom: -5px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to right, #1853EA 10%, #fff 10%);
    border-radius: 30px;
    /* Apply border-radius to the whole element */
    box-sizing: border-box;
    transition: 0.5s;
}

.name-text::before {
    background: linear-gradient(to right, #ffffff 10%, transparent 10%), linear-gradient(to right, transparent 10%, #fff 10%);
    border-radius: 30px;
    position: absolute;
    content: '';
    height: 5px;
    bottom: -5px;
    margin: 0 0 0 auto;
    left: 0;
    right: 0;
    width: 91%;
    z-index: 9;
}

.about-text {
    color: #fff;
    font-size: 18px;
    font-family: 'Gilroy-Regular', sans-serif;
    padding: 50px 0px 20px;
    max-width: 580px;
}

.about-text p:first-child {
    margin-bottom: 25px;
}

.map-column img {
    width: 100%;
}

.landing-section {
    background-image: url("../images/banner2.png");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.landing-content {
    padding: 314px 0px 148px;
}

.video-section a {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.video-img-width {
    width: 100%;
    display: flex;
    margin: auto;
}

.video-section a::before {
    background-image: url("../images/play-button.png");
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    height: 116px;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 116px;
    z-index: 9;
    top: 0px;
    margin: auto
}

.video-section {
    position: absolute;
    top: -30%;
    left: 0px;
    right: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.count-box {
    padding: 10px 20px;
    background-color: #00000054;
    color: #fff;
    min-width: 198px;
    border-radius: 7px;
    min-height: 200px;
    border: 1px solid #464646;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
}

.count-box .title {
    font-size: 20px;
    font-family: 'Gilroy-Regular', sans-serif;
    text-align: center;
    padding-bottom: 5px;
    max-width: 98px;
    margin: auto;
}

.qhse-count-head {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
}

.qhse-count-content {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
}

.counter {
    text-align: center;
    font-size: 65px;
    font-weight: 800;
    position: relative;
    margin-right: 35px;
    font-family: helvetica;
}

.counter::after {
    content: "+";
    font-size: 65px;
    font-weight: 600;
    height: 70px;
    position: absolute;
    top: -2px;
}

.count-cards {
    column-gap: 150px;
    justify-content: center;
    padding-bottom: 85px;
}

.quote-text {
    color: #fff;
    font-size: 50px;
    text-align: center;
    opacity: .6;
    font-weight: 300 !important;
}

.quote-text span {
    font-weight: 700;
}

.certificate-content {
    padding-top: 65px;
}

.certificate-section {
    background-color: #ffffff;
}

.certificate-content .title {
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.certificate-content .content {
    color: #000000;
    max-width: 650px;
    margin: auto;
    text-align: center;
    padding: 24px 0px 64px;
    font-size: 19px;
    font-family: 'Gilroy-Regular', sans-serif;
}


/*-----------------Jesteena-end------------------*/

@media (max-width:1800px) {
    .nav-links li a {
        padding: 2px 8px;
    }
    .nav-links li::after {
        content: "";
        position: absolute;
        left: 10px;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #000000;
        transition: width 0.3s ease;
    }
    .slide-text {
        font-size: 20px;
    }
    .slide-contents {
        font-size: 14px;
    }
    /*-----------------Jesteena-start------------------*/
    .content-section img {
        width: 100%;
    }
    /*-----------------Jesteena-end------------------*/
}

@media (max-width:1750px) {
    .section-area .content {
        font-size: 20px;
        max-width: 530px;
    }
    .certificate-content .content {
        font-size: 20px;
    }
    .about-text {
        color: #fff;
        font-size: 20px;
    }
}

@media (max-width:1700px) {
    nav .wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
    .address-area {
        padding: 0px 40px;
    }
    /*-----------------Jesteena-start------------------*/
    .wrapper .nav-links {
        gap: 8px;
    }
    .wrapper .nav-links.right-cntnt {
        gap: 20px;
    }
    .top-bar-content {
        padding: 0px 100px;
    }
    .section-container {
        padding-left: 100px;
        padding-right: 100px;
    }
    .contact-section-container {
        padding-left: 100px;
        padding-right: 0px;
    }
    /*-----------------Jesteena-end------------------*/
    .section-area .content {
        font-size: 20px;
    }
    .about-text {
        color: #fff;
        font-size: 20px;
    }
}

@media (max-width:1600px) {
    .logo {
        width: 175px;
    }
    .contact-page-head {
        font-size: 20px;
    }
    .phone-numbers {
        font-size: 13px;
    }
    .pad-top {
        padding-top: 75px;
    }
    /*-----------------Jesteena-start------------------*/
    .wrapper .nav-links.right-cntnt {
        gap: 10px;
    }
    .wrapper .nav-links {
        gap: 5px;
    }
    nav .wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
    .top-bar-content {
        padding: 0px 60px;
    }
    .nav-links li.grey-btn a {
        padding: 8px 20px;
    }
    .nav-links li.red-btn a {
        padding: 7px 10px 8px;
    }
    .nav-links li a {
        font-size: 16px;
        letter-spacing: -0.5px;
    }
    .section-container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .contact-section-container {
        padding-left: 60px;
        padding-right: 0px;
    }
    /*-----------------Jesteena-end------------------*/
}

@media (max-width:1675px) {
    .contact-page-head {
        font-size: 25px;
    }
    .blue-card {
        padding: 55px 11px 40px 17px;
    }
    .contact-page-head-sub {
        font-size: 14px;
    }
}

@media (min-width:1501px) and (max-width:1594px) {
    .services-row {
        font-size: 13px;
    }
    .services-row div {
        padding: 0 15px;
    }
}

@media (max-width:1500px) {
    .services-row {
        font-size: 11px;
    }
    .footer-logo-sec img {
        width: 100%;
    }
    .logo-content {
        font-size: 22px;
        line-height: 32px;
    }
    .address-area {
        padding: 0px 18px
    }
    .address-head {
        font-size: 14px;
    }
    .address-content {
        font-size: 13px;
    }
    /* .address-head {
        font-size: 14px;
    } */
    .ftr-link {
        font-size: 16px;
    }
    .call-link {
        font-size: 16px;
    }
    .feed-name {
        font-size: 16px;
    }
    .logo-content-footer {
        font-size: 22px;
        line-height: 28px;
    }
    .sadhya-ftr-sec {
        padding: 0px 0px 0px 15px
    }
    .copy-rgt-sec {
        font-size: 12px;
    }
    .addres-sec {
        padding: 130px 60px 130px 60px;
        gap: 100px;
    }
    .blue-card {
        padding: 55px 11px 40px 17px;
    }
    /*-----------------Jesteena-end------------------*/
    nav .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    .nav-links li a {
        font-size: 16px;
        letter-spacing: -0.5px;
    }
    .about-content .content {
        padding: 15px 0px 5px;
    }
}

@media screen and (max-width:1450px) {
    .slide-text {
        margin-top: 20px;
    }
}

@media screen and (max-width:1410px) {
    .nav-links li a {
        font-size: 15px;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1426px) {
    .nav-links li a {
        padding: 3px 8px;
    }
}

@media (max-width:1400px) {
    nav {
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer-sec {
        padding: 60px 60px;
    }
    .map-sec {
        padding: 50px 60px;
    }
    .nav-links li a {
        font-size: 14px;
    }
    .wrapper .nav-links {
        display: inline-flex;
        gap: 0px;
    }
    nav .wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
    .video-img-width {
        width: 80%;
        display: flex;
        margin: auto;
    }
    .counter {
        font-size: 43px;
    }
    .counter::after {
        content: "+";
        font-size: 42px;
    }
    .count-cards {
        column-gap: 80px;
        justify-content: center;
        padding-bottom: 103px;
    }
    /*-----------------Jesteena-start------------------*/
    .virtues-section {
        padding: 90px 0px 90px;
    }
    /*-----------------Jesteena-end------------------*/
    .landing-content {
        padding: 240px 0px 148px;
    }
    .pad-x-150 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width:1360px) {
    /*-----------------Jesteena-start------------------*/
    .nav-links li a {
        font-size: 15px;
    }
    nav .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
    .top-bar-content {
        padding: 0px 40px;
    }
    .red-btn img {
        width: 34px;
    }
    .help-line img {
        width: 26px;
        height: 26px;
    }
    .help-line {
        font-size: 13px;
        line-height: 16px;
    }
    .section-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .contact-section-container {
        padding-left: 40px;
        padding-right: 0px;
    }
    /*-----------------Jesteena-end------------------*/
}

@media (max-width:1335px) {
    .phone-numbers {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width:1330px) {
    .logo {
        width: 140px;
    }
    .nav-links li a {
        font-size: 14px;
    }
}

@media (max-width:1329px) {
    .services-row div {
        padding: 0 10px;
    }
}

@media (max-width:1300px) {
    .logo {
        width: 145px;
    }
    .pad-top {
        padding-top: 65px;
    }
    /*-----------------Jesteena-start------------------*/
    .blue-btn {
        font-size: 25px;
        max-width: 300px;
    }
    .about-content .content {
        padding: 15px 0px 5px;
    }
    /*-----------------Jesteena-end------------------*/
}

@media (max-width:1250px) {
    .addres-sec {
        gap: 45px;
    }
    .con-ico-wid {
        width: 45px;
    }
    .con-ico-wid-mail {
        width: 45px;
    }
    .con-ico-wid-call {
        width: 45px;
    }
    .wrapper .nav-links {
        gap: 0px;
    }
    /*-----------------Jesteena-start------------------*/
    .blue-card {
        padding: 60px 20px 40px 30px;
    }
    .blue-card .sub-title {
        font-size: 24px;
    }
    /*-----------------Jesteena-end------------------*/
    .wrapper .nav-links.right-cntnt {
        gap: 10px;
    }
    nav .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .nav-links li a {
        padding: 3px 6px;
    }
}

@media (max-width:1200px) {
    .pad-x-150 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .footer-sec {
        padding: 60px 25px
    }
    .logo-imgs img {
        width: 100px;
    }
    .logo-content {
        font-size: 17px;
        line-height: 27px;
    }
    .address-content {
        font-size: 12px;
    }
    .sadhya-ftr-sec {
        padding: 0px 5px;
    }
    .ftr-link {
        font-size: 16px;
    }
    .call-link {
        font-size: 16px;
    }
    .help-head {
        font-size: 16px;
    }
    .help-num {
        font-size: 16px;
    }
    .feed-name {
        font-size: 16px;
    }
    .feed-back {
        font-size: 16px;
    }
    .copy-rgt-sec {
        font-size: 11px;
    }
    .room-suit-area {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .room-suit-head {
        padding-bottom: 10px;
    }
    .swipe-buttons {
        top: 13%;
    }
    .wrapper .btn {
        display: block;
    }
    .wrapper .nav-links {
        line-height: 30px;
    }
    .nav-links .drop-menu {
        background-color: white!important;
    }
    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 450px;
        top: 0;
        left: -100%;
        background: #fff;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
     ::-webkit-scrollbar {
        width: 10px;
    }
     ::-webkit-scrollbar-track {
        background: #ffffff;
    }
     ::-webkit-scrollbar-thumb {
        background: #ffffff;
    }
    .content .row header {
        font-size: 19px;
    }
    #menu-btn:checked~.nav-links {
        left: 0%;
    }
    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }
    #close-btn:checked~.btn.menu-btn {
        display: block;
    }
    .nav-links li {
        margin: 15px 10px;
    }
    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }
    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    .nav-links .desktop-item {
        display: none;
    }
    .nav-links .mobile-item {
        display: block;
        color: #000;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    /* .nav-links .mobile-item:hover {
        background: #3A3B3C;
    } */
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }
    .nav-links li {
        list-style: none;
    }
    .nav-links li a {
        color: #000000;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        padding: 9px 15px;
        border-radius: 5px;
        transition: all 0.3s ease;
        /* font-family: 'MinervaModern_Regular'; */
    }
    .nav-links li {
        position: relative;
        display: list-item;
    }
    .nav-links li:hover::after {
        width: 0%;
    }
    nav .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .section-container {
        padding-left: 60px;
        padding-right: 60px;
    }
    /*-----------------Jesteena-start------------------*/
    .nav-links li.mob-bottom-menu {
        display: block !important;
    }
    .nav-links.right-cntnt {
        display: none;
    }
    .wrapper .nav-links {
        line-height: 20px;
    }
    .nav-links li a {
        padding: 9px 0px;
        font-weight: 400;
        font-family: 'Gilroy-Regular', sans-serif;
    }
    .nav-links li.active-menu::after {
        width: 8%;
    }
    .nav-links li:hover::after {
        width: 8%;
    }
    .nav-links li::after {
        left: 0px;
    }
    .nav-links .mobile-item {
        display: block;
        color: #000;
        font-size: 16px;
        padding-left: 0px;
    }
    .nav-links li.help-line.mob-bottom-menu {
        display: flex !important;
    }
    .help-line-no {
        display: flex;
        column-gap: 10px;
    }
    .help-line {
        column-gap: 10px;
    }
    /* .red-btn, .grey-btn {
    width: fit-content;
} */
    .nav-links li a {
        font-size: 16px;
    }
    nav .wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
    .top-bar-content {
        padding: 0px 60px;
    }
    .red-btn img {
        width: auto;
    }
    .help-line img {
        width: 30px;
        height: 32px;
    }
    .help-line {
        font-size: 16px;
    }
    #showDrop:checked~.drop-menu {
        max-height: 100%;
    }
    .drp-dwn-clr {
        color: #000000 !important;
    }
    .wrapper .drop-menu li:hover {
        background-color: #2369ff00;
    }
    .grey-btn {
        border-radius: 5px;
    }
    .virtues-section {
        padding: 60px 0px 60px;
        background-size: cover;
    }
    .blue-boxes {
        flex-wrap: wrap;
        row-gap: 60px;
        justify-content: space-between;
    }
    .blue-card {
        width: 48%;
    }
    .blue-card .sub-content {
        max-width: 100%;
    }
    .virtues-section .title,
    .product-section .title {
        font-size: 36px;
    }
    .virtues-section .content {
        padding: 34px 0px 70px;
    }
    .product-section {
        padding: 60px 0px 60px;
    }
    .product-section .title {
        padding-bottom: 70px;
    }
    .count-cards {
        column-gap: 55px;
    }
    .video-section {
        position: absolute;
        top: -25%;
    }
    .counter {
        font-size: 35px;
    }
    .counter::after {
        content: "+";
        font-size: 34px;
    }
    .count-cards {
        column-gap: 20px;
    }
    /*-----------------Jesteena-end------------------*/
    .logo {
        width: 190px;
    }
    .help-line {
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 1151px) and (max-width: 1171px) {
    .nav-links li a {
        padding: 9px 13px;
    }
}

@media (max-width:1150px) {
    .refferel-btn {
        font-size: 12px;
        padding: 10px 12px;
        margin: auto;
    }
    .call-num {
        font-size: 12px;
    }
    .logo {
        width: 170px;
    }
    .pad-top {
        padding-top: 55px;
    }
}

@media (max-width:1097px) {
    .addres-sec {
        padding: 130px 20px 130px 20px;
    }
    .contact-page-head {
        font-size: 18px;
    }
}

@media (max-width:1024px) {
    .address-area {
        padding: 0px 5px;
    }
    .banner-content {
        padding: 80px 0px 190px;
        flex-direction: column;
    }
    .map-column img {
        width: 550px;
    }
    .about-text {
        width: 100%;
        max-width: unset;
    }
    .section-area .content {
        width: 100%;
        max-width: unset;
    }
    .video-section {
        position: absolute;
        top: -16%;
    }
    .count-cards {
        padding-bottom: 30px;
    }
    .landing-content {
        padding: 239px 0px 80px;
    }
    .quote-text {
        color: #fff;
        font-size: 30px;
        text-align: center;
        opacity: .6;
    }
}

@media screen and (min-width: 971px) and (max-width: 1018px) {
    .nav-links li a {
        padding: 9px 7px;
    }
}

@media (max-width:1000px) {
    .blue-boxes {
        column-gap: 28px;
    }
}

@media (max-width:991px) {
    .pad-x-150 {
        padding-left: 20px;
        padding-right: 20px;
    }
    nav {
        padding-left: 0px;
        padding-right: 00px;
    }
    /*  .copy {
        padding-top: 25px;
        padding-bottom: 60px;
    } */
    .copy {
        padding-top: 25px;
        padding-bottom: 75px;
    }
    .footer-sec {
        flex-direction: column;
    }
    .footer-sec {
        padding: 60px 50px;
    }
    .logo-area {
        width: 100%;
        border-right: none;
        margin-bottom: 40px
    }
    .logo-imgs img {
        width: auto;
    }
    .logo-content {
        font-size: 28px;
        line-height: 40px;
    }
    .address-area {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px
    }
    .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .address-content {
        font-size: 16px;
    }
    .sadhya-ftr-sec {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px;
    }
    /* .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    } */
    .ftr-link {
        font-size: 16px;
    }
    .navigation-ftr {
        padding: 0;
    }
    .call-link {
        font-size: 16px;
    }
    .address-area {
        border-left: none;
    }
    .addres-sec {
        padding: 50px 20px 50px 20px;
    }
    .icon-set {
        gap: 15px;
        flex-direction: column;
        align-items: start;
    }
    .pad-x-150 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width:970px) {
    .logo {
        width: 175px;
    }
    .drp-dwn-clr {
        color: black!important;
    }
    .btn-cls {
        display: none;
    }
    /* .active-line:after {
        color: #0171BB !important;
        position: absolute;
        content: '';
        height: 3px;
        bottom: 3px;
        margin: unset;
        left: 22px;
        right: 0;
        width: 20%;
        background: linear-gradient(to right, #000000 40%, #000000 30% 100%) !important;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    } */
    /* custom scroll bar */
    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }
    #showDrops:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }
    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }
    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li {
        margin: 0;
    }
    /*------jestenna-start-----*/
    .product-icon {
        width: 80px;
        height: 80px;
        top: -35px;
    }
    .product-icon img,
    .card-icon img {
        width: 50px;
        height: 50px;
        object-fit: contain
    }
    .card-icon {
        width: 80px;
        height: 80px;
    }
    /*------jestenna-end-----*/
}

@media screen and (max-width:915px) {
    .blue-card {
        width: 45%;
    }
}

@media screen and (max-width:850px) {
    .header-top {
        display: none;
    }
}

@media screen and (max-width:870px) {
    .count-box {
        min-width: 160px;
        min-height: 150px;
    }
    .count-box .title {
        font-size: 15px;
    }
    .counter {
        font-size: 24px;
    }
    .counter::after {
        content: "+";
        font-size: 24px;
    }
    .counter {
        margin-right: 0px;
    }
}

@media screen and (max-width:780px) {
    .swipe-buttons {
        top: 8%;
    }
}

@media (max-width:768px) {
    .footer-sec {
        flex-direction: column;
    }
    .footer-sec {
        padding: 60px 60px;
    }
    .logo-area {
        width: 100%;
        border-right: none;
        margin-bottom: 40px
    }
    .logo-imgs img {
        width: auto;
    }
    .logo-content {
        font-size: 28px;
        line-height: 40px;
    }
    .address-area {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px
    }
    .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .address-content {
        font-size: 16px;
    }
    .sadhya-ftr-sec {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px;
    }
    /* .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    } */
    .ftr-link {
        font-size: 16px;
    }
    .navigation-ftr {
        padding: 0;
    }
    .call-link {
        font-size: 16px;
    }
    .contact-page-head {
        font-size: 25px;
    }
    .icon-set {
        flex-direction: row;
    }
    .addres-sec {
        flex-direction: column;
    }
}

@media (max-width:767px) {
    /*-----------------Jesteena-start------------------*/
    .top-bar-content {
        padding-right: 20px;
        background-image: none;
        background-color: #004FFF;
        padding: 10px 20px;
        justify-content: center;
    }
    /*-----------------Jesteena-end------------------*/
}

@media (max-width:700px) {
    .count-cards {
        flex-wrap: wrap;
        gap: 20px;
    }
    .count-box {
        min-width: 200px;
        min-height: 150px;
    }
    .count-box .title {
        font-size: 20px;
    }
    .counter {
        font-size: 30px;
    }
    .counter::after {
        content: "+";
        font-size: 30px;
    }
    .video-section {
        position: absolute;
        top: -11%;
    }
    .landing-content {
        padding: 170px 0px 80px;
    }
    .banner-title span {
        font-size: 50px;
        font-weight: 600;
    }
    .banner-title {
        color: #fff;
        font-size: 50px;
        line-height: 50px;
    }
    .banner-title .country-name {
        font-size: 60px;
    }
    .map-column img {
        width: 340px;
    }
    .img-prop {
        object-fit: cover;
        width: 250px !important;
    }
}

@media (max-width:675px) {
    .form-width-50 {
        flex-direction: column;
    }
    .form-width {
        width: 100%;
    }
    .map-sec {
        padding: 50px 20px;
    }
    .form-width-50 {
        gap: 30px;
    }
}

@media (max-width:630px) {
    .blue-card {
        width: 100%;
    }
    .blue-boxes {
        flex-wrap: unset;
        row-gap: 60px;
        justify-content: space-between;
        flex-direction: column;
    }
    .blue-card {
        max-width: 100%;
    }
}

@media (max-width:580px) {
    /*-----------------Jesteena-start------------------*/
    .product-name {
        padding: 12px 10px;
        font-size: 16px;
    }
    /*-----------------Jesteena-end------------------*/
}

@media (max-width:576px) {
    .copy-right {
        width: 100%;
        display: flex;
        background-color: white;
        padding: 30px 0px;
        justify-content: center;
        margin-bottom: 40px !important;
    }
    .line {
        margin-left: 0px;
        margin-right: 0px;
    }
    .address-area {
        border-left: none;
    }
    .copy-rgt-sec {
        flex-direction: column;
    }
    .social-logo-res {
        gap: 20px;
        bottom: 40%;
        margin-left: 20px;
    }
    .landing-content {
        padding: 165px 0px 80px;
    }
    .video-img-width {
        width: 90%;
        display: flex;
        margin: auto;
    }
    .section-area .content {
        padding: 25px 0px 50px;
    }
    .video-img-width {
        height: 200px;
    }
    .card-icon {
        width: 55px;
        height: 55px;
    }
    .product-icon img,
    .card-icon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .product-icon {
        width: 60px;
        height: 60px;
        top: -35px;
    }
}

@media screen and (min-width:575px) {
    .header-top-res {
        display: none;
    }
    .header-top {
        display: flex;
    }
}

@media (max-width:575px) {
    .logo-area {
        padding-right: 0px;
    }
    .address-area {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .help-head {
        font-size: 18px;
    }
    .address-logo {
        margin-top: 0;
    }
    .address-area-social {
        margin-top: 0px!important;
    }
    .address-logo {
        padding-bottom: 15px;
    }
    .copy {
        flex-direction: column;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
        padding-bottom: 15px;
    }
    .footer-sec {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .services-row {
        gap: 10px;
    }
    .contact-page-head {
        font-size: 25px;
    }
    .icon-set {
        flex-direction: row;
    }
    .addres-sec {
        flex-direction: column;
    }
    .form-control-contact {
        margin-bottom: 20px;
    }
    .form-width label {
        font-size: 16px;
        color: #707070;
    }
    nav .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .small-hd-clr-news {
        color: #1577B4;
        top: 10%;
    }
    .custom-pagination {
        position: absolute;
        left: 18px;
        bottom: 90px;
        display: flex;
        gap: 10px;
    }
    .header-top-res {
        display: flex;
    }
    .header-top {
        display: none;
    }
    .room-suit-head {
        font-size: 28px;
    }
    .section-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-section-container {
        padding-left: 20px;
        padding-right: 0px;
    }
    .virtues-section .title,
    .product-section .title {
        display: flex;
        font-size: 30px;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
    }
    .virtues-section {
        padding: 55px 0px 60px;
        background-size: cover;
    }
    .virtues-section .content {
        padding: 15px 0px 55px;
    }
    .virtues-section .content {
        color: #fff;
        font-size: 17px;
        text-align: left;
        padding: 25px 20px 30px !important;
        max-width: 590px;
        margin: auto;
    }
    .blue-card {
        padding: 30px 20px 40px 15px;
    }
    .blue-card .sub-content {
        padding-top: 10px;
    }
    .product-section {
        padding: 30px 0px 60px;
    }
    .product-section .title {
        padding-bottom: 45px;
    }
    .banner-content {
        padding: 30px 0px 135px;
        flex-direction: column;
    }
    .pad-x-150 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-section-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:560px) {
    .footer-sec {
        padding: 20px 15px;
    }
    .rights {
        font-size: 11px;
    }
    .gl-name {
        font-size: 10px;
    }
    .copy-rgt-sec {
        flex-direction: column;
        font-size: 12px;
        text-align: center;
        line-height: 16px;
    }
    .sadhya-ftr-sec {
        margin-bottom: 0px;
    }
}

@media (max-width:500px) {
    .img-prop {
        object-fit: cover;
        width: 300px !important;
    }
    .experience-column .title {
        font-size: 18px;
    }
    .one-res {
        width: 100%;
        position: relative;
        display: flex;
    }
    .three-res {
        width: 100%;
    }
    .res-display {
        flex-direction: column-reverse;
    }
    .one-res {
        align-items: center;
        justify-content: center;
    }
    .water-drop-abs {
        position: absolute;
        left: 3%;
        top: -28%;
        width: 600px;
    }
}

@media (max-width:430px) {
    .water-drop-abs {
        position: absolute;
        left: 3%;
        top: -11%;
        width: 600px;
    }
    .top-bar-content {
        padding: 5px 10px;
    }
}

@media (max-width:460px) {
    .count-box {
        min-width: 150px;
        min-height: 140px;
    }
}

@media (max-width:450px) {
    .three-res {
        width: 100%;
    }
    .one-res {
        width: 100%;
        position: relative;
        display: flex;
    }
    .one-res {
        justify-content: center;
    }
    .top-bar-content {
        height: 30px;
    }
}

@media (max-width:400px) {
    .water-drop-abs {
        position: absolute;
        left: -4%;
        top: -11%;
        width: 600px;
    }
}

@media (max-width:380px) {
    .top-bar-content {
        column-gap: 18px;
    }
}


/*----------------------------------------------------------- enquiry-box-section----------------------------------------------------------- */

.enquiry-box {
    width: 80%;
    position: relative;
    display: flex;
    background-color: #ffffff;
    border-radius: 5px;
    flex-direction: row;
    margin: auto;
    padding: 50px;
    margin-top: -65px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.enquiry-box-last {
    width: 80%;
    position: relative;
    display: flex;
    background-color: #ffffff;
    border-radius: 5px;
    flex-direction: row;
    margin: auto;
    padding: 50px;
}

.pad-to-bo {
    margin-top: 110px;
    margin-bottom: 110px;
}

.enqu-text-sec {
    width: 58%;
    position: relative;
    display: flex;
}

.enq-texts {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 55px;
}

.enq-bold {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.enq-btn-sec {
    width: 42%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.enq-btn-sec-last {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.enq-red {
    width: fit-content;
    padding: 15px 50px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 500;
    background-color: #AB1711;
    border: 1px solid #AB1711;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.enq-red:hover {
    color: #AB1711;
    border: 1px solid #AB1711;
    background-color: #ffffff !important;
    border-radius: 10px;
}

.enq-green {
    width: fit-content;
    padding: 15px 50px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 500;
    background-color: #0FBB4F;
    border: 1px solid #0FBB4F;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    transition: all ease-in-out .5s;
}

.enq-green:hover {
    color: #0FBB4F;
    border: 1px solid #0FBB4F;
    background-color: #ffffff !important;
    border-radius: 10px;
}


/* --------------------------------------------------------blog-section------------------------------------------------------------------- */

.blog-clr {
    color: #011562;
}

.work-content-sec-blog {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg_col3sm-blog {
    grid-auto-flow: row;
    gap: 90px 40px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 30px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 30px;
    }
}

.bloging-sec {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.bg-clr-blog {
    background-color: #eeeeee;
}

.blg-hd-clr {
    color: #BF0000;
}

.blg-name-clr {
    color: #7E7E7E;
}

.blog_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: 'gilroy-bold', sans-serif;
}

.zoom {
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    transform: scale(1);
    overflow: hidden;
}

.zoom:hover {
    transform: scale(1.04);
}

.br-rad {
    border-radius: 10px;
}

.br-box-img {
    border-radius: 0px 30px 0px 0px;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.popups-contents {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: -50px;
    right: 0px;
    font-size: 40px;
    color: #ffffff;
    cursor: pointer;
}

.size-width {
    width: 600px !important;
    height: 400px !important;
}

.gl-pb-120 {
    padding-bottom: 120px;
}

@media (max-width:1900px) {
    .enq-red {
        width: fit-content;
        padding: 15px 34px;
    }
}

@media (max-width:1800px) {
    .enq-texts {
        font-size: 30px;
        line-height: 35px;
    }
    .enq-bold {
        font-size: 30px;
    }
}

@media (max-width:1750px) {
    .enq-red {
        width: fit-content;
        padding: 15px 20px;
    }
}

@media (max-width:1200px) {
    .enquiry-box {
        width: 90%;
    }
    .enquiry-box-last {
        width: 90%;
    }
}

@media (max-width:1150px) {
    .enq-texts {
        font-size: 24px;
        line-height: 35px;
    }
    .enq-bold {
        font-size: 24px;
    }
    .enq-red {
        padding: 7px 18px;
        font-size: 16px;
    }
    .enqu-text-sec {
        width: 70%;
        position: relative;
        display: flex;
    }
    .enq-btn-sec {
        width: 30%;
    }
    .enq-btn-sec-last {
        gap: 5px;
    }
    .thous-fif {
        width: 55% !important;
    }
}

@media (max-width:1100px) {
    .thous-fif {
        width: 50% !important;
    }
}

@media (max-width:991px) {
    .enquiry-box {
        width: 100%;
    }
    .enquiry-box-last {
        width: 100%;
    }
}

@media (max-width:900px) {
    .enquiry-box-last {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }
    .thous-fif {
        width: 100% !important;
        justify-content: center;
    }
    .thous-fif-two {
        width: 100% !important;
        justify-content: center;
    }
}

@media (max-width:767px) {
    .enquiry-box {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }
    .enq-texts {
        font-size: 24px;
        line-height: 30px;
    }
    .enqu-text-sec {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .enq-btn-sec {
        width: 100%;
        justify-content: center;
    }
    .enquiry-box {
        padding: 25px;
    }
    .enquiry-box-last {
        padding: 25px;
    }
    .quote-text {
        color: #fff;
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width:650px) {
    .size-width {
        width: 400px !important;
        height: 400px !important;
    }
}

@media (max-width:575px) {
    .enq-texts {
        font-size: 20px;
        line-height: 30px;
    }
    .enq-bold {
        font-size: 20px;
    }
    .certificate-content {
        padding-top: 45px;
    }
    .quote-text {
        text-align: left;
    }
    .certificate-content .title {
        font-size: 25px;
        color: #000000;
        text-align: left;
    }
    .certificate-content .content {
        color: #000000;
        max-width: 590px;
        margin: auto;
        text-align: left;
        padding: 9px 0px 30px;
        font-size: 16px;
        font-family: 'Gilroy-Regular', sans-serif;
    }
    .banner-title {
        color: #fff;
        font-size: 35px;
        line-height: 40px;
    }
    .banner-title span {
        font-size: 35px;
        font-weight: 600;
    }
    .banner-title .country-name {
        font-size: 40px;
    }
}

@media (max-width:450px) {
    .size-width {
        width: 350px !important;
        height: 400px !important;
    }
}

@media (max-width:400px) {
    .size-width {
        width: 300px !important;
        height: 400px !important;
    }
}


/*-------------------------------------------------------------------------- banner-section------------------------------------------------------------------------------ */

.banner-contents {
    width: 40%;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin: auto;
}

@media (max-width:1700px) {}

@media (max-width:1300px) {}

@media (max-width:1250px) {}

@media (max-width:1050px) {
    .banner-contents {
        width: 50%;
    }
}

@media (max-width:820px) {}

@media (max-width:650px) {
    .banner-contents {
        font-size: 15px;
    }
}

@media (max-width:575px) {
    .res-view-banner {
        display: flex !important;
    }
    .main-view-banner {
        display: none !important;
    }
    .banner-contents {
        width: 60%;
        margin: unset;
        text-align: left;
        font-size: 20px;
        line-height: 22px;
    }
}

@media (min-width:575px) {
    .res-view-banner {
        display: none !important;
    }
    .main-view-banner {
        display: flex !important;
    }
}

@media (max-width:500px) {
    .banner-contents {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width:450px) {}

@media (max-width:400px) {
    .banner-contents {
        font-size: 14px;
        line-height: 22px;
    }
}


/*-------------------------------------------------------- banner-slider-section------------------------------------------------------------------ */

.work-content-sec-banner {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg_col3sm-banner {
    grid-auto-flow: row;
    gap: 90px 2px;
    grid-template-columns: repeat(12, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(12, 1fr);
        .spanItem {
            grid-column: span 10;
        }
    }
}

.arrow-div-content {
    background: rgb(24, 82, 232);
    background: linear-gradient(0deg, rgba(24, 82, 232, 1) 0%, rgba(24, 82, 232, 0) 100%);
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px;
    cursor: pointer;
    text-decoration: none;
    transition: all ease-in-out .5s;
}

.ico-arrow {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.ico-arrow-head {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    font-family: 'gilroy-bold', sans-serif;
    letter-spacing: 0.3px;
}

.ico-arrow-content {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Gilroy-Regular', sans-serif;
}

.ico-white {
    color: #004de600 !important;
}

.ico-white:hover {
    color: #ffffff !important;
}

.arrow-div-content {
    background: rgb(127, 130, 135);
    background: linear-gradient(0deg, rgb(0 0 0 / 51%) 0%, rgba(127, 130, 135, 0) 100%);
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px 5px 30px 5px;
    cursor: pointer;
    text-decoration: none;
    transition: all ease-in-out .5s;
}

.arrow-div-content:hover {
    background: rgb(24, 82, 232);
    background: linear-gradient(0deg, rgba(24, 82, 232, 1) 0%, rgba(24, 82, 232, 0) 100%);
    transition: all ease-in-out .5s;
}


/* .arrow-div-content:hover.ico-white {
    color: #ffcc00 !important;
} */

.arrow-div-content:hover .fa-arrow-up-long {
    color: #ffffff;
    /* Replace with your preferred color */
}

.neg-mar-top {
    margin-top: -169px;
}

.arrow-div-content {
    position: relative;
    display: inline-block;
    text-align: center;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px 20px 50px 0px;
}

.popup-contents {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px 20px 0px 50px;
}

.popup-content {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 90%;
    transform: translateX(-25%);
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    z-index: 30;
    white-space: nowrap;
    flex-direction: column;
    -webkit-box-shadow: 6px -5px 0px 0px rgba(24, 79, 219, 0.69);
    -moz-box-shadow: 6px -5px 0px 0px rgba(24, 79, 219, 0.69);
    box-shadow: 6px -5px 0px 0px rgba(24, 79, 219, 0.69);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-contents {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 10%;
    transform: translateX(-25%);
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    z-index: 30;
    white-space: nowrap;
    flex-direction: column;
    -webkit-box-shadow: 6px -5px 0px 0px rgba(24, 79, 219, 0.69);
    -moz-box-shadow: 6px -5px 0px 0px rgba(24, 79, 219, 0.69);
    box-shadow: 6px -5px 0px 0px rgba(24, 79, 219, 0.69);
}

.pop-div-sec {
    position: relative;
}

.image-pop {
    display: flex;
    padding-bottom: 15px;
}

.pop-content-head {
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 10px;
}

.pop-content-para {
    display: flex;
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #363636;
    justify-content: left;
    text-align: left;
    padding-bottom: 20px;
}

.arrow-box {
    display: flex;
}

.arrow-div-content:hover .popup-content {
    display: block;
}

.arrow-div-content:hover .popup-contents {
    display: block;
}

@media (max-width:1900px) {
    .neg-mar-top {
        margin-top: -168px;
    }
}

@media (max-width:1850px) {
    .ico-arrow-head {
        font-size: 18px;
        font-weight: 700;
    }
    .ico-arrow-content {
        font-size: 15px;
        font-weight: 400;
    }
    .neg-mar-top {
        margin-top: -169px;
    }
}

@media (max-width:1780px) {
    .neg-mar-top {
        margin-top: -192px;
    }
}

@media (max-width:1738px) {
    .neg-mar-top {
        margin-top: -192px;
    }
}

@media (max-width:1642px) {
    .neg-mar-top {
        margin-top: -192px;
    }
}

@media (max-width:1460px) {
    .neg-mar-top {
        margin-top: -192px;
    }
}

@media (max-width:1424px) {
    .neg-mar-top {
        margin-top: -188px;
    }
    .ico-arrow-head {
        font-size: 17px;
        font-weight: 500;
        line-height: 19px;
    }
}

@media (max-width:1366px) {
    .neg-mar-top {
        margin-top: -168px;
    }
    .ico-arrow-head {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
}

@media (max-width:1300px) {
    .arrow-div-content {
        padding: 10px 10px 15px 10px;
    }
    .neg-mar-top {
        margin-top: -153px;
    }
    .ico-arrow-head {
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
    }
}

@media (max-width:1250px) {
    .arrow-div-content {
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width:1200px) {
    .neg-mar-top {
        margin-top: 0px;
    }
    .ico-arrow-content {
        font-family: 'gilroy-bold', sans-serif;
    }
}

.slider-section-in-res {
    width: 100%;
    position: relative;
    overflow: hidden;
}


/*------------------------------------------------------- slider-box---------------------------------------------------- */

@media (max-width:1250px) {
    .slider-section-in-res {
        display: block;
    }
    .neg-mar-top {
        display: none !important;
    }
}

@media (min-width:1250px) {
    .slider-section-in-res {
        display: none;
    }
    .neg-mar-top {
        display: block;
    }
}

.btn-hover-normal {
    position: fixed;
    right: 0px;
    bottom: 36%;
    z-index: 200;
    background-color: #FFE11B;
    color: #000000;
    text-decoration: none;
    border-radius: 50px 0px 0px 50px;
    padding: 8px 0px 8px 6px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 35px;
    -webkit-transition: max-width 1.5s;
    transition: max-width 1.5s;
    border: 2px solid #FFEF7F;
}

.btn-hover-normal-two {
    position: fixed;
    right: 0px;
    bottom: 30%;
    z-index: 200;
    background-color: #1851e5;
    color: #000000;
    text-decoration: none;
    border-radius: 50px 0px 0px 50px;
    padding: 8px 0px 8px 6px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 35px;
    -webkit-transition: max-width 1.5s;
    transition: max-width 1.5s;
    border: 2px solid #1851e5;
}

@media (max-width:1200px) {
    .btn-hover-normal-two {
        display: flex;
    }
}

@media (min-width:1200px) {
    .btn-hover-normal-two {
        display: none;
    }
}

.img-wid-new {
    width: 25px;
}

.icon-img {
    display: flex;
    align-items: left;
    padding-right: 10px;
}

.text-name {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    padding-right: 15px;
}

.btn-hover-normal:hover {
    max-width: 300px;
}

.new-indicator-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 8px;
    /* Spacing between indicators */
}

.new-indicator {
    width: 12px;
    height: 12px;
    background-color: #000000;
    border: 2px solid #C4C4C4;
    padding: 5px;
    /* Default color for inactive indicators */
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.new-indicator.active {
    background-color: #1853EA;
    /* Color for the active indicator */
    transform: scale(1.2);
    /* Slightly enlarge the active indicator */
}

.pipe-neg {
    margin-bottom: -6px;
    height: 40px;
}

@media (max-width:575px) {
    .pipe-neg {
        margin-bottom: -16px !important;
    }
}


/*----------------------------------------------------------- about-section-starting--------------------------------------------------------------------------------- */

.position-ban {
    bottom: 35%;
    left: 0px;
    right: 0px;
}

.abt-ban-hd {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
}

.abt-ban-sbhd {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
}

.fonts-head {
    font-family: 'Gilroy-Regular', sans-serif;
}

.fonts-cntnt {
    font-family: 'gilroy-semibold', sans-serif;
}


/*-------------------------------------------------------- why-choose-section----------------------------------------------------------- */

.bg-colr-why {
    background-color: #2145A4;
}

.why-hd-clrs {
    color: #BEBEBE;
}

.text-cntnt-clr {
    color: #DCDCDC;
}

.pad-left {
    padding-left: 140px;
    padding-right: 30px;
}

.bg-why-cse {
    background-image: url(../images/about-us/why-choose.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1207px;
}

.bg-why-tech {
    background-image: url(../images/about-us/tech.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.br-rad-abt {
    border-radius: 150px 0px 0px 0px;
}

.br-abt-first {
    border-radius: 0px 0px 0px 150px;
}

.logo-why {
    width: 61px;
}

.gap-why {
    gap: 20px;
}

.gap-col-why {
    gap: 20px;
}

.py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
}

.emp-head {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.empower-bg {
    background-image: url(../images/about-us/empower.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.emp-head-sub {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
    text-align: center;
}

.negetive-mt-emp {
    margin-top: -145px;
}

.bg-md-col {
    background-color: #F2F2F2;
}

.tech-hd-clr {
    color: #D9D9D9;
}

.tech-right-bg {
    background-color: #202C39;
}

.tech-cntnt-clr {
    color: #DCDCDC;
}

.tech-py {
    padding-top: 150px;
    padding-bottom: 150px;
}

.tech-logo {
    right: 180px;
    top: 20px;
    filter: saturate(0.5);
}

.msg-clr {
    color: #8F8F8F;
}

.msg-cnt-clr {
    color: #5E5E5E;
}

.img-width-sin {
    width: 322px;
}

.md-img {
    width: 322px;
}

.mar-auto-about {
    margin: 0 auto;
}

.md-bg-for-rad {
    background-color: #ffffff;
}

.main-name {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.extra-year {
    margin-left: 5px;
}

.main-prof {
    font-family: 'gilroy-light', sans-serif;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.md-name {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    font-family: 'gilroy-semibold', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.md-prof {
    font-family: 'gilroy-light', sans-serif;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.md-border {
    border-radius: 0px 0px 150px 0px;
}

.abt-bg-water {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/about-us/abt-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.negetive-mar-top {
    margin-top: -135px;
}

.gl-pad-btm-200 {
    padding-bottom: 200px;
}

.bg-btm-color {
    background-color: #2145A4;
}

.md-bg-img {
    background-image: url(../images/about-us/md-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.abs-logo-abt {
    position: absolute;
    left: 12% !important;
    top: 12%;
}

.opac-abs {
    opacity: 45%;
}

.leaf-abs-one {
    position: absolute;
    left: 5%;
}

.leaf-abs-two {
    position: absolute;
    left: 5%;
    bottom: 10%;
}

.leaf-abs-three {
    position: absolute;
    right: 5%;
}

.leaf-abs-four {
    position: absolute;
    right: 50%;
    bottom: 5%;
}

.leaf-abs-five {
    position: absolute;
    right: 55%;
    top: 10%;
}

.section-140 {
    padding-left: 140px;
}

.gap-80s {
    gap: 80px;
}

@media (max-width:1800px) {
    .tech-logo {
        right: 70px;
    }
}

@media (max-width:1750px) {
    .abt-ban-sbhd {
        font-size: 24px;
    }
}

@media (max-width:1700px) {
    /* .position-ban {
        left: 35%;
    } */
    .pad-left {
        padding-left: 100px;
    }
    .section-140 {
        padding-left: 100px;
    }
}

@media (max-width:1600px) {
    .position-ban {
        /* left: 30%; */
        bottom: 30%;
    }
    .pad-left {
        padding-left: 60px;
    }
    .tech-logo {
        right: 40px;
    }
    .abt-bg-water {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/about-us/abt-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .abs-logo-abt {
        position: absolute;
        left: 15% !important;
        top: 20%;
    }
    .abs-logo-abt {
        position: absolute;
        left: 22% !important;
        top: 20%;
    }
    .section-140 {
        padding-left: 60px;
    }
}

@media (max-width:1550px) {
    .abt-bg-water {
        background-position: top;
    }
}

@media (max-width:1400px) {
    .abt-ban-hd {
        font-size: 40px;
    }
    .position-ban {
        bottom: 25%;
    }
    .abt-bg-water {
        background-position: right;
    }
}

@media (max-width:1366px) {
    .opac-abs {
        width: 400px;
    }
    .abs-logo-abt {
        position: absolute;
        left: 22% !important;
        top: 28%;
    }
    .tech-py {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width:1300px) {
    /* .position-ban {
        left: 29%;
    } */
}

@media (max-width:1200px) {
    /* .position-ban {
        left: 27%;
    } */
    .opac-abs {
        width: 275px;
    }
}

@media (max-width:1024px) {
    .abt-ban-hd {
        font-size: 30px;
    }
    .abt-ban-sbhd {
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .bg-why-tech {
        height: 400px;
        background-position: center;
    }
    .tech-py {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .tech-logo {
        width: 100px;
    }
    .emp-head-sub {
        font-size: 30px;
    }
    .emp-head {
        font-size: 30px;
        font-weight: 700;
        color: #8F8F8F;
        text-align: center;
        line-height: 35px;
    }
    .pad-left {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main-banner-view {
        display: none;
    }
    .res-banner-view {
        display: flex;
    }
    .position-ban {
        bottom: 40%;
    }
    .position-ban {
        left: 60px;
    }
    .main-name {
        justify-content: left;
    }
    .main-prof {
        justify-content: left;
    }
    .mar-auto-about {
        margin: 0;
    }
    .abs-logo-abt {
        position: absolute;
        left: 35% !important;
        top: 28%;
    }
    .br-abt-first {
        border-radius: 0px 0px 0px 0px;
    }
    .br-rad-abt {
        border-radius: 0px 0px 0px 0px;
    }
    .br-abt-first {
        border-radius: 0px 0px 0px 0px;
    }
    .md-border {
        border-radius: 0px 0px 0px 0px;
    }
    .bg-why-cse {
        background-image: url(../images/about-us/why-choose.webp);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    .opac-abs {
        width: 150px;
    }
    .gap-80s {
        gap: 20px;
    }
    .tech-py {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width:767px) {
    .bg-why-tech {
        height: 500px;
        background-position: center;
    }
    .position-ban {
        bottom: 30%;
    }
    .emp-head {
        text-align: left;
    }
    .emp-head-sub {
        text-align: left;
    }
    .opac-abs {
        width: 180px;
    }
}

@media (max-width:575px) {
    .img-width-sin {
        width: 300px;
        margin: auto;
    }
    .md-img {
        width: 280px;
    }
    .pad-left {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tech-py {
        padding-top: 20px;
    }
    .tech-logo {
        width: 65px;
    }
    .main-banner-view {
        display: none;
    }
    .res-banner-view {
        display: flex;
    }
    .position-ban {
        bottom: 32%;
        left: 20px;
    }
    .abt-ban-sbhd {
        font-size: 18px;
        line-height: 20px;
    }
    .gap-why {
        gap: 5px;
    }
    .abs-logo-abt {
        position: absolute;
        left: 10% !important;
        top: 28%;
    }
    .br-abt-first {
        border-radius: 0px 0px 0px 0px;
    }
    .br-rad-abt {
        border-radius: 0px 0px 0px 0px;
    }
    .main-name {
        justify-content: center;
    }
    .main-prof {
        justify-content: center;
    }
    .leaf-abs-one {
        position: absolute;
        left: 5%;
    }
    .leaf-abs-two {
        position: absolute;
        left: 5%;
        bottom: 30%;
    }
    .leaf-abs-three {
        position: absolute;
        right: 5%;
        top: 30%;
    }
    .leaf-abs-four {
        position: absolute;
        right: 50%;
        bottom: 5%;
    }
    .leaf-abs-five {
        position: absolute;
        right: 55%;
        top: 400%;
    }
    .abt-bg-water {
        background-position: center;
    }
    .section-140 {
        padding-left: 20px;
    }
    .bg-why-tech {
        height: 625px;
        background-position: center;
    }
}

@media (min-width:991px) {
    .main-banner-view {
        display: flex;
    }
    .res-banner-view {
        display: none;
    }
}

@media (max-width:450px) {
    .position-ban {
        bottom: 22%;
        left: 20px;
    }
    .img-width-sin {
        width: 250px;
        margin: auto;
    }
}


/* ----------------------------------------------------------products-area------------------------------------------------------ */

.prd-hd-clr {
    color: #011562;
}

.bg-product-grey {
    background-color: #F6F6F6;
}

.for-qhse-img {
    border-radius: 0px 20px 0px 0px;
    overflow: hidden;
}


/*---------------------------------------------------------- qhse------------------------------------------------------------ */

.bg-qgse-clr {
    background-color: #2145A4;
}

.mar-neg-br {
    margin-top: -150px;
    border-radius: 150px 0px 150px 0px;
}

.custom-accordion .accordion-item {
    border-color: #2145A4 !important;
    /* Set your desired border color */
    box-shadow: #ffffff !important;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(255, 255, 255) !important;
    font-family: 'Gilroy-Regular', sans-serif !important;
    color: #515151 !important;
}

.gap-clr {
    background-color: #2145A4 !important;
}

.custm-btn-acor {
    background-color: #2145A4 !important;
    border: 2px solid #4F7AEB !important;
    border-radius: 40px !important;
    margin-bottom: 10px !important;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(255, 255, 255) !important;
    font-family: 'Gilroy-Regular', sans-serif !important;
    color: #ffffff !important;
    font-size: 36px !important;
    font-weight: 700 !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #2145A4 !important;
    color: #ffffff !important;
    border: #ffffff !important;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(255, 255, 255) !important;
    font-size: 36px !important;
    font-family: 'Gilroy-Regular', sans-serif !important;
    border: 1px solid #4F7AEB !important;
    box-shadow: none !important;
    font-weight: 700;
}

.accor-inner {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accor-line {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.line-text-drop {
    font-size: 20px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    color: #ffffff;
}

.pad-acors {
    padding: 50px 30px !important;
    background-color: #2145A4;
}

.work-content-why-choose {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.qhse-count {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/qhse/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.qhse-neg-top-z {
    margin-top: -140px;
    z-index: -1;
}

.col5_col4lg_col3sm-why-choose {
    grid-auto-flow: row;
    gap: 60px 40px;
    grid-template-columns: repeat(2, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1400px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 50px;
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 30px;
    }
    @media (max-width: 950px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px 30px;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px 30px;
    }
}

.gaps-25s {
    gap: 25px;
}

.big-bord {
    border: 1px solid #707070;
    border-radius: 20px;
}

.make-best-font {
    font-size: 40px;
}

.make-best-content-font {
    font-size: 20px;
}

@media (max-width:1750px) {
    .make-best-content-font {
        font-size: 22px;
    }
    .line-text-drop {
        font-size: 20px;
        font-family: 'Gilroy-Regular', sans-serif;
        font-weight: 400;
        color: #ffffff;
    }
    .custm-btn-acor {
        font-size: 33px !important;
        font-weight: 700 !important;
    }
    .make-best-font {
        font-size: 30px;
    }
}

@media (max-width:1400px) {
    .line-text-drop {
        font-size: 18px;
        font-family: 'Gilroy-Regular', sans-serif;
        font-weight: 400;
        color: #ffffff;
    }
}

@media (max-width:1600px) {
    .mar-neg-br {
        border-radius: 100px 0px 100px 0px;
    }
    .custom-accordion .accordion-button:not(.collapsed) {
        font-size: 28px !important;
    }
    .custm-btn-acor {
        font-size: 24px !important;
    }
    .make-best-font {
        font-size: 30px;
    }
    .make-best-content-font {
        font-size: 20px;
    }
}

@media (max-width:1400px) {
    .make-best-content-font {
        font-size: 18px;
    }
}

@media (max-width:1300px) {
    .custom-accordion .accordion-button:not(.collapsed) {
        font-size: 20px !important;
    }
    .custm-btn-acor {
        font-size: 20px !important;
    }
}

@media (max-width:1200px) {
    .mar-neg-br {
        border-radius: 50px 0px 50px 0px;
    }
    .make-best-font {
        font-size: 26px;
    }
    .make-best-content-font {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .gaps-25s {
        gap: 10px;
    }
    .make-best-content-font {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .line-text-drop {
        font-size: 14px;
        font-family: 'Gilroy-Regular', sans-serif;
        font-weight: 400;
        color: #ffffff;
    }
    .pad-acors {
        padding: 20px 10px !important;
    }
}

@media (max-width:650px) {
    .mar-neg-br {
        margin-top: -200px;
    }
    .custom-accordion .accordion-button:not(.collapsed) {
        font-size: 16px !important;
    }
    .custm-btn-acor {
        font-size: 16px !important;
    }
}

@media (max-width:575px) {
    .mar-neg-br {
        border-radius: 0px 0px 0px 0px;
    }
    .mar-neg-br {
        margin-top: -210px;
    }
}

.bg-vis-mis {
    background-color: #2145A4;
}

.eye-wid {
    width: 116px;
}

.visions-font {
    font-family: 'gilroy-bold';
}


/*---------------------------------------------------------- Our production section-------------------------------------------  */

.product-sec-grid {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.upvc-bg {
    background-color: #2145A4
}

.cassing-bg {
    background-color: #ffffff;
}

.bg-wht-head {
    color: #2145A4;
}

.bg-wht-content {
    color: #000000;
}

.brdr-img {
    border-radius: 0px 20px 0px 0px;
    object-fit: cover;
}

.padding-pro {
    padding: 25px 40px 60px 20px;
}


/* .product-truncate-list {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
} */

.product-truncate-list {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.main-pro-sec {}

.bg-pr-bg {
    background-color: #ffffff;
    border-radius: 0px 40px 40px 0px;
}


/* counter-section */

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    width: 100%;
}

#counter .items {
    background: #2145A4;
    width: 100%;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 0px 20px 0px 0px;
    border: 1px solid #4A639C;
}

#counter .items .count {
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    font-family: 'Gilroy-Regular', sans-serif;
}

.counter-sec-grid {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.counter-col-sec {
    display: flex;
    flex-direction: column;
}

.cont-texts {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.col5_col4lg_col3sm-counter {
    grid-auto-flow: row;
    gap: 50px 30px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 1024px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 30px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 30px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }
    @media (max-width: 470px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 10px;
    }
}

@media (max-width:1900px) {
    .cont-texts {
        font-size: 24px;
        font-weight: 700;
    }
}

@media (max-width:1500px) {
    .cont-texts {
        font-size: 20px;
        font-weight: 700;
    }
    #counter .items .count {
        color: #ffffff;
        font-size: 60px;
        font-weight: 700;
        font-family: 'Gilroy-Regular', sans-serif;
    }
}

@media (max-width:1350px) {
    .cont-texts {
        font-size: 18px;
        font-weight: 700;
    }
    #counter .items .count {
        color: #ffffff;
        font-size: 55px;
        font-weight: 700;
        font-family: 'Gilroy-Regular', sans-serif;
    }
}

@media (max-width:1250px) {
    .cont-texts {
        font-size: 18px;
        font-weight: 700;
    }
    #counter .items .count {
        color: #ffffff;
        font-size: 45px;
        font-weight: 700;
        font-family: 'Gilroy-Regular', sans-serif;
    }
    #counter .items {
        background: #2145A4;
        padding: 35px 10px;
    }
    .padding-pro {
        padding: 25px 15px 15px 20px;
    }
}

@media (max-width:1024px) {
    #counter {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 0px;
        width: 100%;
    }
}

@media (max-width:767px) {
    .bg-pr-bg {
        background-color: #ffffff;
        border-radius: 0px 20px 20px 0px;
    }
}

@media (max-width:470px) {
    #counter .items {
        background: #2145A4;
        padding: 20px 2px;
    }
}

.link-td {
    text-decoration: none !important;
}

.exp-product {
    color: #D12A24;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.white-more {
    color: #ffffff !important;
}


/*------------------------------------------------------------------------ services---------------------------------------------------------------------------- */

.services-bg-patetrn {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #2145A4;
}

.bg-banner-every {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/services/service-banner.webp);
    background-repeat: no-repeat;
    height: 500px;
}

.bg-banner-every-service {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/services/service-ban.webp);
    background-repeat: no-repeat;
    height: 500px;
}

.bg-banner-upvc {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/upvc/upvc-banner.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-cpvc {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/cpvc/banner-cpvc.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-swr {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/swr/banner.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-electric {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/electric-conduit/banner-elec.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-mdpe {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/mdpe/banner-mdpe.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-raingutter {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/rain-water-gutetr/rain-gutter-banner-image.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-undergrnd {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/underground/underground-banner.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-colum {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/column-pipe/column-pipe-banner.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-pvc-o {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/pvc-o-pipe/pvc-o-pipe-banner.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-astm {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/astm/banner-astm.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-casing {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/casing-pipe/casing-pipe-banner.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-hdpe {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/hdpe/banner-hdpe.webp);
    background-repeat: no-repeat;
    height: 700px;
}

.bg-banner-every-contact {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/contact-us/contact-banner.webp);
    background-repeat: no-repeat;
    height: 500px;
}

.bg-banner-every-career {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/contact-us/career.webp);
    background-repeat: no-repeat;
    height: 500px;
}

.bg-banner-qhse {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/qhse/qhse-banner.webp);
    background-repeat: no-repeat;
}

.bg-banner-every-product {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product/product-banner.png);
    background-repeat: no-repeat;
    height: 500px;
}

.bann-head-common {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
}

.bann-content-common {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.bann-head-qhse {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.img-art {
    object-fit: cover;
    border-radius: 0px 30px 0px 30px;
}

.service-hd-grid {
    font-family: 'Gilroy-Regular', sans-serif;
    color: #011562;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}

.service-content-grid {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #000000;
}

.bg-grid-ser {
    background-color: #ffffff;
}

.first-com-br {
    border-radius: 0px 30px 0px 0px;
}

.qhse-width-ban-con {
    width: 75%;
    text-align: center;
}

@media (max-width:1500px) {
    .service-hd-grid {
        font-size: 30px;
        line-height: 35px;
    }
    .service-content-grid {
        font-size: 20px;
    }
    .bg-banner-every-product {
        background-position: right;
    }
    .bg-banner-every-service {
        background-position: right;
    }
    .bg-banner-every-career {
        background-position: right;
    }
}

@media (max-width:1400px) {
    .bg-banner-pvc-o {
        height: 450px;
    }
    .bg-banner-electric {
        height: 450px;
    }
    .bg-banner-upvc {
        height: 450px;
    }
    .bg-banner-cpvc {
        height: 450px;
    }
    .bg-banner-swr {
        height: 450px;
    }
    .bg-banner-mdpe {
        height: 450px;
    }
    .bg-banner-undergrnd {
        height: 450px;
    }
    .bg-banner-raingutter {
        height: 450px;
    }
    .bg-banner-colum {
        height: 450px;
    }
    .bg-banner-astm {
        height: 450px;
    }
    .bg-banner-hdpe {
        height: 450px;
    }
    .bg-banner-casing {
        height: 450px;
    }
    .service-content-grid {
        font-size: 16px;
    }
}

@media (max-width:1400px) {
    .bann-content-common {
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .bann-head-common {
        font-size: 35px;
    }
    .bann-content-common {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .first-com-br {
        border-radius: 0px 0px 0px 0px;
    }
}

@media (max-width:575px) {
    .bg-banner-every-product {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product/pro-ban-res.png);
        background-repeat: no-repeat;
    }
    .bg-banner-every-product {
        height: 350px;
    }
    .bann-content-common {
        font-size: 16px;
    }
    .bann-head-common {
        font-size: 24px;
        padding-left: 20px;
    }
    .bg-banner-qhse {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/qhse/qhse-res.webp);
        background-repeat: no-repeat;
    }
    .qhse-width-ban-con {
        width: 90%;
        text-align: left;
    }
    .bann-head-qhse {
        font-family: 'Gilroy-Regular', sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 1px;
    }
    .qhse-count-head {
        font-family: 'Gilroy-Regular', sans-serif;
        font-size: 24px;
    }
    .qhse-count-content {
        font-family: 'Gilroy-Regular', sans-serif;
        font-size: 24px;
    }
    .img-art {
        object-fit: cover;
        border-radius: 0px 0px 0px 0px;
    }
    .service-hd-grid {
        font-size: 25px;
        line-height: 32px;
    }
    .xs-br-rad {
        border-radius: 30px 30px 0px 0px;
    }
    .bg-grid-ser {
        background-color: #ffffff00;
    }
    .res-bg-wt {
        background-color: #ffffff;
    }
    .bg-banner-every {
        height: 350px;
    }
    .bg-banner-every-service {
        background-position: top;
    }
    .bg-banner-every-service {
        height: 350px;
    }
    .bg-banner-every-contact {
        background-position: bottom;
    }
    .bann-head-common {
        text-align: left;
    }
}


/* .bg-area-imge-product {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(../images/services/pattern.png);
    background-repeat: repeat;
} */

.product-btn {
    display: flex;
    flex-direction: row;
}

.product-btn {
    gap: 10px;
    cursor: pointer;
}

.exp-btn-abt {
    display: flex;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.exp-btn {
    display: flex;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.cas-exp-btn {
    display: flex;
    position: relative;
    font-size: 18px !important;
    font-weight: 700;
    color: #D12A24;
}

.product-pads {
    padding-left: 50px;
    padding-right: 140px;
}

.cassing-pads {
    padding-left: 140px;
    padding-right: 50px;
}

.cas-br {
    border-radius: 0px 150px 0px 0px;
}

.br-hdpe {
    border-radius: 150px 0px 0px 0px;
}

.bg-blue {
    background-color: #2145A4;
}

.hd-fnt-size {
    font-size: 36px;
    line-height: 40px;
}

@media (max-width:1850px) {
    .hd-fnt-size {
        font-size: 32px;
        line-height: 37px;
    }
}

@media (max-width:1700px) {
    .hd-fnt-size {
        font-size: 28px;
        line-height: 33px;
    }
}

@media (max-width:1550px) {
    .hd-fnt-size {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width:1366px) {
    .cas-br {
        border-radius: 0px 80px 0px 0px;
    }
    .br-hdpe {
        border-radius: 80px 0px 0px 0px;
    }
    .product-pads {
        padding-left: 30px;
        padding-right: 60px;
    }
    .cassing-pads {
        padding-left: 60px;
        padding-right: 30px;
    }
    .product-truncate-list {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

@media (max-width:1200px) {
    .obj-fit {
        object-fit: cover;
    }
    .hd-fnt-size {
        font-size: 24px;
        line-height: 29px;
    }
}

@media (max-width:991px) {
    .cas-br {
        border-radius: 0px 50px 0px 0px;
    }
    .br-hdpe {
        border-radius: 50px 0px 0px 0px;
    }
    .obj-fit {
        object-fit: cover;
        object-position: right;
    }
    .hd-fnt-size {
        font-size: 21px;
        line-height: 26px;
    }
}

@media (max-width:767px) {
    .cassing-pads {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:575px) {
    .cassing-pads {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cas-br {
        border-radius: 50px 50px 0px 0px;
    }
    .br-hdpe {
        border-radius: 50px 50px 0px 0px;
    }
    .br-firs {
        border-radius: 0px 0px 0px 0px;
    }
    .bg-res-blue {
        background-color: #2145A4;
    }
    .product-pads {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bg-banner-upvc {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/upvc/upvc-banner-res.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-cpvc {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/cpvc/banner-res.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-swr {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/swr/banner-res.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-electric {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/electric-conduit/banner-res.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-mdpe {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/mdpe/mdpe-res.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-raingutter {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/rain-water-gutetr/rain-gutter-res.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-undergrnd {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/rain-water-gutetr/rain-gutter-res.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-colum {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/column-pipe/column-pipe-baner-res.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-pvc-o {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/pvc-o-pipe/pvc-o-pipe-banner-res.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-astm {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/astm/res-banner.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-hdpe {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/hdpe/banner-responsive.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-casing {
        width: 100%;
        position: relative;
        display: flex;
        background-image: url(../images/product-detail/casing-pipe/banner-res.webp);
        background-repeat: no-repeat;
    }
    .bg-banner-pvc-o {
        height: 500px;
    }
    .bg-banner-electric {
        height: 500px;
    }
    .bg-banner-upvc {
        height: 500px;
    }
    .bg-banner-cpvc {
        height: 500px;
    }
    .bg-banner-swr {
        height: 500px;
    }
    .bg-banner-mdpe {
        height: 500px;
    }
    .bg-banner-undergrnd {
        height: 500px;
    }
    .bg-banner-raingutter {
        height: 500px;
    }
    .bg-banner-colum {
        height: 500px;
    }
    .bg-banner-astm {
        height: 500px;
    }
    .bg-banner-hdpe {
        height: 500px;
    }
    .bg-banner-casing {
        height: 500px;
    }
}


/*-------------------------------------------------------- contact-us-------------------------------------------------------------------------------- */

.contact-cntnt-wid {
    width: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.location-img {
    width: 20px;
}

.cor-ofc-hd {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #011562;
}

.adrs-contact {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
}

.con-mar-auto {
    margin: auto;
}

.map-contact {
    height: 600px;
}

.log-opac {
    opacity: 9%;
}

.form-bg-main-text {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(../images/contact-us/bg-contact-form.webp);
}

.form-hd-para {
    width: 100%;
    position: relative;
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    color: #ffffff;
    justify-content: center;
}

.form-hd-content {
    width: 100%;
    position: relative;
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    justify-content: center;
}

.head-mar {
    align-items: center;
}

.pad-top-bot {
    padding-top: 200px;
    padding-bottom: 300px;
}

@media (max-width:1700px) {
    .img-wid-for-abs-logo {
        width: 450px;
    }
}

@media (max-width:1400px) {
    .img-wid-for-abs-logo {
        width: 350px;
    }
    .form-hd-content {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .pad-top-bot {
        padding-top: 100px;
        padding-bottom: 250px;
    }
}

@media (max-width:575px) {
    .adrs-contact {
        font-family: 'Gilroy-Regular', sans-serif;
        font-size: 18px;
    }
    .img-wid-for-abs-logo {
        width: 300px;
    }
    .form-bg-main-text {
        background-position: right;
    }
    .form-hd-para {
        justify-content: left;
    }
    .form-hd-content {
        text-align: left;
        justify-content: left;
    }
    .form-hd-para {
        font-family: 'Gilroy-Regular', sans-serif;
        font-size: 20px;
        line-height: 29px;
    }
    .form-hd-content {
        font-size: 13px;
    }
}


/* ------------------------------------------------------------form------------------------------------------------------------------------------- */

.con-ico-wid {
    width: 50px;
}

.con-ico-wid-mail {
    width: 50px;
}

.con-ico-wid-call {
    width: 50px;
}

.land-wid {
    width: 16px;
}

.mail-wid {
    width: 24px;
}

.icon-set {
    display: flex;
    gap: 30px;
    align-items: center;
}

.contact-page-head {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #185586;
}

.contact-page-head-sub {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.addres-sec {
    display: flex;
    justify-content: space-between;
    gap: 158px;
    padding: 60px 93px 60px 100px;
}

.address-content-contact {
    display: flex;
    flex-direction: column;
}

.bg-forms {
    background-image: url(../images/contact-us/form-bg.png);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
}

.phone-numbers {
    display: flex;
    gap: 15px;
    font-weight: 400;
    font-family: 'Gilroy-Regular', sans-serif;
    color: black;
    font-size: 16px;
}

.get-in-touch-sec {
    padding: 100px 0px 85px 0px;
}

.form-control-contact {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    /* Ensures the main input background is white */
    border: 1px solid #2145a4;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 15px 20px !important;
    margin-bottom: 34px;
    /* Gradient background layered on top of the white background */
    background: linear-gradient(to right, #000000, #000000) bottom / 95% 2px no-repeat, /* Gradient line at the bottom */
    #fff;
    /* White background for the input */
    background-clip: padding-box;
    /* Ensures the white background stays within the input box */
}

.form-width {
    width: 50%;
}

.form-width-50 {
    display: flex;
    gap: 60px;
    margin-top: 45px;
}

.contact-form-submit-btn {
    width: 100%;
    color: white;
    border: 1px solid #ffffff !important;
    background-color: #2145A4;
    border: none;
    padding: 11px 0px;
    border-radius: 10px;
    margin-top: 5px;
    transition: all ease-in-out .5s;
    font-size: 20px;
}

.contact-form-submit-btn:hover {
    background-color: #214bc0;
    color: #ffffff;
    transition: all ease-in-out .4s;
}

.form-width label {
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Gilroy-Regular', sans-serif;
}

.form-text-area {
    height: 238px;
}

.map-sec {
    padding: 50px 100px;
    border-radius: 10px;
}

.contact-page-head-sub a {
    text-decoration: none;
    color: black;
}

.get-tch-font {
    font-family: 'Gilroy-Regular', sans-serif;
    color: #ffffff;
}

.get-tch-cntnt-font {
    font-family: 'Gilroy-Regular', sans-serif;
    color: #ffffff;
}

@media (max-width:1675px) {
    .contact-page-head {
        font-size: 25px;
    }
    .contact-page-head-sub {
        font-size: 14px;
    }
}

@media (max-width:1600px) {
    .contact-page-head {
        font-size: 20px;
    }
    .phone-numbers {
        font-size: 13px;
    }
}

@media (max-width:1500px) {
    .addres-sec {
        padding: 130px 60px 130px 60px;
        gap: 100px;
    }
}

@media (max-width:1400px) {
    .map-sec {
        padding: 50px 60px;
    }
}

@media (max-width:1335px) {
    .phone-numbers {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width:1250px) {
    .addres-sec {
        gap: 45px;
    }
    .con-ico-wid {
        width: 45px;
    }
    .con-ico-wid-mail {
        width: 45px;
    }
    .con-ico-wid-call {
        width: 45px;
    }
}

@media (max-width:1097px) {
    .addres-sec {
        padding: 130px 20px 130px 20px;
    }
    .contact-page-head {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .addres-sec {
        padding: 50px 20px 50px 20px;
    }
    .icon-set {
        gap: 15px;
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width:768px) {
    .contact-page-head {
        font-size: 25px;
    }
    .icon-set {
        flex-direction: row;
    }
    .addres-sec {
        flex-direction: column;
    }
}

@media (max-width:675px) {
    .form-width-50 {
        flex-direction: column;
    }
    .form-width {
        width: 100%;
    }
    .map-sec {
        padding: 50px 20px;
    }
    .form-width-50 {
        gap: 30px;
    }
}

@media (max-width:575px) {
    .contact-page-head {
        font-size: 25px;
    }
    .icon-set {
        flex-direction: row;
    }
    .addres-sec {
        flex-direction: column;
    }
    .form-control-contact {
        margin-bottom: 20px;
    }
    .form-width label {
        font-size: 16px;
        color: #ffffff;
    }
    .get-in-touch-sec {
        padding: 55px 0px 85px 0px;
    }
    .contact-cntnt-wid {
        width: 100%;
        display: flex;
        justify-content: left;
        text-align: left;
    }
    .bg-banner-every-contact {
        height: 350px;
    }
    .bg-banner-every-career {
        height: 350px;
    }
    .bg-banner-every-career {
        background-position: bottom;
    }
}

.con-img-width {
    width: 20px;
}

.contact-form-radius {
    border-radius: 150px 0px 0px 0px;
    margin-top: -145px;
}


/*------------------------------ product-details----------------------------- */

.slide-btn-area {
    background-color: #2145A4;
}

.extra-top-rad {
    margin-top: -100px;
    border-radius: 90px 0px 90px 0px;
}

.sli-img-detail {
    width: 600px;
}

.pr-detail-main-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.pr-detail-cntnt-area {
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.detail-main-content {
    width: 80%;
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 50px;
}

.butn-for-all-need {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.dwnld-brchre {
    width: fit-content;
    padding: 10px 25px;
    border: 1px solid #ffffff;
    border-radius: 40px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

.dwnld-brchre:hover {
    color: #2145a4;
    background-color: #ffffff;
}

.dwnld-brchre-two {
    width: fit-content;
    padding: 10px 25px;
    border: 1px solid #000000;
    border-radius: 40px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

.dwnld-brchre-two:hover {
    color: #ffffff;
    background-color: #000000;
}

@media (max-width:767px) {
    .contact-form-radius {
        border-radius: 50px 0px 0px 0px;
    }
    .form-hd-para {
        font-family: 'Gilroy-Regular', sans-serif;
        font-size: 26px;
        line-height: 32px;
    }
}


/*------------------------------------ application-area-------------------------------- */

.application-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    background-image: url(../images/product-detail/upvc/application-image.png);
    height: 670px;
    background-repeat: no-repeat;
    background-size: cover;
}

.application-inner-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.applic-text-area {
    width: 40%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.appli-big-head {
    position: relative;
    display: flex;
}

.big-app-hd {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 100px;
    font-weight: 700;
    opacity: 0.14;
    color: #000000;
    letter-spacing: 3px;
}

.small-app-hd {
    position: absolute;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    top: 55px;
}

.big-hd-contnt-app {
    width: 80%;
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #000000;
}

.appli-vid-area {
    width: 55%;
    position: relative;
    display: flex;
    cursor: pointer;
}

.vid-area-astm {
    background-image: url(../images/product-detail/astm/application.png);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.vid-area-img {
    background-image: url(../images/product-detail/upvc/app-pippe.png);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.vid-area-electric {
    background-image: url(../images/product-detail/electric-conduit/application-elec.png);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.vid-area-img-mdpe {
    background-image: url(../images/product-detail/mdpe/application-mdpe.png);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.vid-area-img-cpvc {
    background-image: url(../images/product-detail/cpvc/application-cpvc.png);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.vid-area-img-swr {
    background-image: url(../images/product-detail/swr/application.png);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.vid-area-img-rain-gutter {
    background-image: url(../images/product-detail/rain-water-gutetr/application-gutter.png);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.vid-area-img-under-grnd {
    background-image: url(../images/product-detail/underground/application-under.png);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.vid-area-column {
    background-image: url(../images/product-detail/column-pipe/application-col.png);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.vid-area-pvc-o {
    background-image: url(../images/product-detail/pvc-o-pipe/application-pvc-o.png);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.vid-area-img-hdpe {
    background-image: url(../images/product-detail/hdpe/applications.webp);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.vid-area-img-casing {
    background-image: url(../images/product-detail/casing-pipe/applications.webp);
    width: 100%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 50px;
}

.appli-play-btn {
    position: relative;
    margin: auto;
}

.appli-play-btn {
    width: 68px;
}

.pad-220 {
    padding-top: 220px;
    padding-bottom: 220px;
}


/*----------------------------- Application-first-sec-------------------- */

.appli-first-sec {
    width: 100%;
    position: relative;
    display: flex;
    background: rgb(34, 70, 164);
    background: linear-gradient(90deg, rgba(34, 70, 164, 1) 0%, rgba(148, 165, 211, 1) 49%, rgba(255, 255, 255, 1) 100%);
}

.appli-third-sec {
    width: 100%;
    position: relative;
    display: flex;
    background-color: #2145A4;
}

.appli-second-sec {
    width: 100%;
    position: relative;
    display: flex;
}

.appli-detail-one {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.pad-left-com {
    padding-left: 140px;
}

.padding-top-btm {
    padding-top: 80px;
    padding-bottom: 10px;
}

.product-item-one {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-item-two {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    padding-left: 140px;
}

.product-item-img {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.bg-wht-new {
    background-color: #ffffff;
}

.first-brd-sec {
    border-radius: 90px 0px 0px 0px;
}

.second-brd-sec {
    border-radius: 0px 90px 0px 0px;
    background-color: #ffffff !important;
}

.prd-det-hd {
    width: 100%;
    position: relative;
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 20px;
}

.prd-det-cntnts {
    width: 70%;
    position: relative;
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 60px;
}

.prd-det-hd-two {
    width: 100%;
    position: relative;
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
}

.prd-det-cntnts-two {
    width: 70%;
    position: relative;
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 60px;
}

.prd-det-cntnts-three {
    width: 90%;
    position: relative;
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 60px;
}

.product-item-img {
    width: 50%;
    position: relative;
    display: flex;
}

.pipe-img-detail {
    width: 805px;
}

.bg-clr-third {
    background-color: #2145A4;
}

.mar-neg-for-slide {
    margin-top: -60px;
}

.custm-btns-sli-one {
    margin-left: -17%;
}

.custm-btns-sli-two {
    margin-right: -17%;
}

@media (max-width:1750px) {
    .big-app-hd {
        font-family: 'Gilroy-Regular', sans-serif;
        font-size: 80px;
        font-weight: 700;
        letter-spacing: 3px;
    }
    .small-app-hd {
        top: 40px;
    }
}

@media (max-width:1400px) {
    .prd-det-hd {
        padding-top: 30px;
    }
    .for-1400 {
        padding-bottom: 50px;
    }
    .for-1400-top {
        padding-top: 60px;
    }
}

@media (max-width:1750px) {
    .prd-det-hd {
        font-size: 32px;
    }
    .prd-det-hd-two {
        font-size: 32px;
    }
}

@media (max-width:1700px) {
    .pipe-img-detail {
        width: 700px;
    }
    .sli-img-detail {
        width: 500px;
    }
    .pad-left-com {
        padding-left: 100px;
    }
    .enq-red {
        padding: 15px 30px;
        font-size: 16px;
    }
    .enq-green {
        padding: 15px 30px;
        font-size: 16px;
    }
}

@media (max-width:1600px) {
    .pad-left-com {
        padding-left: 60px;
    }
}

@media (max-width:1500px) {
    .prd-det-cntnts-three {
        padding-bottom: 30px;
    }
    .prd-det-cntnts-two {
        padding-bottom: 30px;
    }
}

@media (max-width:1450px) {
    .pipe-img-detail {
        width: 600px;
    }
    .big-app-hd {
        font-size: 65px;
        letter-spacing: 1px;
    }
    .small-app-hd {
        font-size: 28px;
        top: 34px;
    }
    .big-hd-contnt-app {
        font-size: 18px;
    }
    .padding-top-btm {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .prd-det-cntnts {
        padding-bottom: 25px;
    }
}

@media (max-width:1400px) {
    .sli-img-detail {
        width: 450px;
    }
    .pipe-img-detail {
        width: 500px;
    }
    .pad-220 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .application-area {
        height: 500px;
    }
    .big-hd-contnt-app {
        width: 100%;
    }
    .prd-det-hd {
        font-size: 32px;
    }
    .prd-det-hd-two {
        font-size: 32px;
    }
    .prd-det-cntnts {
        font-size: 16px;
        padding-bottom: 30px;
    }
    .prd-det-cntnts-two {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .prd-det-cntnts-three {
        padding-bottom: 10px;
    }
    .big-app-hd {
        font-size: 40px;
        letter-spacing: 1px;
    }
    .small-app-hd {
        font-size: 28px;
        top: 11px;
    }
    .prd-det-cntnts-two {
        width: 90%;
    }
}

@media (max-width:1350px) {
    .pad-left-com {
        padding-left: 40px;
    }
}

@media (max-width:1300px) {
    .enq-red {
        font-size: 14px;
    }
    .enq-green {
        font-size: 14px;
    }
    .prd-det-hd {
        font-size: 28px;
    }
    .prd-det-hd-two {
        font-size: 28px;
    }
}

@media (max-width:1250px) {
    .sli-img-detail {
        width: 400px;
    }
    .detail-main-content {
        font-size: 16px;
    }
    .dwnld-brchre {
        padding: 10px 15px;
        font-size: 14px;
    }
    .dwnld-brchre-two {
        padding: 10px 15px;
        font-size: 14px;
    }
}

@media (max-width:1200px) {
    .prd-det-cntnts {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .prd-det-cntnts-two {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .pad-left-com {
        padding-left: 60px;
    }
    .prd-det-cntnts-three {
        font-size: 16px;
    }
    .prd-det-cntnts-three {
        font-size: 16px;
    }
    .prd-det-cntnts-two {
        font-size: 16px;
    }
    .prd-det-cntnts {
        font-size: 16px;
    }
    .prd-det-cntnts-three {
        width: 100%;
    }
}

@media (max-width:1150px) {
    .sli-img-detail {
        width: 350px;
    }
    .detail-main-content {
        padding-top: 30px;
    }
    .butn-for-all-need {
        padding-bottom: 30px;
    }
    .pad-220 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .prd-det-hd {
        font-size: 25px;
    }
    .prd-det-hd-two {
        padding-bottom: 10px;
    }
    .product-item-two {
        padding-left: 80px;
    }
    .prd-det-cntnts-three {
        padding-bottom: 15px;
    }
}

@media (max-width:1024px) {
    .pipe-img-detail {
        width: 430px;
    }
    .prd-det-cntnts {
        width: 90%;
    }
    .prd-det-cntnts-two {
        width: 90%;
    }
    .product-item-two {
        padding-left: 70px;
    }
}

@media (max-width:950px) {
    .sli-img-detail {
        width: 300px;
    }
    .butn-for-all-need {
        gap: 10px;
    }
    .application-area {
        height: 400px;
    }
    .prd-det-hd {
        font-size: 30px;
    }
    .prd-det-hd-two {
        font-size: 30px;
    }
    .prd-det-cntnts-two {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .prd-det-hd {
        padding-bottom: 10px;
    }
}

@media (max-width:900px) {
    .pr-detail-main-area {
        flex-direction: column-reverse;
    }
    .pr-detail-cntnt-area {
        width: 100%;
    }
    .detail-main-content {
        width: 100%;
    }
    .prd-sec {
        padding-left: 15%;
    }
    .pr-detail-main-area {
        padding-top: 30px;
    }
    .pipe-img-detail {
        width: 380px;
    }
    .application-inner-area {
        flex-direction: column;
    }
    .application-area {
        height: auto;
    }
    .applic-text-area {
        width: 100%;
        display: flex;
    }
    .appli-vid-area {
        width: 100%;
    }
    .application-inner-area {
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 40px;
    }
}

@media (max-width:850px) {
    .appli-detail-one {
        flex-direction: column-reverse;
    }
    .product-item-one {
        width: 100%;
    }
    .pad-left-for-tab {
        padding-left: 60px;
    }
    .prd-sec {
        padding-left: 23%;
    }
    .product-item-two {
        width: 100%;
    }
    .product-item-img {
        width: 100%;
    }
    .for-res-sec-850 {
        flex-direction: column !important;
    }
    .butn-for-all-need {
        padding-bottom: 50px;
    }
    .product-item-two {
        padding-top: 40px;
    }
    .prd-det-hd {
        padding-top: 40px;
    }
    .pad-left-com {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .pad-in-850 {
        padding-left: 20px !important;
    }
    .first-brd-sec {
        border-radius: 0px 0px 0px 0px;
    }
    .second-brd-sec {
        border-radius: 0px 0px 0px 0px;
        background-color: #ffffff !important;
    }
    .product-item-two {
        padding-left: 20px;
    }
    .prd-det-cntnts {
        font-size: 16px;
    }
    .prd-det-cntnts-three {
        font-size: 16px;
    }
    .prd-det-cntnts-two {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .pad-to-bo {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width:575px) {
    .prd-sec {
        padding-left: 0%;
    }
    .sli-img-detail {
        width: 70%;
    }
    .small-arow {
        display: none !important;
    }
    .pad-left-for-tab {
        padding-left: 20px;
    }
    .pad-left-com {
        padding-left: 0px;
    }
    .product-item-two {
        padding-left: 20px;
    }
    .enqu-text-sec {
        justify-content: left;
    }
    .thous-fif-two {
        justify-content: left;
    }
    .enq-red {
        padding: 15px 15px;
    }
    .enq-green {
        padding: 15px 15px;
    }
    .pipe-img-detail {
        width: 340px;
    }
    .enquiry-box-last {
        padding: 20px;
    }
    .emp-head-sub {
        justify-content: left;
    }
    .butn-for-all-need {
        flex-wrap: wrap;
    }
    .res-pls {
        padding-left: 20px;
    }
    .appli-first-sec {
        background: rgb(33, 69, 164);
        background: linear-gradient(90deg, rgba(33, 69, 164, 1) 0%, rgba(33, 69, 164, 1) 100%);
    }
    .product-item-two {
        padding-top: 0px;
    }
    .prd-det-hd {
        padding-top: 0px;
    }
    .prd-det-hd {
        font-size: 25px;
    }
    .prd-det-hd-two {
        font-size: 25px;
    }
}

.ovr-lay-grad {
    position: relative;
    display: inline-block;
    background-color: #2548a5;
}

.ovr-lay-grad::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(271deg, rgb(255 255 255) 0%, rgb(0 0 0 / 0%) 50%);
    pointer-events: none;
    z-index: 1;
}

.mar-neg-for-slide {
    margin-top: 0px;
}


/* ---------------------------------------------------------------------------------------------------------------- */

.ovr-lay-grad img {
    display: block;
    width: 100%;
    height: auto;
}

.blue-ovrlay {
    position: relative;
    display: inline-block;
}

.blue-ovrlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2145A4 1%, rgb(0 0 0 / 1%) 75%);
    pointer-events: none;
    z-index: 1;
}

.blue-ovrlay img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width:1700px) {
    .pad-ys {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width:1550px) {
    .height-img {
        display: flex;
        object-fit: cover;
        height: 500px !important;
    }
}

@media (max-width:850px) {
    .ovr-lay-grad::before {
        background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(0 0 0 / 0%) 43%);
    }
    .blue-ovrlay::before {
        background: linear-gradient(0deg, #2145A4 10%, rgb(0 0 0 / 0%) 80%);
    }
    .pad-left-com {
        padding-left: 0px;
    }
    .height-img {
        display: flex;
        object-fit: cover;
        height: auto !important;
    }
    .pad-ys {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width:575px) {
    .main-views {
        display: none;
    }
    .res-views {
        display: flex;
    }
}

@media (min-width:575px) {
    .main-views {
        display: flex;
    }
    .res-views {
        display: none;
    }
}

@media (max-width:400px) {
    .enq-red {
        padding: 10px 10px;
    }
    .enq-green {
        padding: 10px 10px;
    }
    .pipe-img-detail {
        width: 315px;
    }
}


/*---------------------------------------------------- wsp-enquiry------------------------------------------------- */

.bg-wsp-clr {
    background-color: #2145A4;
}

.wsp-enq-section {
    width: 100%;
    position: relative;
    display: flex;
    background-image: url(../images/product-detail/upvc/bg-last-sec.png);
    border-radius: 0px 0px 0px 0px;
}

.brd-sec-wsp-enq {
    border-radius: 90px 0px 0px 0px;
}


/*---------------------------------------------------- popup-first--------------------------------------- */

.modalspec {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.863);
}

.modal-open {
    overflow: hidden;
}

.modal-content-spec-pvc-o {
    background-color: #fefefe;
    margin: 7% auto;
    border: 1px solid #888;
    width: 55%;
}

.modal-content-spec-mdpe {
    background-color: #fefefe;
    margin: 7% auto;
    border: 1px solid #888;
    width: 40%;
}

.modal-content-spec {
    background-color: #fefefe;
    margin: 7% auto;
    border: 1px solid #888;
    width: 80%;
}

.modal-content-spec-raingutt {
    background-color: #fefefe;
    margin: 7% auto;
    border: 1px solid #888;
    width: 60%;
}

.scroll-y-table {
    height: 600px;
    overflow: scroll;
}

.height-tab {
    height: 380px !important;
}

.modal-content-advantage {
    background-color: #fefefe;
    margin: 10% auto;
    border: 1px solid #888;
    width: 45%;
}

.close-btn,
.close-btn-spec,
.close-btn-adva,
.close-btn-adva-appli,
.close-btn-adva-application,
.close-btn-medium-well,
.close-btn-plumb-speci,
.close-btn-plumb-feature,
.close-btn-plumb-application,
.close-btn-elestomeric,
.close-btn-elestomeric-feature,
.close-btn-elestomeric-application,
.close-btn-adva-casing {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-color: #ffffff;
    margin-top: -79px;
    width: 40px;
    display: flex;
    justify-content: center;
    height: 40px;
    line-height: 36px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
}

.close-btn:hover,
.close-btn:focus,
.close-btn-medium-well:hover,
.close-btn-medium-well:focus,
.close-btn-adva-casing:hover,
.close-btn-adva-casing:focus,
.close-btn-spec:hover,
.close-btn-spec:focus,
.close-btn-adva:hover,
.close-btn-adva:focus,
.close-btn-adva-appli:hover,
.close-btn-adva-appli:focus,
.close-btn-adva-application:hover,
.close-btn-adva-application:focus,
.close-btn-plumb-speci:hover,
.close-btn-plumb-speci:focus,
.close-btn-plumb-feature:hover,
.close-btn-plumb-feature:focus,
.close-btn-plumb-application:hover,
.close-btn-plumb-application:focus,
.close-btn-elestomeric:hover,
.close-btn-elestomeric:focus,
.close-btn-elestomeric-feature:hover,
.close-btn-elestomeric-feature:focus,
.close-btn-elestomeric-application:hover,
.close-btn-elestomeric-application:focus {
    color: black;
    text-decoration: none;
}


/* ---------------------------------------table-------------------------------------------- */

.ml-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table-heights {
    max-height: 800px;
    overflow-y: scroll;
}

.table-heights-casing {
    height: 350px;
    overflow-y: scroll;
}

.bold-headings {
    font-family: 'gilroy-bold' !important;
    font-size: 16px !important;
}

.ml-table td {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding: 10px 5px;
    border-style: solid;
    overflow: hidden;
    word-break: normal;
}

.ml-table th {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 18px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    padding: 5px 5px;
    border-style: solid;
    overflow: hidden;
    word-break: normal;
    background: rgba(250, 250, 250, 1);
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 26%, rgba(226, 223, 226, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(26%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(226, 223, 226, 1)));
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 26%, rgba(226, 223, 226, 1) 100%);
    background: -o-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 26%, rgba(226, 223, 226, 1) 100%);
    background: -ms-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 26%, rgba(226, 223, 226, 1) 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 26%, rgba(226, 223, 226, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e2dfe2', GradientType=0);
}

.ml-table .tg-baqh {
    text-align: center;
    vertical-align: middle;
    color: #000000;
    background: rgba(250, 250, 250, 1);
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 26%, rgba(226, 223, 226, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(26%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(226, 223, 226, 1)));
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 26%, rgba(226, 223, 226, 1) 100%);
    background: -o-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 26%, rgba(226, 223, 226, 1) 100%);
    background: -ms-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 26%, rgba(226, 223, 226, 1) 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 26%, rgba(226, 223, 226, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e2dfe2', GradientType=0);
}

.ml-table .bg-clr {
    color: #000000;
    line-height: 15px;
    background-color: #ffffff;
}

.sub-bg-clr {
    background-color: #EBF7FE!important;
}

.sub2-bg-clr {
    background-color: #F8F9F9!important;
}

.bg-seprate {
    background-color: #EBF7FE;
}

.bg-clr-dark {
    background-color: #F5FBFE;
}

.ml-table-res {
    overflow-x: scroll;
    width: 100%;
}

@media (max-width: 1850px) {
    .modal-content-advantage {
        width: 75%;
    }
    .modal-content-advantage {
        background-color: #fefefe;
        margin: 6% auto;
    }
}

@media (max-width: 1500px) {
    .ml-table td {
        font-size: 16px;
    }
    .modal-content-spec-pvc-o {
        width: 50%;
    }
    .modal-content-spec {
        width: 90%;
    }
    .modal-content-advantage {
        width: 50%;
    }
    .modal-content-advantage {
        width: 75%;
    }
    .modal-content-spec-raingutt {
        margin: 17% auto;
    }
    .modal-content-spec-mdpe {
        background-color: #fefefe;
        margin: 20% auto;
    }
    .modal-content-advantage {
        background-color: #fefefe;
        margin: 6% auto !important;
        border: 1px solid #888;
        width: 60%;
    }
}

@media (max-width: 1400px) {
    .modal-content-spec {
        margin: 9% auto;
    }
    .modal-content-advantage {
        margin: 8% auto;
    }
}

@media (max-width: 1300px) {
    .ml-table {
        width: 1550px;
    }
    .res-extra {
        min-width: 200px;
    }
    .adv-points {
        font-size: 16px;
    }
    .modal-content-advantage {
        width: 70%;
    }
    .pvc-o-tab {
        width: 100%;
    }
    .raingutt {
        width: 100%;
    }
    .mdpe-ml-tab {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .modal-content-spec-pvc-o {
        background-color: #fefefe;
        margin: 22% auto;
    }
}

@media (max-width: 1024px) {
    .modal-content-spec-mdpe {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .ml-table td {
        font-size: 14px;
    }
    .modal-content-spec {
        margin: 20% auto;
    }
    .modal-content-advantage {
        width: 90%;
    }
    .modal-content-advantage {
        margin: 15% auto;
    }
    .scroll-y-table {
        height: 550px;
        overflow: scroll;
    }
    .modal-content-spec-pvc-o {
        width: 80%;
    }
    .modal-content-spec-raingutt {
        width: 90% !important;
    }
    .scroll-y-table-gutter {
        height: 388px;
        overflow: scroll;
    }
}

@media (max-width: 850px) {
    .wsp-enq-section {
        border-radius: 0px 0px 0px 0px;
    }
}

@media (max-width: 575px) {
    .modal-content-advantage {
        margin: 35% auto;
    }
    .res-extra {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .modal-content-spec {
        margin: 28% auto;
    }
    .modal-content-advantage {
        margin: 19% auto;
    }
    .modal-content-spec-pvc-o {
        width: 95%;
    }
    .modal-content-spec-raingutt {
        margin: 40% auto;
    }
    .modal-content-spec-mdpe {
        width: 90%;
    }
    .modal-content-spec-mdpe {
        margin: 35% auto;
    }
    .ml-table {
        width: 980px;
    }
}

@media (max-width: 450px) {
    .modal-content-spec-pvc-o {
        background-color: #fefefe;
        margin: 30% auto;
    }
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #ffffff;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #2145A4;
    border-radius: 50px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #2145A4;
}

@media (max-width: 767px) {
    .ml-table-res {
        overflow-x: scroll;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ml-table {
        overflow-x: hidden;
    }
}


/*--------------------------------------------- advantage-popup----------------------------------------------- */

.gl-ptb-20 {
    padding: 60px;
}

.adv-bg-pop {
    background-color: #DFF1FB;
}

.pop-adv-hd {
    font-family: 'Gilroy-Regular', sans-serif;
    color: #011562;
}

.advantage-pop-up-grid {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg-advantage-pop-up-grid {
    grid-auto-flow: row;
    gap: 90px 40px;
    grid-template-columns: repeat(2, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(2, 1fr);
        .spanItem {
            grid-column: span 2;
        }
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 30px;
    }
    @media (max-width: 820px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 767px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 30px;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 30px;
    }
}

.wtr-drp-imgss {
    width: 10px;
}

.adv-points {
    font-family: 'gilroy-regular';
    font-size: 20px;
    font-weight: 500;
    color: #373737;
}

.gap-adv-point {
    gap: 25px;
}

.gap-first-40 {
    gap: 40px;
}

.gap-first-20 {
    gap: 20px;
}

@media (max-width: 1600px) {
    .gl-ptb-20 {
        padding: 35px 50px;
    }
}

@media (max-width: 767px) {
    .gap-first-40 {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .adv-points {
        font-size: 15px;
    }
    .modal-content-advantage {
        margin: 27% auto;
    }
}

@media (max-width: 450px) {
    .gl-ptb-20 {
        padding: 25px 25px;
    }
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.video-modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    height: 450px;
    background-color: #000;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    z-index: 1001;
}

.filterGallery {
    max-width: 80rem;
    padding: 4rem 2rem;
    margin: auto;
}

.filterGallery--black {
    background: #333;
    position: relative;
}

.filterGallery--black::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #333;
}

.filterGallery--black::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background: #333;
}

.filterGallery--black .filter__item {
    color: #fff;
}

.filterGallery--black .gallery__item {
    box-shadow: 1px 12px 18px rgba(0, 0, 0, 0.08);
}

.filterGallery--black .gallery__item:hover {
    box-shadow: 1px 12px 18px rgba(255, 255, 255, 0.09);
}

.filter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: 'Gilroy-Regular', sans-serif;
}

.transition {
    opacity: 0;
    transition: 0.4s;
}

.transitioned {
    opacity: 1;
    transition: 0.4s;
}

.head-font-pop {
    font-family: 'gilroy-bold';
}


/*------------------------------------------------- Gallery-section------------------------------------------------------------------ */

.video-modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    height: 450px;
    background-color: #000;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    z-index: 999999;
}

.filterGallery {
    max-width: 80rem;
    padding: 4rem 2rem;
    margin: auto;
}

.filterGallery--black {
    background: #333;
    position: relative;
}

.filterGallery--black::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #333;
}

.filterGallery--black::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background: #333;
}

.filterGallery--black .filter__item {
    color: #fff;
}

.filterGallery--black .gallery__item {
    box-shadow: 1px 12px 18px rgba(0, 0, 0, 0.08);
}

.filterGallery--black .gallery__item:hover {
    box-shadow: 1px 12px 18px rgba(255, 255, 255, 0.09);
}

.filter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: 'Gilroy-Regular', sans-serif;
}

.gallery {
    width: 100%;
    display: grid;
    grid-gap: 2rem;
}

@media (min-width: 600px) {
    .gallery {
        grid-template-columns: repeat(var(--columns600), 1fr);
    }
}

@media (min-width: 992px) {
    .gallery {
        grid-template-columns: repeat(var(--columns992), 1fr);
    }
}

.gallery__item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 12px 18px rgba(0, 0, 0, 0.16);
    transition: 0.9s;
}

@media (min-width: 600px) {
    .gallery__item {
        min-height: 220px;
    }
}

.gallery__item:nth-child(1) {
    background-image: url('../images/gallery/moyalan-gallery-one.jpg');
}

.gallery__item:nth-child(2) {
    background-image: url('../images/gallery/moyalan-gallery-three.jpg');
}

.gallery__item:nth-child(3) {
    background-image: url('../images/gallery/moyalan-gallery-two.jpg');
}

.gallery__item:nth-child(4) {
    background-image: url('../images/gallery/moyalan-gallery-four.jpg');
}

.gallery__item:nth-child(5) {
    background-image: url('../images/gallery/moyalan-dr-five.jpg');
}

.gallery__item:nth-child(6) {
    background-image: url('../images/gallery/moyalan-gallery-six.jpg');
}

.gallery__item:nth-child(7) {
    background-image: url('../images/gallery/moyalan-gallery-seven.jpg');
}

.gallery__item:nth-child(8) {
    background-image: url('../images/gallery/moyalan-gallery-eight.jpg');
}

.gallery__item:nth-child(9) {
    background-image: url('../images/gallery/moyalan-dr-four.jpg');
}

.gallery__item:nth-child(10) {
    background-image: url('../images/gallery/moyalan-dr-three.jpg');
}

.gallery__item:nth-child(11) {
    background-image: url('../images/gallery/moyalan-dr-two.jpg');
}

.gallery__item:nth-child(12) {
    background-image: url('../images/gallery/moyalan-dr-one.jpg');
}

.transition {
    opacity: 0;
    transition: 0.4s;
}

.transitioned {
    opacity: 1;
    transition: 0.4s;
}

.head-font-pop {
    font-family: 'gilroy-bold';
}

.gallery-section {
    padding: 80px 0px 85px;
}

.gallery-row {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.filter-tab {
    width: 0%;
}

.gallery__item:hover {
    cursor: pointer;
}

.gallery {
    width: 100%;
}

.filter-tab .filter__item {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
}

.hide {
    display: none !important;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 24.5vw;
    grid-gap: 2vw;
}

.gallery-modal .modal-image {
    width: 100%;
}

.gallery-modal .modal-body {
    padding: 0px;
}

.gallery-modal .modal-dialog {
    max-width: 40%;
    margin: auto;
}

.gallery-modal .modal-content {
    background-color: transparent;
}

.gallery-modal .btn-close {
    background-color: #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    opacity: 1;
    margin-left: auto;
    margin-bottom: 20px;
}

.btn.gallery__item {
    border: 0px;
}

nav {
    z-index: 999;
}

.filter-tab .filter__item.btn-active {
    background-color: #004EE6;
    border: 1px solid #004EE6;
    color: white;
}

@media (max-width: 1200px) {
    .gallery-section {
        padding: 60px 0px 60px;
    }
}

@media (max-width: 1024px) {
    .gallery-row {
        display: block;
    }
    .gallery-row .filter-tab {
        display: flex;
        column-gap: 15px;
    }
    .filter-tab {
        width: 100%;
    }
    .gallery {
        width: 100%;
    }
    .filter-tab .filter__item {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .gallery-modal .modal-dialog {
        max-width: 70%;
    }
    .gallery {
        grid-auto-rows: 28.5vw;
        grid-gap: 0.5vw;
    }
}

@media (max-width: 767px) {
    .gallery-modal .modal-dialog {
        max-width: 90%;
    }
    .gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 36vw;
        grid-gap: 1.8vw;
    }
}

@media (max-width: 575px) {
    .gallery-section {
        padding: 30px 0px 60px;
    }
    .gallery {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
    }
    button.btn.gallery__item {
        height: 300px;
    }
}

@media (max-width: 420px) {
    .gallery-row .filter-tab {
        flex-wrap: wrap;
    }
}


/*------------------------------------------ side-way-popup------------------------------------- */

.color-four {
    color: #000000 !important;
}

.normal-banner {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 30px;
}

.custom-caption {
    position: absolute;
    top: 54%;
    left: 200px !important;
    transform: translateY(-50%);
    right: unset !important;
    z-index: 2;
    color: #fff;
    /* Change text color as needed */
    text-align: left;
    /* Align text to the left */
}

.custom-caption h2 {
    font-size: 24px;
    /* Adjust font size */
    font-weight: bold;
    margin: 0;
}

@media (max-width:850px) {
    .normal-banner {
        display: none !important;
    }
    .res-banner {
        display: flex;
        width: 100%;
    }
}

@media (min-width:850px) {
    .normal-banner {
        display: flex;
        width: 100%;
    }
    .res-banner {
        display: none;
    }
}


/* .anim {
    animation: fadeIn 2.5s ease-in-out;
    animation-fill-mode: both;
} */


/* @keyframes fadeIn {
    from {
        opacity: 0;
        filter: blur(5px);
   
    }
    to {
        opacity: 1;
        filter: blur(0);
     
    }
} */

.banner-head {
    font-size: 52px;
    font-family: 'gilroy-bold';
    color: #ffffff;
    text-align: left;
    position: relative;
    display: flex;
    padding-bottom: 30px;
}


/* .banner-head-big {
    font-size: 40px;
    line-height: 50px;
    font-family: 'gilroy-bold';
    color: #ffffff;
    text-align: left;
    position: relative;
    display: flex;
} */

.banner-head-big {
    font-size: 50px;
    line-height: 50px;
    font-family: 'gilroy-bold';
    color: #ffffff;
    text-align: left;
    position: relative;
    display: flex;
    opacity: 0;
    /* Initially hidden */
    transform: translateY(-80px);
    /* Move up */
    transition: opacity 0.8s ease-in-out, transform 1s ease-in-out;
}

.carousel-item.active .banner-head-big {
    opacity: 1;
    transform: translateY(0);
    /* Bring to normal position */
}

.carousel-indicators {
    list-style-type: none;
    padding-left: 0;
}

.carousel-indicators {
    display: flex;
    justify-content: right !important;
    padding: 0;
    margin-bottom: 8% !important;
    right: 0px !important;
    margin-right: 50px !important;
}

.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-indicators .active {
    width: 14px !important;
    height: 14px !important;
    background-color: #004fff !important;
}

.rounded-indicator {
    width: 12px !important;
    /* Adjust width */
    height: 12px !important;
    /* Adjust height */
    border-radius: 50% !important;
    /* Make it round */
    background-color: #004fff !important;
    /* Change the background color */
    border: none;
    /* Remove default border */
    opacity: 0.5;
    /* Initial opacity */
    transition: opacity 0.3s ease;
    /* Smooth transition */
}

.rounded-indicator.active {
    opacity: 1;
    /* Fully opaque for active indicator */
}

.rounded-indicator:hover {
    opacity: 0.8;
    /* Slightly less opaque on hover */
}


/* .zoom-banner {
    transform: scale(1);
    transition: transform 5s ease-in-out;
}

.carousel-item.active .zoom-banner {
    transform: scale(1.1);
 
} */

.zoom-banner {
    transform: scale(1);
    /* Initial blur */
    opacity: 1;
    /* Initially hidden */
    transition: transform 5s ease-in-out, filter 2s ease-in-out, opacity 2s ease-in-out;
}

.carousel-item.active .zoom-banner {
    transform: scale(1.1);
    /* Slight zoom-in effect */
    /* Remove blur gradually */
    opacity: 1;
    /* Fade in */
}

@media (max-width:1800px) {
    .custom-caption {
        left: 75px !important;
    }
    .carousel-indicators {
        margin-left: 75px !important;
    }
}

@media (max-width:1750px) {
    .banner-head-big {
        font-size: 55px;
        line-height: 55px;
    }
}

@media (max-width:1450px) {
    .custom-caption {
        top: 55%;
    }
}

@media (max-width:1400px) {
    .banner-head-big {
        font-size: 45px;
        line-height: 50px;
    }
    .custom-caption {
        top: 55%;
    }
}

@media (max-width:1366px) {
    .banner-head-big {
        font-size: 35px;
        line-height: 38px;
    }
}

@media (max-width:1250px) {
    .carousel-indicators {
        margin-bottom: 2% !important;
    }
    .arrow-div-content {
        background: rgb(24, 82, 232);
        background: linear-gradient(0deg, rgba(24, 82, 232, 1) 0%, rgb(24 82 232 / 52%) 100%);
        transition: allease-in-out .5s;
    }
    .ico-arrow {
        display: none;
    }
}

@media (max-width:991px) {
    .banner-head-big {
        font-size: 30px;
        line-height: 30px;
    }
    .custom-caption {
        top: 60%;
    }
}

@media (max-width:575px) {
    .custom-caption {
        left: 20px !important;
    }
    .banner-head-big {
        font-size: 25px;
        line-height: 26px;
    }
    .carousel-indicators {
        margin-right: 10px !important;
    }
    .carousel-indicators .active {
        width: 10px !important;
        height: 10px !important;
        background-color: #004fff !important;
    }
    .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50%;
        margin: 0 5px;
    }
    .res-banner {
        height: 400px;
        object-fit: cover;
        object-position: right;
    }
    .custom-caption {
        top: 82%;
    }
    .ico-arrow {
        display: none;
    }
    .ico-arrow-head {
        font-size: 14px;
        line-height: 19px;
    }
    .arrow-div-content {
        background: rgb(24, 82, 232);
        background: linear-gradient(0deg, rgba(24, 82, 232, 1) 0%, rgb(24 82 232 / 52%) 100%);
        transition: allease-in-out .5s;
    }
    .banner-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #ececec, rgb(0, 0, 0));
    }
    .color-four {
        color: #ffffff !important;
    }
}

.line-for-tab {
    border-bottom: 1px solid #b8b8b8;
    padding-top: 50px;
    margin-bottom: 50px;
}

.ml-table td.top-row-col {
    padding: 20px 5px 0px;
}

.table-extra-head {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 24px;
    padding: 20px;
    background-color: #ececec;
}

.moyalan-clr {
    color: #1446c5;
}

.innovation-bg {
    background-image: url("../images/about-us/innovation.png");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    width: 100%;
}

.bg-clr-one {
    background: rgb(204, 197, 185);
    background: linear-gradient(180deg, rgba(204, 197, 185, 1) 0%, rgba(190, 190, 178, 1) 49%, rgba(190, 178, 185, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'gilroy-bold';
    line-height: 90px;
}

.bg-clr-two {
    background: rgb(157, 163, 175);
    background: linear-gradient(180deg, rgba(157, 163, 175, 1) 0%, rgba(60, 79, 104, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'gilroy-bold';
    line-height: 90px;
}

.bg-clr-three {
    background: rgb(181, 188, 204);
    background: linear-gradient(168deg, rgba(181, 188, 204, 1) 0%, rgba(217, 218, 222, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'gilroy-bold';
    line-height: 90px;
}

.bold-fs {
    font-family: 'gilroy-bold';
}

.journy-br {
    border-radius: 0px 0px 150px 0px;
}

@media (max-width:1200px) {
    .bg-clr-one {
        line-height: 60px;
    }
    .bg-clr-two {
        line-height: 60px;
    }
    .bg-clr-three {
        line-height: 60px;
    }
    .innovation-bg {
        background-position: top;
    }
}

@media (max-width:767px) {
    .bg-clr-one {
        line-height: 45px;
    }
    .bg-clr-two {
        line-height: 45px;
    }
    .bg-clr-three {
        line-height: 45px;
    }
}

.nav-links li.grey-btn .enquiry-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
}

.nav-links li .enquiry-btn {
    font-family: 'gilroy-semibold', sans-serif;
}

.nav-links li .enquiry-btn {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#enquiryModal .modal-content {
    padding: 20px 25px;
}

#enquiryModal .modal-dialog {
    max-width: 60%;
}

#enquiryModal .btn-close {
    position: absolute;
    top: -50px;
    right: 0px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    opacity: 1;
}

#enquiryModal .bg-forms {
    background-size: auto;
}

@media (max-width: 1600px) {
    .nav-links li.grey-btn .enquiry-btn {
        padding: 8px 15px;
    }
}

@media (max-width: 1240px) {
    .nav-links li.grey-btn .enquiry-btn {
        padding: 8px 7px;
    }
}

@media (max-width: 1200px) {
    .grey-btn.mob-bottom-menu .enquiry-btn {
        width: 100%;
    }
}


/* new-pop-up-form */


/* Popup Overlay */

.enquiry-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}


/* Popup Content */

.enquiry-popup-content {
    background-color: #fff;
    padding: 40px;
    width: 90%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


/* Close Button */

.enquiry-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}


/* Form Styling */

input,
textarea,
.enquiry-submit-btn {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.enquiry-submit-btn {
    background-color: #004fff;
    color: white;
    cursor: pointer;
    transition: background 0.3s;
}

.enquiry-submit-btn:hover {
    background-color: #45a049;
}

.max-imgs li::after {
    content: "";
    position: absolute;
    left: 0px !important;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #000000;
    transition: width 0.5s ease;
}

.flx-wrp {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.drop-wid {
    width: 10px;
}

.gaps-adv {
    gap: 10px;
}

.head-bg {
    background-color: #b6e4ff;
}

.table-extra-hdpe {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    padding: 10px;
    background-color: #ececec;
    text-align: center;
}


/* new-container-sectio-------------------------------------------- */

.new-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

.new-container.show {
    max-height: fit-content;
    /* Set high enough to fit your content */
    opacity: 1;
}

.new-container-two {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

.new-container-two.show {
    max-height: fit-content;
    /* Set high enough to fit your content */
    opacity: 1;
}

.table-outer {
    width: 100%;
    position: relative;
    display: flex;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.table-outer-two {
    width: 100%;
    position: relative;
    display: flex;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 0px;
    padding-bottom: 80px;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    min-width: 800px;
    /* ensures horizontal scroll on smaller screens */
}

.custom-table thead {
    background-color: #bce3fa;
}

.custom-table th,
.custom-table td {
    padding: 12px;
    border: 1px solid #dcdcdc;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #f5fbfe;
}

.table-responsive {
    overflow-x: auto;
    width: 100%;
}


/* Optional tweaks for smaller screens */

@media (max-width: 767px) {
    .custom-table {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .custom-table {
        min-width: 540px;
    }
}

@media (max-width: 1200px) {
    .table-outer {
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .table-outer-two {
        width: 100%;
        position: relative;
        display: flex;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 0px;
        padding-bottom: 40px;
    }
}

@media (max-width:575px) {
    .table-outer {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .table-outer-two {
        width: 100%;
        position: relative;
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 20px;
    }
}


/* casing-pipe------------------------------------------------------------ */

.table-container {
    width: 100%;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

thead tr {
    background-color: #b3e5fc;
    color: #000;
}

th,
td {
    padding: 12px;
    border: 1px solid #ddd;
}

tbody tr:nth-child(odd) {
    background-color: #f9fcff;
}

tbody tr.alt-row {
    background-color: #e3f5ff;
}


/* casing-pipe-two--------------------------- */

.casing-open-two {
    display: none;
    transition: all 0.3s ease-in-out;
}

.casing-open-two.show {
    display: block;
}

.responsive-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.specification-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.specification-table th,
.specification-table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .responsive-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .specification-table {
        min-width: 400px !important;
    }
}


/* medium-well---------------------------------------------------------- */

.table-container-medium-well {
    overflow-x: auto;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.spec-table thead {
    background-color: #b3e5fc;
    /* light blue header */
}

.spec-table th,
.spec-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.spec-table tbody tr:nth-child(even),
.spec-table .alt-row {
    background-color: #f1f9ff;
    /* light alternate row */
}

.table-container-medium-well {
    display: none;
    overflow-x: auto;
    margin-top: 15px;
}

.table-container-medium-well.show-table {
    display: block;
}


/* Responsive table */

@media (max-width: 575px) {
    .spec-table th,
    .spec-table td {
        padding: 10px 8px;
        font-size: 14px;
    }
    .spec-table {
        min-width: 500px;
        /* Prevent column squishing */
    }
    .table-outer {
        overflow-x: auto;
    }
}


/* hdpe-first--------------------------------------------------------- */

.table-container-hdpe {
    display: none;
    transition: all 0.3s ease;
}


/* Show table when toggled */

.table-container-hdpe.show {
    display: block;
}


/* Responsive styles for max-width 767px */

@media screen and (max-width: 767px) {
    .table-outer {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-outer table {
        width: 100%;
        min-width: 600px;
        /* allows scrolling if table is wide */
    }
}


/* hdpe-second------------------------------------------------------------- */

.coloumn-hdpe {
    flex-direction: column;
}

.table-container-hdpe-two {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.table-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.table-subtitle {
    margin-bottom: 15px;
    font-size: 0.95em;
    color: #333;
}

.responsive-table-hdpe {
    overflow-x: auto;
}

.sdr-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    min-width: 800px;
    /* Ensure table keeps structure for scroll */
}

.sdr-table th,
.sdr-table td {
    border: 1px solid #000;
    padding: 8px;
    white-space: nowrap;
}

.sdr-table thead th {
    background-color: #f4f4f4;
}


/* Mobile responsiveness */

@media (max-width: 767px) {
    .responsive-table-hdpe {
        -webkit-overflow-scrolling: touch;
    }
    .table-title,
    .table-subtitle {
        padding: 0 10px;
        text-align: left;
    }
}

.table-wrapper {
    max-width: 100%;
    font-family: Arial, sans-serif;
}

.table-heading {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.responsive-scroll {
    overflow-x: auto;
}

.wall-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1200px;
}

.wall-table th,
.wall-table td {
    border: 1px solid #000;
    padding: 6px 10px;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
}

.wall-table thead th {
    background-color: #f0f0f0;
}


/* Mobile-friendly tweaks */

@media (max-width: 767px) {
    .wall-table {
        font-size: 11px;
    }
    .responsive-scroll {
        -webkit-overflow-scrolling: touch;
    }
}

.table-container-hdpe-two {
    display: none;
}

.table-container-hdpe-two.show {
    display: block;
}


/* mdpe-section-------------------------------------------------- */

.pipe-table-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    overflow-x: auto;
}

.custom-pipe-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
}

.pipe-head {
    background-color: #b3e5fc;
    color: #000;
    padding: 14px;
    text-align: left;
    font-weight: bold;
    border: 1px solid #ccc;
    text-align: center;
}

.pipe-data {
    padding: 12px;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #ccc;
}

.custom-pipe-table tbody tr:nth-child(even) .pipe-data {
    background-color: #f0f8ff;
}


/* Optional: add a border around the whole table */

.pipe-bordered {
    border: 1px solid #ccc;
}

.table-outer-mdpe {
    padding: 20px;
}

@media (max-width: 767px) {
    .table-outer-mdpe {
        padding: 20px;
    }
}

.pipe-table-wrapper {
    display: none;
}

.pipe-table-wrapper.show-table {
    display: block;
}


/* pvc-o-pipes------------------------------------------------- */

.data-table {
    width: 60%;
    border-collapse: collapse;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-cell,
.data-cell {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}

.table-header {
    background-color: #b3e5fc;
}

.table-body tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-body tr:nth-child(odd) {
    background-color: #e6f7ff;
}

.pvc-o-wid {
    padding: 40px;
}

@media (max-width: 767px) {
    .data-table {
        width: 80%;
        border-collapse: collapse;
        margin: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .pvc-o-wid {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .data-table {
        width: 100%;
        border-collapse: collapse;
        margin: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }
    .pvc-o-wid {
        padding: 20px;
    }
}

.pvc-o-wid {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
}

.pvc-o-wid.show {
    display: block;
}


/* underground-drainage-------------------------------------------------------- */

.pipe-table-container {
    width: 100%;
    overflow-x: auto;
    background-color: #ffffff;
}

.pipe-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pipe-th {
    background-color: #cceeff;
    padding: 12px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 15px;
}

.pipe-td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14px;
}

.pipe-tr:nth-child(even) {
    background-color: #f4faff;
}

.pipe-tr:nth-child(odd) {
    background-color: #e9f5fc;
}


/* Responsive for devices max-width 575px */

@media (max-width: 575px) {
    .pipe-table {
        font-size: 13px;
        min-width: 100%;
    }
    .pipe-th,
    .pipe-td {
        padding: 8px;
        font-size: 13px;
    }
}

.drainage-wid {
    padding-left: 250px;
    padding-right: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1024px) {
    .drainage-wid {
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .drainage-wid {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width:575px) {
    .drainage-wid {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.hidden-section {
    display: none;
}

.hidden-section.show {
    display: block;
}


/* coloumn-pipe--------------------------------------------------------------------- */

.column-pipes-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.column-pipes-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
}

.column-pipes-table thead {
    background-color: #b3e5fc;
}

.column-pipes-table th,
.column-pipes-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.column-pipes-table tbody tr:nth-child(even) {
    background-color: #f2f9fd;
}

.spec-table-container {
    display: none;
}

.spec-table-container.show {
    display: block;
}


/* astm-pipes--------------------------------------------------------- */

.astm-full {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.astm-table-container {
    overflow-x: auto;
    margin-bottom: 40px;
}

.astm-table {
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.astm-table th,
.astm-table td {
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: center;
}

.astm-header {
    background-color: #cce5ff;
    color: #000;
    font-weight: bold;
}

.astm-cell {
    background-color: #fff;
}

.astm-table th[rowspan] {
    vertical-align: middle;
}

.astm2-table-container {
    overflow-x: auto;
    margin-bottom: 40px;
}

.astm2-table {
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.astm2-table th,
.astm2-table td {
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: center;
}

.astm2-header {
    background-color: #cce5ff;
    color: #000;
    font-weight: bold;
}

.astm2-cell {
    background-color: #ffffff;
}

.astm3-container {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    overflow: hidden;
}

.astm3-title {
    text-align: center;
    background-color: #e9e9e9;
    padding: 15px;
    margin: -20px -20px 20px -20px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.astm3-table-wrapper {
    overflow-x: auto;
}

.astm3-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f4fafd;
    min-width: 600px;
}

.astm3-header {
    background-color: #f4fafd;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
}

.astm3-cell {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #ffffff;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .astm3-title {
        font-size: 16px;
        padding: 10px;
    }
    .astm3-container {
        padding: 10px;
    }
    .astm3-table-wrapper {
        -webkit-overflow-scrolling: touch;
    }
    .astm-full {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.astm-hidden {
    display: none;
}

.astm-hidden.show {
    display: block;
}


/* electric-conduit-------------------------------------------------------- */

.product-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.product-header {
    background-color: #aee6ff;
}

.electrical-header {
    padding: 14px;
    text-align: center;
    font-weight: bold;
    color: #003b5c;
    border: 1px solid #d0e7f7;
    background-color: #aee6ff;
}

.product-body .product-row:nth-child(even) {
    background-color: #f2faff;
}

.electrical-cell {
    padding: 12px;
    text-align: center;
    border: 1px solid #d0e7f7;
    color: #333;
}

.electrical-hidden {
    display: none;
}


/* rain-gutter-btn----------------------------------------------------- */

.rain-gutter-hidden {
    display: none;
}

.rain-gutter-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.rain-gutter-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.rain-gutter-header {
    background-color: #b3e5fc;
}

.rain-gutter-head-cell {
    padding: 14px;
    text-align: center;
    font-weight: bold;
    color: #004d60;
    border: 1px solid #cceaf7;
}

.rain-gutter-body .rain-gutter-row:nth-child(even) {
    background-color: #f3fafd;
}

.rain-gutter-cell {
    padding: 12px;
    text-align: center;
    border: 1px solid #d0e7f7;
    color: #333;
}


/* swr-pipes----------------------------------------------------------------------------- */

.swr-pipes-table-wrapper {
    width: 100%;
    overflow-x: auto;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 20px 0;
}

.swr-pipes-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    min-width: 800px;
}

.swr-pipes-header {
    background-color: #b3e5fc;
}

.swr-pipes-head-cell {
    padding: 12px 16px;
    text-align: center;
    font-weight: bold;
    color: #003b4d;
    border: 1px solid #d0f0fa;
}

.swr-pipes-body .swr-pipes-row:nth-child(even) {
    background-color: #f5fbfe;
}

.swr-pipes-cell {
    padding: 12px 16px;
    text-align: center;
    color: #333;
    border: 1px solid #e0f2f9;
}

.swr-pipes-table-wrapper {
    display: none;
}

.swr-pipes-table-wrapper.show {
    display: block;
}


/* cpvc-pipe-------------------------------------------------------------------- */

.cpvc-pipe-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 6px;
    margin: 20px 0;
}

.cpvc-pipe-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: center;
}

.cpvc-pipe-group-header th {
    background-color: #e0e0e0;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
}

.cpvc-pipe-sdr-header {
    background-color: #f1f1f1;
    color: #333;
}

.cpvc-pipe-header-row th {
    background-color: #b3e5fc;
    color: #003b4d;
    font-weight: bold;
    padding: 12px;
    border: 1px solid #d0f0fa;
}

.cpvc-pipe-head-cell span {
    font-size: 0.85em;
    color: #555;
}

.cpvc-pipe-cell {
    padding: 10px;
    border: 1px solid #e0f0f8;
    color: #333;
}

.cpvc-pipe-table tbody tr:nth-child(even) {
    background-color: #f5fbfe;
}

.cpvc-hidden {
    display: none;
}

.cpvc-show-table {
    display: block;
}


/* upvc-plumbing-------------------------------------------------------------------------- */

.plumbing-table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
}

.plumbing-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: Arial, sans-serif;
}

.plumbing-header {
    background-color: #b9e6fd;
    /* light blue header */
    padding: 12px;
    font-weight: bold;
    border: 1px solid #ddd;
}

.plumbing-cell {
    padding: 10px;
    border: 1px solid #eee;
    background-color: #f9fcff;
}

.plumbing-table tbody tr:nth-child(even) .plumbing-cell {
    background-color: #ecf7ff;
}

.plumbing-hidden {
    display: none;
}

.plumbing-show {
    display: block;
}


/* elestromeric-pipes--------------------------------------------------------- */

.elastomeric-pipe-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
}

.elastomeric-pipe-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.elastomeric-header {
    background-color: #bde6ff;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
}

.elastomeric-cell {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8fdff;
}

.elastomeric-pipe-table tbody tr:nth-child(even) .elastomeric-cell {
    background-color: #eaf7ff;
}


/* Visibility Control */

.elastomeric-hidden {
    display: none;
}

.elastomeric-show {
    display: block;
}


/* new-section-------------------------------------------------- */

.ham-sec {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 10px;
}

.ham-areas {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: row;
    gap: 20px;
}

.ham-number {
    display: flex;
    position: relative;
}

.ham-img-wid {
    width: 18px !important;
    height: 18px !important;
}

.ham-img-wid-mail {
    width: 18px !important;
    height: 14px !important;
}

.line-color {
    border-color: #5e5e5e;
    padding-top: 10px;
}

.whtsapp-icon-landing {
    position: fixed;
    right: 25px;
    bottom: 120px;
    width: 50px;
    height: 50px;
    z-index: 9999999;
}

.whts-icon {
    width: 50px;
    height: auto;
}

@media (max-width: 1200px) {
    .whtsapp-icon-landing {
        display: flex;
    }
    .whtsapp-icon-landing {
        position: fixed;
        right: 10px;
        bottom: 120px;
        width: 50px;
        height: 50px;
        z-index: 9999999;
    }
    #button-back {
        right: 10px !important;
    }
}

@media (min-width: 1200px) {
    .whtsapp-icon-landing {
        display: none;
    }
}

@media (max-width: 575px) {
    .whts-icon {
        width: 45px;
        height: auto;
    }
    .whtsapp-icon-landing {
        right: 5px;
        bottom: 80px;
    }
}

.banner-fix-icon {
    position: absolute;
    z-index: 99;
    right: 100px;
}

@media (max-width: 1200px) {
    .banner-fix-icon {
        position: absolute;
        z-index: 99;
        right: 20px;
        top: 126px;
        display: flex;
        width: 161px;
    }
}

@media (min-width: 1200px) {
    .banner-fix-icon {
        position: absolute;
        z-index: 99;
        right: 100px;
        display: none;
    }
}

@media (max-width:650px) {
    .banner-fix-icon {
        position: absolute;
        z-index: 99;
        right: 5px;
        top: 100px;
        display: flex;
        width: 161px;
    }
}

@media (max-width:575px) {
    .banner-fix-icon {
        position: absolute;
        z-index: 99;
        right: 0px;
        top: 98px;
        display: flex;
    }
}

@media (max-width:676px) {
    .main-view-career {
        display: none;
    }
    .res-view-career {
        display: block;
    }
    .responsive-submit {
        display: none;
    }
}

@media (min-width:676px) {
    .main-view-career {
        display: block;
    }
    .res-view-career {
        display: none;
    }
    .responsive-submit {
        display: block;
    }
}

.custm-btn-acor::after {
    filter: brightness(100) saturate(100%) invert(20%) sepia(80%) saturate(700%) hue-rotate(180deg) !important;
}

.custm-btn-acor.collapsed::after {
    filter: brightness(100) saturate(100%) invert(20%) sepia(80%) saturate(700%) hue-rotate(180deg) !important;
}

@media (max-width:767px) {
    .top-bar {
        display: none !important;
    }
}