@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
body {
    overflow-x: hidden;
}

img,
object,
embed,
video {
    max-width: 100%;
    height: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
    height: auto;
}

p {
    line-height: 19px;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;

	Inspiration from "Responsive Web Design" by Ethan Marcotte
	http://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
    margin: 0 auto 0 auto;
    width: 100;
    padding: 0 0 0 0;

}

#header {
    clear: both;

    float: left;

    margin: 0 0 0 0;
    padding: 5% 5% 5% 5%;

    width: 100%;

    display: block;
    -webkit-box-shadow: inset -1px -16px 16px -20px #e5e5e5;
    -moz-box-shadow: inset -1px -16px 16px -20px #e5e5e5;
    box-shadow: inset -1px -16px 16px -20px #e5e5e5;

}

#navbar {
    clear: both;
    text-align: center;

    float: left;

    margin: 0 0 0 0;
    padding: 0 5% 0 5%;

    width: 90%;

    display: block;
    background: #fbfbfb;
    border-bottom: #FFF solid 1px;
    border-top: #e5e5e5 solid 1px;
    -webkit-box-shadow: inset -1px -16px 16px -20px #65652d;
    -moz-box-shadow: inset -1px -16px 16px -20px #65652d;
    box-shadow: inset -1px -16px 16px -20px #65652d;

}

#bannerdiv {
    clear: both;

    float: left;

    margin: 0 0 0 0;
    padding: 5% 5% 5% 5%;
    position: relative;
    width: 90%;
    color: #ffffff;
    display: block;
    background: url(../images/banner.jpg)no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    


}

.yashcolor{
    text-align: center;
}

#bannerdiv2 {
    clear: both;

    float: left;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    width: 100%;

    display: block;
    background: #006400;

}

#body {
    clear: both;

    float: left;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    width: 100%;

    display: block;

}

#footer {
    clear: both;

    float: left;

    margin: 0 0 0 0;
    padding: 0 5% 5% 5%;

    width: 90%;

    display: block;
    background: #333333;
    color: #FFF;

}

#logo {
    clear: none;

    float: left;

    margin: 0 0 0 0;
    padding: 0 0 5% 0;

    width: 100%;

    display: block;
    border-bottom: #999 dashed 1px;

}

.logo-footer {
    margin: 0 0 15px;
}

.logo-footer img {
    display: block;
    width: 250px;
    max-width: 100%;
    height: auto;
}

#callus {
    clear: none;

    float: left;

    margin: 0 0 0 0;
    padding: 5% 15% 0 10%;

    width: 80%;
    text-align: center;

    display: block;

}

.call-us-box {
    width: 100%;
    max-width: 400px;
    min-height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #ffffff;
    color: #004d9c;
    cursor: default;
    user-select: text;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.call-us-icon {
    position: relative;
    flex: 0 0 118px;
    width: 118px;
    height: 88px;
    transform-origin: 60% 28%;
}

.call-us-icon::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    width: 96px;
    height: 74px;
    border: 4px solid #ff6600;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    opacity: 0;
}

.call-us-icon::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 18px;
    width: 66px;
    height: 49px;
    border: 3px solid #00539b;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    opacity: 0;
}

.call-us-receiver {
    position: absolute;
    left: 25px;
    top: 21px;
    width: 78px;
    height: 32px;
    background: #00539b;
    border: 2px solid #f57b20;
    border-radius: 50px 50px 15px 15px;
    transform: rotate(132deg);
    box-shadow: inset 0 -7px 0 rgba(0, 0, 0, 0.18);
}

.call-us-receiver::before,
.call-us-receiver::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 23px;
    height: 20px;
    background: #00539b;
    border-radius: 4px 4px 11px 11px;
}

.call-us-receiver::before {
    left: -16px;
    transform: rotate(13deg);
}

.call-us-receiver::after {
    right: -16px;
    transform: rotate(-13deg);
}

.call-us-dial {
    position: absolute;
    left: 49px;
    top: 30px;
    width: 25px;
    height: 25px;
    background: #ffffff;
    border: 4px solid #f57b20;
    border-radius: 50%;
    box-sizing: border-box;
}

.call-us-dial::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 5px;
    height: 5px;
    background: #00539b;
    border-radius: 50%;
}

.call-us-dial::after {
    content: "";
    position: absolute;
    left: 7px;
    top: -16px;
    width: 4px;
    height: 36px;
    background: #00539b;
    border-radius: 2px;
    transform: rotate(42deg);
}

.call-us-base {
    position: absolute;
    left: 32px;
    bottom: 15px;
    width: 58px;
    height: 22px;
    background: #00539b;
    border: 3px solid #f57b20;
    border-radius: 50px;
    box-sizing: border-box;
    transform: rotate(132deg);
}

.call-us-base::before {
    content: none;
    position: absolute;
    left: 16px;
    top: 12px;
    width: 39px;
    height: 3px;
    background: #003f7d;
    box-shadow: 0 7px 0 #003f7d;
}

.call-us-content {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    white-space: nowrap;
}

.call-us-label {
    margin-bottom: 5px;
    color: #ff6600;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

.call-us-number {
    color: #003c99;
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
    text-decoration: none;
}

.call-us-number:hover,
.call-us-number:focus {
    color: #ff6600;
    text-decoration: none;
}

@media only screen and (max-width: 480px) {
    .call-us-box {
        min-height: 78px;
        gap: 8px;
    }

    .call-us-icon {
        flex-basis: 82px;
        width: 82px;
        height: 64px;
    }

    .call-us-icon::before {
        left: 2px;
        top: 16px;
        width: 40px;
        height: 38px;
        border-left-width: 3px;
        border-bottom-width: 3px;
    }

    .call-us-receiver {
        left: 17px;
        top: 15px;
        width: 54px;
        height: 23px;
        border-width: 2px;
    }

    .call-us-receiver::before,
    .call-us-receiver::after {
        top: 9px;
        width: 17px;
        height: 15px;
    }

    .call-us-receiver::before {
        left: -12px;
    }

    .call-us-receiver::after {
        right: -12px;
    }

    .call-us-dial {
        left: 34px;
        top: 22px;
        width: 19px;
        height: 19px;
        border-width: 2px;
    }

    .call-us-dial::before {
        left: 5px;
        top: 5px;
        width: 4px;
        height: 4px;
    }

    .call-us-dial::after {
        left: 6px;
        top: -12px;
        width: 4px;
        height: 28px;
    }

    .call-us-base {
        left: 22px;
        bottom: 12px;
        width: 42px;
        height: 17px;
        border-width: 2px;
    }

    .call-us-label {
        margin-bottom: 3px;
        font-size: 11px;
    }

    .call-us-number {
        font-size: 20px;
    }
}

@media only screen and (max-width: 360px) {
    .call-us-box {
        min-height: 66px;
        gap: 6px;
    }

    .call-us-icon {
        flex-basis: 66px;
        width: 66px;
        height: 52px;
    }

    .call-us-icon::before {
        left: 0;
        top: 14px;
        width: 32px;
        height: 31px;
    }

    .call-us-receiver {
        left: 14px;
        top: 12px;
        width: 44px;
        height: 19px;
    }

    .call-us-receiver::before,
    .call-us-receiver::after {
        top: 8px;
        width: 14px;
        height: 12px;
    }

    .call-us-receiver::before {
        left: -10px;
    }

    .call-us-receiver::after {
        right: -10px;
    }

    .call-us-dial {
        left: 27px;
        top: 18px;
        width: 16px;
        height: 16px;
    }

    .call-us-dial::before {
        left: 4px;
        top: 4px;
        width: 3px;
        height: 3px;
    }

    .call-us-dial::after {
        left: 5px;
        top: -10px;
        height: 24px;
    }

    .call-us-base {
        left: 18px;
        bottom: 10px;
        width: 36px;
        height: 15px;
    }

    .call-us-label {
        font-size: 9px;
    }

    .call-us-number {
        font-size: 17px;
    }
}

#rightbanner {
    clear: none;

    float: left;

    margin: 0 0 4% 0;
    padding: 0 0 0 0;
    background: none;

    width: 100%;

    display: block;

}

#homeenquiry {
    clear: none;

    float: left;

    margin: 0 0 4% 0;
    padding: 4% 4% 4% 4%;
    background: #fe6600;

    width: 92%;

    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.75);

    display: block;

}

#homeenquiry3 {
    clear: none;

    float: left;

    margin: 0 0 4% 0;
    padding: 4% 4% 4% 4%;
    background: #fe6600;

    width: 92%;

    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.75);

    display: block;

}

#homeenquiry2 {
    clear: none;

    float: left;

    margin: 0 0 4% 0;
    padding: 4% 4% 4% 4%;
    background: url(../images/enquirybg.png) repeat;

    width: 92%;

    display: block;

}

#mainbanner {
    clear: none;

    float: left;

    margin: 0 0 4% 0;
    background: #003398;

    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.75);

    width: 100%;

    display: block;

}

#bodytop {
    clear: none;

    float: left;
    margin-top: -20px;

    padding: 10% 5% 5% 5%;

    

    display: block;
    

}

#bodyright {
    clear: none;

    float: left;

    margin: 0 0 5% 0;
    padding: 0 0 0 0;

    width: 100%;
    text-align: left;
    background: #f5f5f5;

    display: block;
    


}

#bodyleft {
    clear: none;

    float: left;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    width: 100%;
    text-align: left;

    display: block;

}

#bodyquotepage {
    clear: none;

    float: left;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    width: 100%;
    text-align: left;

    display: block;

}

#gst {
    clear: none;

    float: left;

    margin: 0 0 0 0;
    padding: 5% 15% 0 15%;

    width: 70%;
    text-align: center;

    display: block;
}



/* mobile complated */

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    .gridContainer {
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

    #header {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 3% 5% 3% 5%;
        width: 90%;
        display: block;
    }

    #bannerdiv {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 4% 5% 4% 5%;
        width: 90%;
        display: block;
    }

    #bannerdiv2 {
        clear: both;
        float: left;
        margin: 0 0 4% 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #body {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #footer {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 0 5% 3% 5%;
        width: 90%;
        display: block;
    }

    #logo {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 60%;
        display: block;
        border-bottom: none;
    }

    #callus {
        clear: none;
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 80%;
        display: block;
        border-bottom: none;
    }

    #rightbanner {
        clear: none;

        float: left;

        margin: 0 0 0 0;
        padding: 0 0 0 0;

        width: 100%;

        display: block;

    }

    #homeenquiry {
        clear: none;

        float: left;

        margin: 0 0 2% 0;
        padding: 2% 5% 1% 5%;

        width: 90%;

        display: block;

    }

    #homeenquiry3 {
        clear: none;

        float: left;

        margin: 0 0 2% 0;
        padding: 2% 5% 1% 5%;

        width: 90%;

        display: block;

    }

    #homeenquiry2 {
        clear: none;

        float: left;

        margin: 0 0 2% 0;
        padding: 2% 5% 1% 5%;

        width: 90%;

        display: block;

    }

    #menubgdiv {
        clear: none;

        float: left;

        margin: 0 0 0 0;

        width: 100%;

        display: block;

    }

    #bodytop {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 3% 5% 3% 5%;
        width: 90%;
        display: block;
    }

    #bodyright {
        clear: none;
        float: left;
        margin: 0 0 4% 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #bodyleft {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #bodyquotepage {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #gst {
        clear: none;
        float: right;
        margin: 0 0 0 0;
        padding: 2% 0 0 0;
        width: 33%;
        display: block;
        border-bottom: none;
    }




}

/* tablet complated */

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    .gridContainer {
        width: 100%;
        max-width: 100%;
        padding: 0 0 0 0;
        margin: 0 auto 0 auto;
    }

    #header {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 1% 5% 1% 5%;
        width: 90%;
        display: block;
    }

    #bannerdiv {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 2% 2% 2% 2%;
        width: 96%;
        display: block;
    }

    #bannerdiv2 {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #body {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 2% 0 0 0;
        width: 100%;
        display: block;
    }

    #footer {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 0 5% 2% 5%;
        width: 90%;
        display: block;
    }

    #logo {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 35%;
        display: block;
        border-bottom: none;
    }

    #callus {
        clear: none;
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 33%;
        display: block;
        border-bottom: none;
    }

    #rightbanner {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 24%;
        display: block;
    }

    #homeenquiry {
        clear: none;
        float: right;
        margin: 3% 0 0 0;
        padding: 1% 2% 1% 2%;
        width: 21%;
        display: block;
    }

    #homeenquiry3 {
        clear: none;
        float: right;
        margin: 3% 0 0 0;
        padding: 1% 2% 1% 2%;
        width: 90%;
        display: block;
    }

    #homeenquiry2 {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 5% 5% 5% 5%;
        width: 90%;
        display: block;
    }

    #mainbanner {
        clear: none;
        float: left;
        margin: 3% 0 3% 0;
        padding: 0 0 0 0;
        width: 72%;
        display: block;
    }

    #bodytop {
        clear: none;
        float: left;
        margin-top: -40px;
        padding: 5% 5% 5% 5%;
        width: 90%;
        display: block;
        text-align: left;
    }

    #bodyright {
        clear: none;
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #bodyleft {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 25%;
        display: block;
    }

    #bodyquotepage {
        clear: none;
        float: left;
        margin: 3% 0 0 0;
        padding: 0 0 0 0;
        width: 70%;
        display: block;

    }

    #gst {

        clear: none;
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 32%;
        display: block;
        border-bottom: none;

    }


}



.marqu {
    height: 40px;
    overflow: hidden;
    position: relative;
    background: #00339a;
    color: #ffffff;

}

.marqu p {
    width: 100%;
    height: 100%;
    margin-top: 10px;

    text-align: center;

}



.footer-distributed {
    background: #272727;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 30px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right,
.footer-distributed .footer-end {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: 20%;
}

/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}


.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-links a:hover {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: underline;
    color: #fe6600;
}

.footer-distributed .footer-company-name {
    color: #92999f;
    font-size: 14px;
    font-weight: normal;
    margin: 10px;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 28%;
}

.footer-distributed .footer-center i {
    background-color: #fe6600;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #fe6600;
    text-decoration: none;
    ;
}

.footer-distributed .footer-center p a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-end {
    width: 20%;
}


.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    clear: both;
    margin-top: 0;
}

.footer-distributed .footer-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background-color: #fe6600;
    border-radius: 50%;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.footer-distributed .footer-icons a:hover,
.footer-distributed .footer-icons a:focus-visible {
    background-color: #0645ad;
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-distributed .footer-icons a:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right,
    .footer-distributed .footer-end {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        
    }

    .footer-distributed .footer-left {
        display: flex;
        align-items: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

}

.copyright {
    text-align: center;

    padding: 5px 0px 2px;
    background: #000;
}

.copyright p {
    text-align: center;

    color: #ffffff;
}

.designer {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}


.breadcrumb {
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    padding: 5px 20px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    font-size: 12px;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
    text-transform: uppercase;
}

.breadcrumb li a {
    color: #fe6600;
    letter-spacing: 0;
    text-decoration: none;
}
.breadcrumb li a:hover {
    color: #ffffff;
    
}
.breadcrumb li .fa{
    padding: 0 5px;
    }

/* Responsive header contact block */
#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-sizing: border-box;
    min-height: 132px;
    background: #ffffff;
    
}

#logo,
#gst,
#callus {
    clear: none;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border-bottom: none;
    box-sizing: border-box;
}

#logo {
    order: 1;
    flex: 1 1 390px;
    max-width: 440px;
}

#logo img {
    display: block;
    max-width: 80%;
}

#gst {
    order: 2;
    flex: 0 1 310px;
    text-align: center;
    position: relative;
    padding: 0 14px;
}

.gst-details {
    display: inline-flex;
    flex-direction: column;
    gap: 7px;
    min-width: 250px;
    padding: 10px 16px;
    background: #f7fbff;
    border-left: 3px solid #ff6600;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgba(0, 83, 155, 0.08);
    color: #344252;
    font-family: Arial, Helvetica, sans-serif;
}

.gst-details div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    white-space: nowrap;
}

.gst-details span {
    color: #ff6600;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.gst-details strong {
    color: #21364d;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
}

#callus {
    order: 3;
    flex: 1 1 385px;
    max-width: 450px;
    text-align: right;
}

.call-us-box {
    width: 100%;
    max-width: 420px;
    min-height: 70px;
    margin: 0 0 0 auto;
    justify-content: flex-start;
    gap: 16px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.call-us-icon {
    position: relative;
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(145deg, #00539b 0%, #003c99 100%);
    border: 4px solid #ff6600;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(0, 83, 155, 0.28);
    animation: none;
}

.call-us-icon .fa {
    padding: 0;
    font-size: 38px;
    line-height: 1;
    transform: rotate(12deg);
}

.call-us-icon::before,
.call-us-icon::after {
    content: none;
    position: absolute;
    inset: -9px;
    width: auto;
    height: auto;
    border: 3px solid #ff6600;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.75);
    animation: none;
}

.call-us-icon::after {
    inset: -18px;
    border-color: #00539b;
    animation-delay: 0.22s;
}

.call-us-receiver,
.call-us-dial,
.call-us-base {
    display: none;
}

.call-us-content {
    flex: 1 1 auto;
    text-align: left;
    min-width: 0;
    padding-top: 1px;
}

.call-us-label {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.call-us-number {
    display: block;
    width: max-content;
    max-width: 100%;
    color: #003c99;
    font-size: 28px;
    line-height: 1.08;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    text-decoration: none;
}

.call-us-number:hover,
.call-us-number:focus {
    color: #ff6600;
}

@media only screen and (max-width: 1024px) {
    #header {
        gap: 18px;
        min-height: 118px;
    }

    #logo {
        flex-basis: 300px;
    }

    #gst {
        flex-basis: 210px;
    }

    .gst-details {
        min-width: 220px;
        padding: 8px 12px;
    }

    .gst-details strong {
        font-size: 13px;
    }

    #callus {
        flex-basis: 330px;
    }

    .call-us-box {
        max-width: 345px;
        min-height: 62px;
        gap: 10px;
        padding: 0;
    }

    .call-us-icon {
        flex-basis: 62px;
        width: 62px;
        height: 62px;
        border-width: 3px;
    }

    .call-us-icon .fa {
        font-size: 31px;
    }

    .call-us-label {
        font-size: 12px;
    }

    .call-us-number {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    #header {
        flex-wrap: wrap;
        justify-content: center;
        min-height: 0;
        padding: 18px 5%;
        gap: 14px 20px;
    }

    #logo {
        flex: 1 1 100%;
        max-width: 390px;
        text-align: center;
    }

    #gst {
        order: 3;
        flex: 1 1 100%;
        padding: 0;
    }

    #callus {
        order: 2;
        flex: 1 1 100%;
        max-width: 390px;
        text-align: center;
    }

    .call-us-box {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 420px) {
    #header {
        padding: 14px 4%;
        gap: 12px;
    }

    .call-us-box {
        max-width: 320px;
        min-height: 56px;
        gap: 9px;
        padding: 0;
        box-shadow: none;
    }

    .call-us-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }

    .call-us-icon .fa {
        font-size: 25px;
    }

    .call-us-label {
        font-size: 11px;
    }

    .call-us-number {
        font-size: 19px;
    }

    .gst-details {
        min-width: 0;
        max-width: 285px;
        width: fit-content;
        padding: 8px 11px;
        gap: 6px;
        margin: 0 auto;
    }

    .gst-details div {
        gap: 9px;
    }

    .gst-details span {
        font-size: 11px;
    }

    .gst-details strong {
        font-size: 12px;
    }
}

@media only screen and (max-width: 340px) {
    .call-us-box {
        max-width: 292px;
        gap: 6px;
        padding: 0;
    }

    .call-us-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .call-us-icon .fa {
        font-size: 24px;
    }

    .call-us-label {
        font-size: 10px;
    }

    .call-us-number {
        font-size: 18px;
    }
}

/* Final compact alignment for header */
@media only screen and (min-width: 769px) {
    #header {
        display: grid;
        grid-template-columns: minmax(320px, 1fr) auto minmax(330px, 1fr);
        align-items: center;
        gap: 22px;
        min-height: 116px;
        padding: 14px 5%;
    }

    #logo {
        justify-self: start;
        width: 100%;
        max-width: 390px;
    }

    #gst {
        justify-self: center;
        width: max-content;
        min-width: 245px;
        padding: 0;
    }

    #callus {
        justify-self: end;
        width: auto;
        max-width: none;
    }

    .call-us-box {
        width: max-content;
        min-width: 0;
        min-height: 64px;
        margin-left: auto;
        padding: 0;
        gap: 13px;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .call-us-icon {
        flex-basis: 45px;
        width: 45px;
        height: 45px;
        border-width: 3px;
    }

    .call-us-icon .fa {
        font-size: 31px;
    }

    .call-us-label {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .call-us-number {
        font-size: 26px;
        line-height: 1.05;
    }
}

@media only screen and (max-width: 768px) {
    #header {
        text-align: center;
    }

    #logo,
    #gst,
    #callus {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #logo img {
        margin-left: auto;
        margin-right: auto;
    }

    .call-us-box {
        width: fit-content;
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .call-us-content {
        flex: 0 1 auto;
        text-align: left;
    }
}

@media only screen and (max-width: 420px) {
    .call-us-box {
        width: fit-content;
        max-width: 330px;
        justify-content: center;
    }

    .call-us-content {
        flex: 0 1 auto;
    }
}

@media only screen and (max-width: 360px) {
    .call-us-box {
        max-width: 100%;
        gap: 6px;
    }

    .call-us-number {
        font-size: 17px;
    }
}

/* JS-free fallbacks for clean server uploads */
#wowslider-container1 .ws_images ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#wowslider-container1 .ws_images li {
    display: none;
}

#wowslider-container1 .ws_images li:first-child {
    display: block;
}

#wowslider-container1 .ws_images img {
    display: block;
    width: 100%;
}

/* Homepage slider */
#wowslider-container1.hero-slider {
    display: block;
    position: relative;
    width: 100%;
    max-height: none;
    overflow: hidden;
}

#wowslider-container1.hero-slider .ws_images {
    width: 100%;
    aspect-ratio: 1000 / 420;
    height: auto;
    max-height: none;
    overflow: hidden;
    background: #f2f2f2;
}

#wowslider-container1.hero-slider .ws_images ul {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    overflow: hidden;
}

#wowslider-container1.hero-slider .ws_images li,
#wowslider-container1.hero-slider .ws_images li:first-child {
    display: none;
    float: none;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#wowslider-container1.hero-slider .ws_images li.is-active {
    display: block;
    opacity: 1;
}

#wowslider-container1.hero-slider .ws_images img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    object-fit: cover;
}

.hero-slider-btn:focus-visible,
.hero-slider-dot:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}

.hero-slider-btn {
    position: absolute;
    top: 50%;
    z-index: 95;
    width: 44px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 38px;
    line-height: 46px;
    cursor: pointer;
    transform: translateY(-50%);
}

.hero-slider-prev {
    left: 12px;
}

.hero-slider-next {
    right: 12px;
}

.hero-slider-dots {
    position: absolute;
    right: 0;
    bottom: 12px;
    left: 0;
    z-index: 95;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.hero-slider-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.hero-slider-dot.is-active {
    background: #fe6600;
}

/* ===== NAVBAR STYLES ===== */

/* Desktop Navbar (769px and above) */
@media only screen and (min-width: 769px) {
    .navbar-toggle {
        display: none !important;
    }

    #navbar {
        clear: both;
        text-align: center;
        float: left;
        margin: 0 0 0 0;
        padding: 0;
        width: 100%;
        display: block;
        background: #fbfbfb;
        border-bottom: #FFF solid 1px;
        border-top: #e5e5e5 solid 1px;
        -webkit-box-shadow: inset -1px -16px 16px -20px #65652d;
        -moz-box-shadow: inset -1px -16px 16px -20px #65652d;
        box-shadow: inset -1px -16px 16px -20px #65652d;
    }

    #navbar .rmm {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    #navbar .rmm ul {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        flex-wrap: nowrap;
    }

    #navbar .rmm ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        flex-grow: 0;
    }

    #navbar .rmm ul li a {
        display: inline-block;
        padding: 15px 20px;
        color: #222222;
        font-size: 15px;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
        border-right: 1px solid #e5e5e5;
        white-space: nowrap;
    }

    #navbar .rmm ul li:last-child a {
        border-right: none;
    }

    #navbar .rmm ul li a:hover {
        background-color: #fe6600;
        color: #ffffff;
        text-shadow: 1px 1px 1px #000000;
        -webkit-box-shadow: inset -1px -16px 16px -20px #1f0403;
        -moz-box-shadow: inset -1px -16px 16px -20px #1f0403;
        box-shadow: inset -1px -16px 16px -20px #1f0403;
    }
}

/* Mobile Navbar (768px and below) */
@media only screen and (max-width: 768px) {
    /* Force override responsivemobilemenu.css conflicts */
    .rmm ul {
        display: grid !important;
    }

    .rmm .rmm-main-list {
        display: none !important;
    }

    #navbar {
        clear: both;
        text-align: center;
        float: left;
        margin: 0 0 0 0 !important;
        padding: 0 !important;
        width: 100% !important;
        display: block !important;
        background: #fbfbfb;
        border-bottom: #FFF solid 1px;
        border-top: #e5e5e5 solid 1px;
        position: relative;
    }

    /* Hamburger Button */
    .navbar-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 12px 0;
        background: #fbfbfb;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
        height: 50px;
        z-index: 1000;
    }

    .navbar-toggle span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #222222;
        margin: 4px 0;
        transition: 0.3s;
        border-radius: 2px;
    }

    .navbar-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 8px);
    }

    .navbar-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -8px);
    }

    /* Navbar Menu - HIDDEN BY DEFAULT */
    #navbar #navbar-menu {
        display: none !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left !important;
        max-height: 0 !important;
        overflow: hidden !important;
        visibility: hidden !important;
        height: 0 !important;
    }

    /* Navbar Menu - SHOWN WHEN ACTIVE */
    #navbar #navbar-menu.active {
        display: block !important;
        max-height: 1000px !important;
        overflow: visible !important;
        visibility: visible !important;
        height: auto !important;
    }

    #navbar .rmm {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #navbar .rmm ul {
        display: grid !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        overflow: visible !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0 !important;
    }

    #navbar .rmm ul li {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    #navbar .rmm ul li:nth-child(odd) {
        border-right: 1px solid #e5e5e5 !important;
    }

    #navbar .rmm ul li:nth-child(even) {
        border-right: none !important;
    }

    #navbar .rmm ul li:last-child,
    #navbar .rmm ul li:nth-last-child(2) {
        border-bottom: none !important;
    }

    #navbar .rmm ul li a {
        display: block !important;
        padding: 12px 15px !important;
        color: #222222 !important;
        font-size: 13px !important;
        text-decoration: none !important;
        font-weight: 500 !important;
        transition: all 0.3s ease !important;
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: left !important;
        white-space: normal !important;
        text-shadow: none !important;
    }

    #navbar .rmm ul li a:hover,
    #navbar .rmm ul li a:active {
        background-color: #fe6600 !important;
        color: #ffffff !important;
        text-shadow: 1px 1px 1px #000000 !important;
        padding-left: 20px !important;
    }
}

/* Extra Small Mobile (480px and below) */
@media only screen and (max-width: 480px) {
    #navbar {
        padding: 0 !important;
        margin: 0 !important;
    }

    .navbar-toggle {
        padding: 0px 0 !important;
        height: 40px !important;
    }

    .navbar-toggle span {
       width: 25px !important;
        height: 2px !important;
        margin: 4px 0 !important;
    }
    }

    #navbar .rmm ul {
        grid-template-columns: 1fr !important;
    }

    #navbar .rmm ul li {
        border-right: none !important;
        border-bottom: 1px solid #e5e5e5 !important;
    }

    #navbar .rmm ul li:last-child {
        border-bottom: none !important;
    }

    #navbar .rmm ul li a {
        padding: 10px 12px !important;
        font-size: 12px !important;
    }
}
/* desktop complated */
