@font-face {
    font-family: 'AlphaHeadline-Bold';
    font-style: normal;
    font-display: swap;
    src: url(../fonts/ESPAlphaHeadlineTab-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'AlphaHeadline-Regular';
    font-style: normal;
    font-display: swap;
    src: url(../fonts/ESPAlphaHeadlineTab-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Gotham-Book-Regular';
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Gotham\ Book\ Regular.otf) format('opentype');
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.reveal {
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

/* -------------- HOME PAGE -------------- */
#home .homebanner .carousel-item img{
    width: 100%;
    object-fit: cover;
}
#home .quoteBackground {
    background-color: #003B6Fa1;
    color: white !important;
    padding: 4% 7%;
    border-radius: 10px;
}

#home .quoteBackground p {
    color: white !important;
    font-size: 1.5rem;
    line-height: normal;
    font-family: 'IvyMode, sans-serif';
    padding: 3% 0;
    margin: 0;
}

#home .quoteIcon {
    font-size: 50px;
    color: #FCE46E;
}

#home .quoteLeft {
    position: absolute;
    top: 10px;
    left: 32px;
    width: 64px;
}

#home .quoteRight {
    position: absolute;
    bottom: 10px;
    right: 32px;
    width: 64px;
}

#home .atGlance .golden {
    color: #b19719;
    font-size: 22px;
}

#home .atGlance h1 {
    color: #003B6F;
    font-size: 60px;
}

#home .atGlance p {
    color: #003B6F;
    font-size: 1.2rem;
}
#home .yearCounterInnerDiv{
    float: right;
}
#home .yearCounter h3 {
    color: #b19719;
    font-size: 22px;
    margin-top: 6%;
}

#home .yearCounter-year span {
    font-size: 120px;
    color: #003B6F
}

#home .counter {
    color: #003B6F;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 13%;
    justify-content: center;
    margin-bottom: 25px;
}

#home .counter span {
    font-size: 70px;
}

#home .counter .partName {
    font-size: 20px;
}

#home .counter i {
    font-size: 90px;
}

#home .iconDiv {
    padding-right: 30px;
    color: #b19719;
}

#home .aboutusbtn {
    padding-top: 10%;
    text-align: center;
}

#home .aboutBtn {
    border: 1px solid #b19719;
    color: #b19719;
    border-radius: 36px;
    padding: 15px 30px;
    text-decoration: none;
    font-family: "articulat-cf", sans-serif;
    font-weight: 700;
    font-size: 14px;
    transition: 0.4s;
}

#home .aboutBtn:hover {
    background-color: #003B6F;
    color: white;
    text-decoration: none;
    border-color: transparent;
}
#home .mission {
    padding-top: 4%;
}
#home .ourbrands {
    padding-top: 10%;
}

#home .ourbrandsBtn {
    border: 1px solid #b19719;
    color: white;
    background-color: #b19719;
    border-radius: 36px;
    padding: 15px 30px;
    text-decoration: none;
    font-family: "articulat-cf", sans-serif;
    font-weight: 700;
    font-size: 14px;
    transition: 0.4s;
}

#home .ourbrandsBtn:hover {
    background-color: white;
    color: #b19719;
    text-decoration: none;
}

#home .homeImgText {
    position: absolute;
    z-index: 15;
    top: 45vh;
    left: 5%;
    color: white;
    width: 100%;
}

#home .homeImgText h3 {
    color: white;
}

#home .homeImg {
    padding-top: 2%;
}

#home .homeImgBtn {
    border: 1px solid #FCE46E;
    color: white;
    border-radius: 36px;
    padding: 15px 30px;
    text-decoration: none;
    font-family: "articulat-cf", sans-serif;
    font-weight: 700;
    font-size: 14px;
    transition: 0.4s;
}

#home .homeImgBtn:hover {
    background-color: white;
    color: #003B6F;
    text-decoration: none;
    border-color: transparent;
}

#home .section2 h3 {
    color: #b19719;
}

#home .section3 .reveal {
    z-index: 3;
    overflow-x: hidden;
}

#home .section3 h3 {
    color: #FCE46E;
}

#home .section3 p {
    height: 50px;
}

#home .homebanner .carousel-item img {
    height: 100vh;
}

#home .section-quote .section-quote-container {
    max-width: 100%;
    z-index: 2;
}

#home .section-quote .subsection1column {
    text-align: center;
}

#home .section-quote {
    position: relative;
    background-image: url(../images/kuwait3.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 3% 8%;
    z-index: 10;
}

#home .section1 {
    display: block;
    padding: 5% 16% 6%;
    background-color: #fffaf3
}

#home .section2 {
    position: relative;
    padding: 2% 16% 5%;
    background-color: #fffaf3;
    color: #003B6F;
}

#home .section3 {
    position: relative;
    padding: 7% 16%;
    color: white;
    background-image: url(../images/kuwait4.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#home .section3::before {
    content: "";
    background: rgb(13 1 55 / 80%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

#home .section3Img {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#home .section3Img img {
    height: 400px;
}

#home .section3Overlay {
    content: '';
    background: linear-gradient(0deg, #003B6F 0%, rgba(19, 40, 71, 0.2021183473) 30%, rgba(19, 40, 71, 0) 62%, rgba(19, 40, 71, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    border-radius: 10px;
}

/* #home .hero.homebanner .carouselImg1::before {
    content: "";
       background: color-mix(in srgb, #3a1f6ec7, transparent 50%);
  
    position: absolute;
    inset: 0;
    z-index: 2;
}

#home .hero.homebanner .carouselImg2::before {
    content: "";
       background: color-mix(in srgb, #3a1f6ec7, transparent 50%);
 
    position: absolute;
    inset: 0;
    z-index: 2;
}

#home .hero.homebanner .carouselImg3::before {
    content: "";
    background: color-mix(in srgb, #3a1f6ec7, transparent 50%);
  
    position: absolute;
    inset: 0;
    z-index: 2;
} */

#home .sectors-logos img {
    height: 30vh;
    border-radius: 10px;
}

#home .section3OverlayText {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 0px;
    color: white;
    font-size: 25px;
    font-family: "jaf-bernina-sans-condensed", sans-serif;
}
#home .section4 {
    position: relative;
    padding: 5% 16%;
    background-color: #003B6F;
    background-color: #fffaf3;
    color: #003B6F;
}
#home .section4 span {
    color: #b19719;
}
/* -------------- HOME PAGE -------------- */

/* -------------- ABOUT US PAGE -------------- */
#aboutus .section1 {
    display: block;
    padding: 5% 16% 0%;
    color: #003B6F;
    background-color: #f7f6f2;
}

#aboutus .section2 {
    position: relative;
    padding: 2% 16%;
    color: white;
    background: #fffaf3;
    /* background: #003B6F; */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#aboutus .section3 {
    padding: 2% 16% 2%;
    color:#666!important;
    background-color: #f7f6f2;
    overflow-x: hidden;
}

#aboutus .section3Overlay {
    content: '';
    /* background: linear-gradient(0deg, #003B6F 0%, rgba(75, 18, 167, 0.202) 30%,rgba(75, 18, 167, 0.202)  62%, rgba(75, 18, 167, 0.202)  100%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
}

#aboutus .section4 {
    padding: 4% 16% 2%;
    background-color: #fffaf3;
    /* background-color: whitesmoke; */
    color: #003B6F;
    line-height: 1.5;
    overflow-x: hidden;
}

#aboutus .section5 {
    padding: 4% 16% 4%;
    color: #003B6F;
}
#aboutus .valueimg{
    width: 70%;
}
#aboutus .valuesCardsParent {
    position: relative;
    margin-top: -15%;
}

#aboutus .valuesCards {
    border: 1px solid rgb(181 180 180 / 35%);
    height: 100%;
    padding: 50px 40px;
    background: #fff;
    box-shadow: -10px 10px #99999975;
}

#aboutus .mv-card {
    position: relative;
    overflow: hidden;
    box-shadow: -10px 10px #99999975;
}

#aboutus .mv-card h3 {
    position: absolute;
    bottom: 5px;
    left: 45px;
    color: white;
}

#aboutus .card-text {
    position: absolute;
    opacity: 0;
    bottom: -100%;
    color: white;
    height: 100%;
    padding: 8%;
    background: color-mix(in srgb, #003B6F, #00000087 50%);

    transition: all 0.8s ease-in-out;
}

#aboutus .mv-card:hover > .card-text{
    opacity: 1;
    bottom: 0;
}

#aboutus #map {
    height: 60vh;
}

/*#aboutus .hero {
    background: #E6F0F9;
    overflow: hidden;
    position: relative;
    border-bottom: 4px solid #003B6F;
}*/

#aboutus .filcoMap img{
    width: 800px;
}
#aboutus .locationsP {
    color: white;
    font-size: 1.5rem;
    padding-left: 25px;
    line-height: 1.3;
}

#aboutus .locationsUl {
    list-style: none;
    margin-left: 12%;
    text-align: justify;
}

#aboutus .locationsLi {
    padding: 10% 0;
    color: white;
    font-size: 1.2rem;
    padding-left: 15px;
}

#aboutus .locationsLi i {
    color: #FCE46E;
    transform: rotate(47deg);
    padding-right: 0px;
}
#aboutus .locationsMap img{
    width: 100%;
    height: 700px;
}

/* -------------- ABOUT US PAGE -------------- */

/* -------------- CHAIRMAN PAGE -------------- */
#chairman .section1 {
    padding: 5% 11%;
}

#chairman .section1 .titleBand {
    border-radius: 10px 10px 0 0;
    padding: 50px;
    position: relative;
    background: #003B6F;
    border-bottom: 4px solid #FCE46E;
}

#chairman .chairmanmessage-area h3 {
    color: #fff;
    font-family: rubik, sans-serif;
    font-weight: 600;
    text-transform: none;
}

#chairman .chairmanmessage-area h5 {
    color: #FCE46E;
    font-family: rubik, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

#chairman .section1 p {
    font-size: 1.2rem;
    color: #003B6F;
}

#chairman .quoteIcon {
    font-size: 50px;
    color: #FCE46E;
}

#chairman .quoteLeft {
    position: absolute;
    top: 10px;
    left: 32px;
    width: 64px;
}

#chairman .quoteRight {
    position: absolute;
    bottom: 10px;
    right: 32px;
    width: 64px;
}

/* -------------- CHAIRMAN PAGE -------------- */

/* -------------- OUR Brands PAGE -------------- */
#ourbrands .section1 {
    display: block;
    padding: 5% 16% 6%;
}

#ourbrands .brandBox {
    position: relative;
    cursor: pointer;
    height: 200px;
    border: 1px solid #99999975;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    margin: 5% 0;
    box-shadow: 10px 10px #99999975;
}

#ourbrands .brandBox img {
    height: 100%;
}

#ourbrands .brandsTitle {
    text-align: left;
    padding-bottom: 3%;
    color: #003B6F;
    font-family: 'AlphaHeadline-Bold';
    margin-left: 1%;
}

/* -------------- OUR Brands PAGE -------------- */

/* -------------- brand PAGE -------------- */
#brand .section1 {
    display: block;
    padding: 5% 16% 2%;
}

#brand h5,
#brand p {
    color: #003B6F;
}

/* -------------- brand PAGE -------------- */

/* -------------- CAREERS PAGE -------------- */
#career #btn-back-to-top{
    right: 80px;
}
#career .section1 {
    padding: 5% 12% 6%;
    background: whitesmoke;
}
#career .careerCard {
    padding: 6% 30% 0 0;
}
#career .careerImg {
    margin: auto;
}
#career .careerCard h2 {
    font-size: 48px;
    color: rgb(8, 83, 146);
    background-color: rgba(0, 0, 0, 0);
    font-family: Cairo, sans-serif;
    color: #b19719;
}

#career .careerCard p {
    color: #003B6F;

}

#career .selectGender {
    font-family: 'Gotham-Book-Regular';
    color: #003B6F;
    background-color: white;
    outline: none;
    font-size: 15px;
}

/* form */
#career .section2 {
    display: block;
    padding: 5% 12% 6%;
}

#career .subtitle {
    color: #003B6F;
}

@media (max-width: 500px) {
    #career .contact-recaptcha {
        text-align: center !important;
    }
}

#career .contact-recaptcha {
    text-align: right;
}

#career .contact-recaptcha p {
    color: #003B6F;
}

#career .contact-recaptcha a {
    color: #FCE46E;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

#career .contact-recaptcha a:hover {
    color: #003B6F;
}

#career .submitSection {
    justify-content: space-between;
    align-items: center;
}

#career .section2 .submitBtn button {
    border: 1px solid #003B6F;
    color: White;
    border-radius: 36px;
    padding: 10px 30px;
    text-decoration: none;
    font-family: "articulat-cf", sans-serif;
    font-weight: 700;
    font-size: 14px;
    transition: 0.4s;
    background: #003B6F;
    width: 100%;
}

#career .careerdisplay-error {
    display: none;
    background-color: #95092E;
    color: #c7cbd1;
    border: none;
    font-weight: normal;
}

#career .careerdisplay-success {
    display: none;
    font-weight: normal;
    background-color: #FCE46E;
    color: #251168;
}

#career .status-msg {
    color: #FCE46E;
    font-family: 'AlphaHeadline-Bold';
    font-weight: normal;
    font-size: 17px;
    display: none;
}

#career .form-control {
    box-shadow: none;
}

#career .form-control:focus {
    border: 1px solid #003B6F;
}

#career .section2 p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

#career .section2 .submitBtn button:hover {
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-color: transparent;
}

#career .careerresumeErr,
#career .careergenderErr,
#career .careerphoneErr,
#career .careeremailErr,
#career .careernationalityErr,
#career .careernameErr {
    color: red;
}

#career .fileDiv {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center !important;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 4px;
    border: 1px dashed rgba(17, 17, 17, 0.2);
}

#career .fileDiv input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    background: none !important;
    border: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    padding: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    min-height: unset !important;
    margin: 0 !important;
}

#career .fileDiv .choose {
    display: inline-block;
    color: rgb(25, 123, 255);
    margin-right: 0.25em;
}

#career .fileDiv .drop {
    display: inline-block;
    color: rgb(17, 17, 17);
}

#career .fileTypes {
    font-size: 13px;
    color: rgba(17, 17, 17, 0.5);
}

#career .fileName {
    color: rgb(25, 123, 255);
    font-weight: 400 !important;
}

#career .careerformImg {
    margin: auto;
    margin-bottom: 14.5vh;
}

/*#career .careerformImg img {*/
/*    width: 100%;*/
/*    height:100%;*/
/*}*/

/* -------------- CAREERS PAGE -------------- */


/* -------------- FORM STYLE START -------------- */

.container.contact-section-1-container {
    max-width: 100%;
}

.form {
    position: relative;
    background-size: cover;
    padding: 5% 10%;

}

.form #contact-desktop .yellowleftborder {
    border-left: 1px solid #FCE46E;
    padding-left: 10%;
}

.form #contact-desktop .yellowtopborder {
    border-top: 1px solid #FCE46E;
    padding-left: 10%;
}


.form #contact-desktop .countryname {
    text-align: center;
    width: 35%;
    color: #FCE46E;
    font-family: 'AlphaHeadline-Bold';
    font-size: 25px;
}

.form .subtitle {
    text-align: left;
    font-size: 35px;
    color: #FCE46E;
    font-family: 'AlphaHeadline-Bold';
    padding-top: 5%;

}

.form #contact-desktop a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

.form #contact-desktop table {
    border-collapse: separate;
    border-spacing: 0 25px;
}

.form #contact-desktop .lettertd {
    vertical-align: top;
    color: #FCE46E;
    font-weight: bold;
    font-family: 'Gotham-Book-Regular';
    font-size: 15px;
}

.form #contact-desktop .texttd {
    padding-left: 5%;
    color: white;
    font-weight: normal;
    font-family: 'Gotham-Book-Regular';
    font-size: 15px;
}

.form .display-error {
    display: none;
    background-color: #95092E;
    color: #c7cbd1;
    border: none;
    font-weight: normal;
}

.form .display-success {
    display: none;
    font-weight: normal;
    background-color: #FCE46E;
    color: #251168;
}

.form .status-msg {
    color: #FCE46E;
    font-family: 'AlphaHeadline-Bold';
    font-weight: normal;
    font-size: 17px;
    display: none;
}

.form ::placeholder {
    color: #003B6F;
    font-size: 15px;
}

.form button.sendbutton {
    background-color: transparent;
    border-radius: 12px;
    font-family: 'AlphaHeadline-Bold';
    font-size: 15px;
    color: #FCE46E;
    border: solid 2px #FCE46E;
    padding: 0.5% 4%;
    cursor: pointer;
}

.form button.sendbutton:hover {
    background-color: #FCE46E;
    color: #003B6F;
    font-family: 'AlphaHeadline-Bold';
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form #subject,
.form #message {
    font-family: 'Gotham-Book-Regular';
    color: #003B6F;
    border-radius: 12px;
    border: none;
    background-color: white;
    outline: none;
    font-size: 15px;
}

.form input:focus {
    background-color: white;
    color: #003B6F;
}

.form .careerdisplay-error {
    display: none;
    background-color: #95092E;
    color: #c7cbd1;
    border: none;
    font-weight: normal;
    font-size: 15px !important;
}

.form .careerdisplay-success {
    display: none;
    font-weight: normal;
    background-color: #FCE46E;
    color: #251168;
    font-size: 15px !important;
}

.form .careerstatus-msg {
    color: #95092E;
    font-family: 'AlphaHeadline-Bold';
    font-weight: normal;
    font-size: 17px;
    display: none;
}

.mycv {
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    background-color: white;
    outline: none;
    font-size: 15px;
    font-family: 'Gotham-Book-Regular';
    color: #003B6F;
}

.form .file {
    visibility: hidden;
    position: absolute;
}

.form .input-group-text {
    background-color: white;
    color: #003B6F;
    border: 1px solid white;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.form .input-group-append {
    border-radius: 12px;
}

.formdiv {
    background-color: #003B6F;
    border-radius: 12px;
    padding: 3%;
    box-shadow: -15px 15px #99999975;
    background: linear-gradient(176deg, #003B6F 20%, #fc6e6e);
}

/* -------------- FORM STYLE END -------------- */

/* -------------- CONTACT US -------------- */
#contact #btn-back-to-top{
    right: 80px;
}
#contact .section1 {
    display: block;
    padding: 2% 15% 6%;
}

#contact .headquarters {
    background-color: #003B6F;
    border-radius: 10px;
    padding: 40px;
    height: 83%;
}

#contact .locationCard {
    background-color: rgb(28 17 71 / 30%);
    border-radius: 10px;
    padding: 40px;
    border: solid 1px rgba(255, 255, 255, 0.2);
}

#contact .section2 {
    background-image: url(../images/kuwait5.webp);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0px;
    overflow: hidden !important;
}

#contact .locationsOverlay {
    background: linear-gradient(135deg, rgba(19, 40, 71, 0.85) 0%, rgba(19, 40, 71, 0.85) 60%, rgba(188, 158, 112, 0.85) 100%);
    background: linear-gradient(135deg, color(srgb 0.05 0 0.22 / 0.85) 0%, color(srgb 0.13 0.09 0.3 / 0.85) 60%, rgba(188, 158, 112, 0.85) 100%);
    background: linear-gradient(135deg, color(srgb 0.05 0 0.22 / 0.85) 0%, color(srgb 0.13 0.09 0.3 / 0.85) 60%, color(srgb 0.13 0.09 0.3 / 0.85) 100%);
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    padding: 5% 15% 6%;
}

#contact .section1 h4,
#contact .section2 h4 {
    color: #FCE46E;
}

#contact .section1 p,
#contact .section2 p {
    color: white;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

#contact .section1 a,
#contact .section2 a,
#contact .section1 span,
#contact .section2 span {
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 19px;
    padding-bottom: inherit;
    line-height: inherit;
    text-decoration: none;
}

#contact .section1 a:hover,
#contact .section2 a:hover {
    color: #FCE46E;
}

#contact .section1 i,
#contact .section2 i {
    font-size: 24px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #FCE46E;
}

#contact .form-control {
    box-shadow: none;
}

#contact .form-control:focus {
    border: 1px solid #003B6F;
}

#contact .section1 .submitBtn button {
    border: 1px solid #003B6F;
    color: white;
    border-radius: 36px;
    padding: 10px 30px;
    text-decoration: none;
    font-family: "articulat-cf", sans-serif;
    font-weight: 700;
    font-size: 14px;
    transition: 0.4s;
    background: #003B6F;
    width: 100%;
}

#contact .section1 .submitBtn button:hover {
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-color: transparent;
}

#contact .display-error {
    display: none;
    background-color: #95092E;
    color: white;
    border: none;
    font-weight: normal;
}

#contact .display-success {
    display: none;
    font-weight: normal;
    background-color: #FCE46E;
    color: #251168;
}

#contact .status-msg {
    color: #ff0000 !important;
    /* font-family: 'AlphaHeadline-Bold'; */
    font-weight: normal;
    font-size: 17px;
    display: none;
}

#contact .contactus-section h2 {
    border-top: 1px solid yellow;
}

#contact form textarea {
    min-height: 250px;
    height: 250px;
}

#contact .map {
    padding: 0;
    border-top: 4px solid #FCE46E;
    background: #003B6F;
}

#contact .map iframe {
    border-bottom: 4px solid #FCE46E;
}

#contact .subtitle {
    color: #003B6F;
}

@media (max-width: 500px) {
    #contact .contact-recaptcha {
        text-align: center !important;
    }
}

#contact .contact-recaptcha {
    text-align: right;
}

#contact .contact-recaptcha p {
    color: #003B6F;
}

#contact .contact-recaptcha a {
    color: #FCE46E;
    font-size: 14px;
}

#contact .contact-recaptcha a:hover {
    color: #003B6F;
}

#contact .submitSection {
    justify-content: space-between;
    align-items: center;
}

/* -------------- CONTACT US -------------- */

/* -------------- SEARCH -------------- */
#search .section1 {
    display: block;
    padding: 2% 16% 1%;
}

#search .section1 .searchBar {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#search .section1 .searchBar .innerSearch {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #b5b3b3;
    padding: 0 20px;
}

#search .section1 .searchBar .innerSearch input {
    color: #003B6F;
}

#search .section1 .searchBar p {
    color: #003B6F;
}

#search .section1 .searchBar button {
    bottom: 10px;
    right: 15px;
    color: #003B6F;
    cursor: pointer;
}

#search .section2 {
    display: block;
    padding: 1% 16% 6%;
    min-height: 30vh;
}

#search .section2 h2 a {
    color: #003B6F;
}

#search .section2 h2 a:hover {
    text-decoration: none;
    color: #b19719;
}

#search .section2 .readmoreBtn a {
    color: #b19719;
    font-size: 18px;
}

#search .section2 .readmoreBtn a i {
    font-size: 14px;
}

#search .section2 .col-12 {
    margin: 20px 0;
}

/* -------------- SEARCH -------------- */

/* -------------- FOOTER --------------*/
.footer {
    padding: 20px 3%;
    background: #003B6F;
    border-top: 4px solid #003B6F;
    font-size: 14px;
}

.footerlogo {
    width: 140px;
}

.footerliststyle {
    color: white !important;
}

.footertdalignment {
    vertical-align: top;
    color: white !important;
}

.footercontainer {
    max-width: 100% !important;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer li,
.footer a {
    color: white;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Gotham-Book-Regular';
}

.footer table td {
    color: white;
    font-size: 11px;
    line-height: 24px;
    font-family: 'Gotham-Book-Regular';
}

.footer .title {
    color: white;
    font-family: 'Gotham-Book-Regular';
    float: left;
    width: 50%;
}

.footer-rightyellowcolumn {
    border-right: 2px solid #FCE46E;
}

.copyright {
    background: #003B6F;
    color: #FCE46E;
    font-size: 14px;
    font-family: 'Gotham-Book-Regular';
    padding: 20px 5%;
    line-height: 1.5;
    text-align: center;
}

.footer .lettertd {
    vertical-align: top;
    color: #FCE46E;
    font-weight: bold;
    font-family: 'Gotham-Book-Regular';
    font-size: 15px;
}

.footer .texttd {
    padding-left: 5%;
    color: white;
    font-weight: normal;
    font-family: 'Gotham-Book-Regular';
    font-size: 15px;
}

.footer .connect {
    padding: 20px 0;
}

.footer .connect .socialsText {
    color: #FCE46E;
    float: left;
}

.footer .connect .socialsLinks {
    float: left;
    padding-left: 20px;
}
.privacylocation{
    float: right;
    font-size: 12px;
    color: white;
}
.copyright .poweredby {
    color: #999999;
    text-decoration: none;
    cursor: auto;
    font-size: 12px;
}
/* Scroll to top button */
#btn-back-to-top {
    position: fixed;
    bottom: 14px;
    right: 20px;
    display: none;
    color: #003B6F;
    background: #003B6F;
    border-radius: 50%;
    border: 2px solid;
    z-index: 999;
}

.footer i{
    color: #FCE46E;
}
.footerDivs2 .footerEmail{
    padding-left: 7%;
    word-wrap: break-word;
}
/* -------------- FOOTER -------------- */

/* -------------- PRIVACY -------------- */
#privacy .navBanner {
    height: 50vh;
    background-image: url(../images/kuwait.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0px;
    overflow: hidden !important;
}
#privacy {
    background-color: #fffaf3;
    color: #003B6F;
}

#privacy .mainsection {
    padding: 5%;
}

#privacy .mainsection ul li {
    list-style-type: disc;
}

#privacy .mainsection ol>li::marker {
    font-weight: bold;
    color: #b19719;
}

#privacy .mainsection b {
    color: #b19719;
}
/* -------------- PRIVACY -------------- */
@media screen and (max-width: 1800px) {
    #career .respectImg{
        height: 58%;
    }
}

@media screen and (max-width: 1440px) {
    
    #home .section1 {
        padding: 5% 15% 6%;
    }

    #home .section-quote {
        padding: 3% 5%;
    }

    #home .section2 {
        padding: 7% 15%;
    }

    #home .section3 {
        padding: 7% 15%;
    }

    #home .section4 {
        padding: 5% 15%;
    }
    #home .quoteBackground {
        padding: 4% 7%;
    }

    #home .yearCounter-year span {
        font-size: 85px;
    }

    #home .counter i {
        font-size: 70px;
    }

    #home .counter span {
        font-size: 43px;
    }

    #aboutus .section1 {
        padding: 5% 15% 0%;
    }

    #aboutus .section2 {
        padding: 2% 15%;
    }

    #aboutus .section3 {
        padding: 2% 2% 2%;
    }

    #aboutus .section4 {
        padding: 4% 15% 5%;
    }

    #aboutus .section5 {
        padding: 4% 8% 4% 10%;
    }

    #aboutus .valueimg{
        width: 100%;
    }

    #aboutus .locationsMap img{
        width: 100%;
        height: initial;
    }

    #ourbrands .section1 {
        padding: 5% 10% 6%;
    }

    #brand .section1 {
        padding: 5% 15% 6%;
    }

    #contact .section1 {
        padding: 5% 5% 6%;
    }
}

@media screen and (max-width: 1250px) {
    #home .sectors-logos img {
        height: 40vh;
    }
    #career .careerCard {
        padding: 6% 14% 0 0;
    }
    #career .careerformImg {
        margin-bottom: 20vh;
    }

    #contact .section1 {
        padding: 5% 5% 6%;
    }

    #contact .headquarters {
        padding: 28px;
        height: 84%;
    }

    #contact .headquarters span,
    #contact .headquarters a,
    #contact .headquarters i {
        font-size: 19px;
    }

    #contact .locationsOverlay {
        padding: 5% 10% 6%;
    }

    #contact .headquarters i {
        margin-right: 10px;
    }
}
@media screen and (max-width: 1199px) {
    #aboutus .valueimg{
        width: 50%;
    }
    #home .quoteBackground {
        padding: 6% 7%;
    }
}
@media screen and (max-width: 1070px) {
    #contact .headquarters {
        height: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .navBanner img {
        object-fit: cover;
    }
    #home .quoteBackground {
        padding: 8% 7%;
    }

    #home .yearCounter-year span {
        font-size: 85px;
    }

    #home .counter i {
        font-size: 65px;
    }

    #home .counter span {
        font-size: 43px;
    }

    #home .section1 {
        padding: 5% 10% 6%;
    }

    #home .section-quote {
        padding: 3% 0%;
    }

    #home .section2 {
        padding: 2% 10% 7%;
    }

    #home .section3 {
        padding: 7% 10%;
    }
    #home .section4{
        padding: 5% 10%;
    }
    #aboutus .section1 {
        padding: 5% 10% 2%;
    }

    #aboutus .section2 {
        padding: 2% 10%;
    }

    #aboutus .section3 {
        padding: 6% 2%;
    }

    #aboutus .section4 {
        padding: 4% 10% 10%;
    }

    #aboutus .section5 {
        padding: 4% 8% 4% 10%;
    }

    #aboutus .filcoMap img{
        width: 100%;
    }

    #brand .section1 {
        padding: 5% 10% 6%;
    }

    #career .careerCard {
        padding: 0;
    }

    #contact .section1 {
        padding: 5% 4% 6%;
    }

    #contact .headquarters {
        padding: 28px;
        height: 80%;
    }

    #contact .headquarters span,
    #contact .headquarters a,
    #contact .headquarters i {
        font-size: 19px;
    }

    #contact .locationsOverlay {
        padding: 5% 10% 6%;
    }

    #contact .headquarters i {
        margin-right: 10px;
    }


    .copyright {
        background: #003B6F;
        color: #FCE46E;
        font-size: 0.8rem;
        text-align: center;
        /* padding-bottom: 1%; */
        /* border-top: 3px solid #FCE46E; */
        font-family: 'Gotham-Book-Regular';
    }
}

@media screen and (max-width: 991px) {
    #home .atGlance{
        text-align: center;
    }
    #home .yearCounterInnerDiv{
        float: none;
    }
    #home .yearCounter-year {
        text-align: center;
    }
    #home .yearCounter h3{
        text-align: center;
    }
    #home .section3 p {
        height: initial;
    }

    #home .ourbrands {
        padding-top: 2%;
    }

    #home .sectors-logos {
        padding-top: 5%;
    }
    #home .mission{
        margin-bottom: 10%;
    }
    #home .section4{
        padding: 5% 10% 1%;
        text-align: center;
    }
    #home .section2{
        text-align: center;
    }
    #aboutus .section3 {
        padding: 2% 10% 2%;
    }
    #career .careerformImg {
        margin-bottom: auto;
        margin-top: 4%;
    }
    #home .section3Img img {
        height: 100%;
    }
    #contact .headquarters {
        height: 100%;
        margin-top: 5%;
    }
    .footer {
        padding: 20px 8%;
    }
    .footerlogo{
        width: 110px;
    }
    .footerDivs1, .footerDivs2{
        padding-top: 5%;
    }
    .footerSiteInfo{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #home .quoteBackground {
        padding: 12% 6%;
    }

    #home .yearCounter-year {
        text-align: center;
    }

    #home .counter {
        margin-bottom: 25px;
    }
    #home .atGlance {
        text-align: left;
    }
    #home .section-quote {
        padding: 3% 0%;
    }

    #home .section2 {
        padding: 2% 10% 7%;
    }
    #home .section4{
        text-align: left;
    }
    #home .section2 {
        text-align: left;
    }
    #aboutus{
        /* text-align: center; */
    }
    #aboutus .section2 {
        padding: 2% 8%;
    }
    #aboutus .section4 .slide-left{
        margin-top: 15px;
    }
    #aboutus .valueimg{
        width: 100%;
    }
    #ourbrands .section1 {
        padding: 5% 20% 6%;
    }

    #contact .section1 {
        padding: 5% 12% 10%;
    }

    #contact .locationsOverlay {
        padding: 5% 12% 5%
    }
}
@media screen and (max-width: 486px) {
    .footerDivs2 .title{
        width: 100%;
    }
    .footerDivs1, .footerDivs2 {
        padding-top: 8%;
    }
    .footerDivs2 .footerEmail{
        padding-left: 0;
    }
}
@media screen and (max-width: 450px) {
    #home .homeImgText{
        width: initial;
    }
}
@media screen and (max-width: 425px) {
    #home .sectors-logos img {
        height: 30vh;
    }
    /*
    .navBanner img {
        height: 30vh;
    }*/

    #home .section1 {
        padding: 5% 8% 6%;
    }

    #home .homebanner .carousel-item img {
        height: 88vh;
    }

    #home .homeImgText {
        top: 60vh;
    }

    #home .homeImgText h3 {
        font-size: 1.1rem;
    }

    #home .homeImgBtn{
        font-size: 10px;
    }

    #home .atGlance h1 {
        font-size: 50px;
    }

    #home .quoteBackground {
        padding: 20% 7%;
    }

    #home .quoteBackground p {
        font-size: 20px;
    }

    #home .yearCounter h3 {
        margin-right: 0%;
        text-align: center;
    }

    #home .yearCounter-year span {
        font-size: 90px;
    }

    #home .counter {
        margin-bottom: 25px;
    }

    #home .counter i {
        font-size: 65px;
    }

    #home .counter span {
        font-size: 40px;
    }

    #home .section-quote {
        padding: 3% 2%;
    }

    #home .section2 {
        padding: 7% 8%;
    }

    #home .sectors-logos {
        padding-top: 10%;
    }

    #home .section3 {
        padding: 7% 8%;
    }

   /* #aboutus .hero img {
        height: 30vh;
    }*/

    .form {
        padding: 10% 10%;
    }

    #aboutus .section1 {
        padding: 5% 4% 6%;
    }

    #aboutus .section2 {
        padding: 2% 4%;
    }

    #aboutus .section3 {
        padding: 2% 4%;
    }

    #aboutus .section4 {
        padding: 4% 4% 10%;
    }

    #aboutus .section5 {
        padding: 4% 5% 4% 7%;
    }

    #ourbrands .section1 {
        padding: 5% 10% 6%;
    }
    #career .section1 {
        padding: 5% 5% 6%;
    }
    #career .section2 {
        padding: 5% 4% 6%;
    }

    #contact .section1 {
        padding: 5% 3% 10%;
    }

    #contact .locationsOverlay {
        padding: 5% 3% 5%
    }
}

@media screen and (max-width: 375px) {
    #home .aboutBtn {
        font-size: 13px;
        padding: 15px 15px;
    }
    #home .atGlance h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 320px) {
    #home .aboutBtn {
        font-size: 12px;
        padding: 15px 15px;
    }
}
.grecaptcha-badge{
    z-index: 999999999;
}

@media (min-width:1024px) and (max-width:1086px) {
    .footercontainer .col-xl-5{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:2000px) and (max-width:2400px) {
    #home .section3Img img {
        height: 500px;
    }
    .footer li, .footer a{
        font-size: 1rem;
    }
    .footer table td{
        font-size: 1rem;
    }
}
@media (min-width:2401px){
    #home .section3Img img {
        height: 600px;
    }
    .footer li, .footer a{
        font-size: 1.2rem;
    }
    .footer table td{
        font-size: 1rem;
    }
    #aboutus .locationsMap img{
        height: 100%;
    }
    #ourbrands .brandBox{
        height: 25vh;
    }
    #contact .card button{
        font-size: 1vw;
    }
    #career .section2 p{
        font-size: 1vw;
    }
    #contact .fileTypes, #career .fileTypes{
        font-size: 0.6vw;
    }
    #contact .form-control, #career .form-control{
        font-size: 0.7vw;
    }

    header .socialIcon, .searchButton {
        font-size: 0.7vw;
    }
}
@media (min-width:1700px){
    body{
        font-size: 1vw;
    }
    #home .aboutBtn, #home .ourbrandsBtn, #home .homeImgBtn, #career .section2 .submitBtn button, #contact .section1 .submitBtn button{
        font-size:0.8vw;
    }
    #home .atGlance p,#home .yearCounter h3,#home .atGlance h3,#aboutus .locationsP, #chairman .section1 h2, #brand h5 {
        font-size: 1.1vw;
    }
    #home .counter .partName, #aboutus .locationsLi, #chairman .section1 p, #chairman .message{
        font-size: 1vw;
    }
    #home .quoteBackground p{
        font-size: 1.2vw;
    }
}



   /* ============================================
   HOME PAGE SCOPED STYLES
   ============================================ */

#home body {
    visibility: hidden;
}

#home html, 
#home body {
    overflow-x: visible;
}

#home .page-wrapper {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
}

#home #loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #003B6F;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

#home .loaderDiv {
    position: relative;
    height: 100vh;
}

#home .center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

#home .carouselText {
    font-size: 1.6rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

/* Increase font size only for carousel text */
#home .homeImgText h3 {
    font-size: 2.5rem !important;
}

#home .homeImgText .carouselText {
    font-size: 2rem !important;
}

/* Animation Classes */
#home .animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

#home .animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

#home .slide-from-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

#home .slide-from-left.animated {
    opacity: 1;
    transform: translateX(0);
}

#home .slide-from-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

#home .slide-from-right.animated {
    opacity: 1;
    transform: translateX(0);
}

#home .fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

#home .fade-in-up.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger animation for icons */
#home .about-icon-box {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s ease, transform 1.5s ease, box-shadow 0.3s ease;
}

#home .about-icon-box.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Full-width blue separator between sections */
#home .section-separator {
    height: 3px;
    background: #FCE46E;
    width: 100%;
    margin: 0;
    border: none;
}

/* Adjust section spacing to accommodate separators */
#home .sec-about-new {
    padding-bottom: 80px !important;
}

#home .sec-brands {
    padding-top: 60px !important;
}

#home .sec-product {
    padding-top: 60px !important;
}

#home .sec-incen {
    padding-top: 40px !important;
}

@media (max-width: 768px) {
    #home .headerlogo {
        width: 110px;
        transition: 1s all ease;
    }
    
    #home header .headercontainer {
        background-color: transparent;
        border-bottom: 0;
    }

    #home .homebanner {
        margin-top: 0 !important;
    }
}

@media (max-width: 1199px) {
    #home header {
        position: fixed;
    }

    #home .mobileSearch {
        position: fixed;
    }

    #home .button_container {
        position: fixed;
    }

    #home header .headercontainer.white {
        background-color: white;
        border-bottom: 2px solid #FCE46E
    }

    #home header .headercontainer.white.open {
        border-bottom: 0;
    }

    #home .mobileSearch.white {
        color: #003B6F;
    }

    #home .button_container.white span {
        background: #003B6F !important;
    }

    #home .button_container.white.active span {
        background: #FCE46E !important;
    }

    #home .headercontainer.white #logo {
        height: 100%;
    }

    #home .mobileSearch.white.active {
        color: #FCE46E;
    }

    #home .button_container.active span {
        background: #FCE46E !important;
    }
}

@media (max-width: 1199px) {
    /* Increase the padding in the header row */
    #home .headercontainer .row.py-4 {
        padding-top: 1.7rem !important;
        padding-bottom: 1.5rem !important;
    }
    
    /* Ensure the site-header has enough height */
    #home .site-header {
        min-height: 80px;
    }
}

/* This targets only the desktop navigation inside the header */
#home .site-header > .container .mainAnchor {
    color: #003B6F !important;
}

#home .site-header > .container .dropdown-menu2 .dropdown-item {
    color: white !important;
}

@media (max-width: 1199px) {
    /* Reduce the top padding of the navigation container */
    #home .col-sm-8.text-center {
        padding-top: 5px !important;
    }
    
    /* Reduce the bottom padding of nav */
    #home nav[style*="padding-bottom: 15px"] {
        padding-bottom: 5px !important;
    }
    
    /* Adjust the vertical alignment of the row */
    #home .headercontainer .row.py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        align-items: flex-start;
    }
    
    /* Make sure logo doesn't push menu down */
    #home .col-sm-2:first-child {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    /* Give the logo more breathing room */
    #home .headerlogo {
        width: 100px !important;
        margin-right: 15px !important;
    }
    
    /* Add space between logo column and menu column */
    #home .col-sm-2:first-child {
        padding-right: 25px !important;
    }
    
    /* Add left padding to menu column */
    #home .col-sm-8.text-center {
        padding-left: 10px !important;
    }
    
    /* Ensure menu items don't touch the logo */
    #home .mainAnchor:first-child {
        margin-left: 10px !important;
    }
}

@media (min-width: 992px) {
    #home #brandCarouselDesktop {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }
    
    #home #brandCarouselDesktop .carousel-control-prev {
        left: 50px !important;
    }
    
    #home #brandCarouselDesktop .carousel-control-next {
        right: 50px !important;
    }
}

@media (max-width: 1199px) {
    #home .overlay-menu ul li.mobileMenuLi:first-child {
        margin-top: 70px !important;
        padding-top: 20px !important;
    }
}
/* Fix product image stretching */
#home .block1-bg img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    background-color: white;
}

/* Alternative: if you want images to fill and crop instead */
#home .block1-bg.cover-style img {
    object-fit: cover;
}

/* Responsive heights */
@media (max-width: 768px) {
    #home .block1-bg img {
        height: 350px;
    }
}

@media (max-width: 480px) {
    #home .block1-bg img {
        height: 300px;
    }
}

/* Justify text in about section */
#home .sec-about .txt-s-116 {
    text-align: justify;
}

/* Justify text in why choose us section */
#home .sec-incen .txt-s-101 {
    text-align: justify;
}

#home .sec-incen .how-pos1 {
    left: 10px !important; 
}

/* SECTION BACKGROUND */
#home .sec-brands {
    background-image: url('../images/bg5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px !important;
}

/* Also adjust the padding-top to maintain balance */
#home .sec-brands {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
}

#home .sec-brands::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 0;
    pointer-events: none;
}

#home .sec-brands .container {
    position: relative;
    z-index: 1;
}

/* Decorative background */
#home .sec-brands::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(13, 1, 55, 0.02) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

#home .sec-brands::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(252, 228, 110, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* HERO IMAGE */
#home .products-hero-img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.1));
    animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* CAROUSEL */
#home #brandCarousel {
    padding: 25px 65px;
    position: relative;
}

#home .brand-row {
    min-height: 220px;
}

#home .brand-box {
    background: #f7f6f2;
    padding: 35px 25px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    min-height: 230px;
    height: 230px;
}

#home .brand-box::before {
    display: none !important;
}

/* BRAND IMAGE */
#home .brand-img-box {
    height: 160px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home .brand-img-box img {
    max-width: 100%;
    max-height: 160px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

#home .brand-box:hover .brand-img-box img {
    transform: scale(1.08);
}

/* CONTROLS */
#home .carousel-control-prev,
#home .carousel-control-next {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #003B6F 0%, #003B6F 100%);
    border-radius: 50%;
    top: 45%;
    transform: translateY(-50%);
    opacity: 0.92;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(13, 1, 55, 0.25);
}

#home .carousel-control-prev:hover,
#home .carousel-control-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 20px rgba(13, 1, 55, 0.35);
}

#home .prev-icon, 
#home .next-icon {
    font-size: 2.8rem;
    color: white;
    position: absolute;
    top: 42%;
    left: 48%;
    transform: translate(-50%, -50%);
}
 
#home .next-icon {
    left: 55%;
}

/* INDICATORS */
#home .carousel-indicators {
    bottom: -50px;
}

#home .carousel-indicators li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d0d0d0;
    margin: 0 6px;
    transition: all 0.3s ease;
    opacity: 0.6;
    border: none;
}

#home .carousel-indicators li.active {
    background: linear-gradient(90deg, #003B6F, #1a0a4a);
    width: 32px;
    border-radius: 6px;
    opacity: 1;
}

/* RESPONSIVE - SHOW 1 BRAND PER SLIDE ON 767PX AND BELOW */
@media (max-width: 767px) {
    #home #brandCarousel {
        padding: 20px 40px;
    }

    #home .brand-img-box img {
        max-height: 120px;
    }

    #home .carousel-control-prev,
    #home .carousel-control-next {
        width: 42px;
        height: 42px;
    }
}

/* DESKTOP - HIDE MOBILE ITEMS */
@media (min-width: 768px) {
    #home .mobile-carousel-item {
        display: none !important;
    }
}

@media (max-width: 991px) {
    #home .brand-img-box img {
        max-height: 140px;
    }
}

@media (max-width: 576px) {
    #home .brand-img-box img {
        max-height: 110px;
    }
}

#home .sec-about .how-pos1 {
    left: 10px !important;
}

/* Who We Are Section - New Layout */
#home .sec-about-new {
    background: #fff;
    padding: 80px 0;
}

#home .about-content-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

#home .about-image-side {
    flex: 0 0 45%;
}

#home .about-image-side img {
    width: 100%;
    height: auto;
}

#home .about-text-side {
    flex: 1;
}

#home .about-icons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
}

#home .about-icon-box {
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

#home .about-icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

#home .about-icon-box i {
    font-size: 3rem;
    color: #003B6F;
    margin-bottom: 15px;
}

#home .about-icon-box span {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 991px) {
    #home .about-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    #home .about-image-side {
        flex: 0 0 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    #home .about-icons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    #home .about-icons-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    #home .sec-about-new {
        padding: 60px 0;
    }
}

/* Justify text in who we are section */
#home .sec-about-new .about-text-side p {
    text-align: justify;
}

/* Center Why Choose Us Title at the TOP */
#home .sec-incen .size-a-1 {
    text-align: center;
}

#home .sec-incen .how-pos1-parent {
    text-align: center;
}

#home .sec-incen .txt-l-101 {
    text-align: center;
}

#home .sec-incen .how-pos1 {
    position: relative;
    left: 0 !important;
    right: 0;
}

/* Subtitle under title */
#home .sec-incen .subtitle-text {
    text-align: center;
    max-width: 700px;
}

#home .sec-incen .how-pos1 {
    top: 40px !important;
    left: 42px !important;
}

/* Product Carousel Styles */
#home .products-carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

#home .products-carousel .carousel-inner {
    padding: 0 60px;
}

#home .products-carousel .carousel-item {
    transition: transform 0.6s ease-in-out;
}

/* Make sure these styles are active for products carousel */
#home .products-carousel .carousel-control-prev,
#home .products-carousel .carousel-control-next {
    display: flex !important;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #003B6F 0%, #003B6F 100%);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.92;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(13, 1, 55, 0.25);
    z-index: 10;
}

#home .products-carousel .carousel-control-prev {
    left: 0;
}

#home .products-carousel .carousel-control-next {
    right: 0;
}

#home .products-carousel .carousel-control-prev:hover,
#home .products-carousel .carousel-control-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 20px rgba(13, 1, 55, 0.35);
}

#home .products-carousel .prev-icon,
#home .products-carousel .next-icon {
    font-size: 2.8rem;
    color: white;
    line-height: 1;
}

#home .products-carousel .carousel-indicators {
    bottom: -15px;
    margin-bottom: 0;
}

#home .products-carousel .carousel-indicators li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d0d0d0;
    margin: 0 6px;
    transition: all 0.3s ease;
    opacity: 0.6;
    border: none;
    cursor: pointer;
}

#home .products-carousel .carousel-indicators li.active {
    background: linear-gradient(90deg, #003B6F, #1a0a4a);
    width: 32px;
    border-radius: 6px;
    opacity: 1;
}

/* Reduce spacing between product items */
#home .isotope-item {
    margin-bottom: 20px;
}

#home .isotope-grid {
    margin-left: -10px;
    margin-right: -10px;
}

#home .isotope-grid .isotope-item {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    #home .products-carousel .carousel-inner {
        padding: 0 40px;
        height: 700px !important;
    }
    
    #home .products-carousel .carousel-control-prev,
    #home .products-carousel .carousel-control-next {
        width: 42px;
        height: 42px;
    }
    
    #home .products-carousel .prev-icon,
    #home .products-carousel .next-icon {
        font-size: 2.2rem;
    }
}

/* Hide product carousel arrows */
#home .products-carousel .carousel-control-prev,
#home .products-carousel .carousel-control-next {
    display: none !important;
}

/* Reduce space after carousel */
#home .products-carousel-wrapper {
    padding-bottom: 15px !important;
}

/* Dots separator for products section (same as brands) */
#home .products-dots-separator {
    text-align: center;
    margin: 15px 0 10px 0;
}

#home .products-dots-separator .dot-indicators {
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

#home .products-dots-separator .dot-indicators li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d0d0d0;
    transition: all 0.3s ease;
    opacity: 0.6;
    border: none;
    cursor: default;
}

#home .products-dots-separator .dot-indicators li.active {
    background: linear-gradient(90deg, #003B6F, #1a0a4a);
    width: 32px;
    border-radius: 6px;
    opacity: 1;
}

/* Reduce Why Choose Us image size ONLY on desktop */
@media (min-width: 992px) {
    #home .sec-incen .wrap-pic-max-s img {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

/* Move right text slightly DOWN to align with image */
@media (min-width: 992px) {
    #home .sec-incen .col-md-6.order-md-2 {
        transform: translateY(25px);
    }
}

/* Move image slightly UP in Why Choose Us section */
@media (min-width: 992px) {
    #home .sec-incen .wrap-pic-max-s {
        transform: translateY(-30px);
    }
}

/* Text fade-in animation for carousel */
#home .homeImgText {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s ease, transform 1.5s ease;
    transition-delay: 0.5s;
}

#home .carousel-item.active .homeImgText {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger animation for text elements */
#home .homeImgText h3,
#home .homeImgText .carouselText,
#home .homeImgText .homeImg {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

#home .carousel-item.active .homeImgText h3 {
    transition-delay: 0.8s;
    opacity: 1;
    transform: translateY(0);
}

#home .carousel-item.active .homeImgText .carouselText {
    transition-delay: 1.1s;
    opacity: 1;
    transform: translateY(0);
}

#home .carousel-item.active .homeImgText .homeImg {
    transition-delay: 1.4s;
    opacity: 1;
    transform: translateY(0);
}

/* Desktop: 2 rows of 4 products (8 total) */
#home .products-carousel .carousel-inner {
    height: 550px;
}

#home .products-carousel .carousel-item {
    min-height: 700px;
}

#home .products-carousel .row.isotope-grid {
    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}

/* Tablet: 2 rows of 2 products (4 total) */
@media (min-width: 768px) and (max-width: 991px) {
    #home .products-carousel .carousel-inner {
        height: 550px !important;
    }
    
    #home .products-carousel .carousel-item {
        min-height: 700px;
    }
    
    #home .products-carousel .row.isotope-grid {
        min-height: 600px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
    }
}

/* For 577px-767px range (4 items max) */
@media (min-width: 577px) and (max-width: 767px) {
    #home .products-carousel .row.isotope-grid {
        width: 510px !important;
        max-width: 510px !important;
        margin: 0 auto !important;
    }
}

/* For mobile (4 items max) */
@media (max-width: 576px) {
    #home .products-carousel .row.isotope-grid {
        width: 350px !important;
        max-width: 350px !important;
        margin: 0 auto !important;
    }
}

/* Ensure the wrapper also has consistent height */
#home .products-carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
/* Remove default margin since we're using gap */
#home .isotope-item {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    #home .hero.homebanner {
        height: 60vh;
    }
    
    #home .homeImgText {
        position: absolute;
        top: 50% !important;
    }
    
    #home #carouselSlides .carousel-item img {
        height: 60vh !important;
    }
}

@media (max-width: 768px) {
    #home .homeImgText {
        position: absolute;
        top: 60% !important;
        font-size: 0.6rem !important;
    }
    
    /* Reduce carousel image height even more for mobile */
    #home .hero.homebanner {
        height: 65vh !important;
    }
    
    #home #carouselSlides .carousel-item img {
        height: 65vh !important;
    }
    
    /* Reduce text sizes for mobile */
    #home .homeImgText h3 {
        font-size: 1.2rem !important;
        margin-bottom: 10px !important;
    }
    
    #home .homeImgText .carouselText {
        font-size: 1.3rem !important;
        margin-bottom: 15px !important;
    }
}

/* Extra small devices (376px and under) */
@media (max-width: 376px) {
    #home .homeImgText h3 {
        font-size: 1.6rem !important;
    }
    
    #home .homeImgText .carouselText {
        font-size: 1.1rem !important;
    }
    
    #home .homeImgText {
        top: 55% !important; 
    }
}
/* Fix for landscape orientation on small screens */
@media (max-width: 992px) and (orientation: landscape) {
    /* Reduce carousel height in landscape */
    #home .hero.homebanner {
        height: 85vh !important;
        max-height: 400px !important;
    }
    
    #home #carouselSlides .carousel-item img {
        height: 85vh !important;
        max-height: 400px !important;
    }
    
    /* Move text and make it more compact */
    #home .homeImgText {
        top: 60% !important;  /* Changed from 55% to 60% */
        transform: translateY(-50%) !important;
        padding: 10px 20px !important;
    }
    
    /* Reduce text sizes for landscape */
    #home .homeImgText h3 {
        font-size: 1.4rem !important;
        margin-bottom: 6px !important;
        line-height: 1.1 !important;
    }
    
    #home .homeImgText .carouselText {
        font-size: 1rem !important;
        margin-bottom: 8px !important;
        line-height: 1.2 !important;
    }  
    /* Make button smaller in landscape */
    /* #home .homeImgBtn {
        padding: 6px 16px !important;
        font-size: 0.8rem !important;
    } */
}

/* Very short landscape screens (phones in landscape) */
@media (max-width: 768px) and (orientation: landscape) and (max-height: 450px) {
    #home .hero.homebanner {
        height: 90vh !important;
        max-height: 350px !important;
    }
    
    #home #carouselSlides .carousel-item img {
        height: 90vh !important;
        max-height: 350px !important;
    }
    
    #home .homeImgText {
        top: 65% !important;  
    }
    
    #home .homeImgText h3 {
        font-size: 1.2rem !important;
        margin-bottom: 4px !important;
    }
    
    #home .homeImgText .carouselText {
        font-size: 0.9rem !important;
        margin-bottom: 6px !important;
    }
    
    #home .homeImgBtn {
        padding: 5px 14px !important;
        font-size: 0.75rem !important;
    }
}
/* Smooth Crossfade Effect - Both images visible during transition */
#home .carousel-fade .carousel-inner {
    position: relative;
    overflow: hidden;
}

#home .carousel-fade .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    transform: none !important;
}

#home .carousel-fade .carousel-item.active {
    position: relative;
    opacity: 1;
    z-index: 1;
}

/* Incoming slide fades in */
#home .carousel-fade .carousel-item-next.carousel-item-left,
#home .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
    z-index: 2; /* Higher z-index so it appears on top */
}

/* Outgoing slide fades out */
#home .carousel-fade .active.carousel-item-left,
#home .carousel-fade .active.carousel-item-right {
    opacity: 0;
    z-index: 1; /* Lower z-index, fades behind */
}

/* Ensure smooth overlap during transition */
#home .carousel-fade .carousel-item-next,
#home .carousel-fade .carousel-item-prev {
    opacity: 0;
}

#home .carousel-fade .carousel-item-next:not(.carousel-item-left),
#home .carousel-fade .active.carousel-item-left {
    transform: translateX(0);
}

#home .carousel-fade .carousel-item-prev:not(.carousel-item-right),
#home .carousel-fade .active.carousel-item-right {
    transform: translateX(0);
}

/* Slide to left - revealing next image */
#home .carousel-reveal .carousel-item-next {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

#home .carousel-reveal .carousel-item-next.carousel-item-left {
    transform: translateX(0);
    z-index: 1;
}

#home .carousel-reveal .active.carousel-item-left {
    transform: translateX(-100%);
    z-index: 2;
}

/* Slide to right - revealing previous image */
#home .carousel-reveal .carousel-item-prev {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

#home .carousel-reveal .carousel-item-prev.carousel-item-right {
    transform: translateX(0);
    z-index: 1;
}

#home .carousel-reveal .active.carousel-item-right {
    transform: translateX(100%);
    z-index: 2;
}

/* ============================================
   ULTRA-WIDE SCREEN OPTIMIZATIONS (2000px+)
   ============================================ */
@media (min-width: 2000px) {
    /* Container width control - EXCLUDE header */
    #home .sec-about-new .container,
    #home .sec-brands .container,
    #home .sec-product .container,
    #home .sec-incen .container,
    #home footer .container {
        max-width: 1800px !important;
    }
    
    /* Keep header container full width */
    #home header .container,
    #home .site-header .container {
        max-width: 100% !important;
    }
    
    /* Carousel text scaling - INCREASED MORE */
    #home .homeImgText h3 {
        font-size: 4rem !important;
        line-height: 1.2 !important;
    }
    
    #home .homeImgText .carouselText {
        font-size: 3rem !important;
        line-height: 1.4 !important;
    }
    
    /* Section titles - INCREASED */
    #home .txt-l-101 {
        font-size: 3.5rem !important;
        line-height: 1.3 !important;
    }
    
    /* Subtitle/medium text */
    #home .txt-m-201,
    #home .txt-m-103,
    #home .txt-m-104 {
        font-size: 2.4rem !important;
        line-height: 1.6 !important;
    }
    
    /* Body text - INCREASED */
    #home .txt-s-116,
    #home .txt-s-101 {
        font-size: 2.35rem !important;
        line-height: 3.1rem !important;
    }
    
    /* About section icons */
    #home .about-icon-box i {
        font-size: 4.5rem !important;
    }
    
    #home .about-icon-box span {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
    }
    
    /* Why Choose Us icons */
    #home .sec-incen i {
        font-size: 4rem !important;
    }
    
    #home .sec-incen .txt-m-103 {
        font-size: 2.8rem !important;
    }
    
    #home .sec-incen h4 {
        font-size: 2.0rem !important;
    }
    
    /* Product filter buttons */
    #home .filter-tope-group button {
        font-size: 2.3rem !important;
        padding: 0.9rem 2.2rem !important;
    }
    
    /* Brand boxes */
    #home .brand-box {
        min-height: 300px !important;
        height: 300px !important;
        padding: 50px 40px !important;
    }
    
    #home .brand-img-box {
        height: 220px !important;
    }
    
    #home .brand-img-box img {
        max-height: 220px !important;
    }
    
    /* Product items */
    #home .block1-bg img {
        height: 420px !important;
    }
    
    /* Buttons */
    #home .size-a-15,
    #home .homeImgBtn {
        font-size: 1.3rem !important;
        padding: 1.1rem 2.8rem !important;
    }
    
    /* Carousel controls */
    #home .carousel-control-prev,
    #home .carousel-control-next {
        width: 70px !important;
        height: 70px !important;
    }
    
    #home .prev-icon,
    #home .next-icon {
        font-size: 4rem !important;
    }
    
    /* Section padding adjustments */
    #home .sec-about-new,
    #home .sec-brands,
    #home .sec-product,
    #home .sec-incen {
        padding-top: 140px !important;
        padding-bottom: 120px !important;
    }
    
    /* About content grid */
    #home .about-icons-grid {
        gap: 35px !important;
        margin-top: 90px !important;
    }
    
    #home .about-icon-box {
        padding: 45px 30px !important;
    }

    /* Add products section to container width control */
    #home .sec-product .container {
        max-width: 1800px !important;
    }
    
    /* Product carousel container needs fixed height */
    #home .products-carousel .carousel-inner {
        min-height: 850px !important; /* Increased for larger screens */
    }
    
    #home .products-carousel .carousel-item {
        min-height: 850px !important;
    }
    
    #home .products-carousel .row.isotope-grid {
        min-height: 850px !important;
    }
    
    /* Product images scaling */
    #home .block1-bg img {
        height: 380px !important; /* Adjust for ultra-wide */
    }
    
    /* Product filter buttons - ensure they scale */
    #home .sec-product .filter-tope-group button {
        font-size: 2.3rem !important;
        padding: 0.9rem 2.2rem !important;
    }
    
    /* Product title and text scaling */
    #home .sec-product .txt-l-101 {
        font-size: 3.5rem !important;
    }
    
    #home .sec-product .txt-m-201 {
        font-size: 2.4rem !important;
    }
    
    /* Read More button scaling */
    #home .sec-product .size-a-15 {
        font-size: 1.3rem !important;
        padding: 1.1rem 2.8rem !important;
    }
}

#home .sec-product .animate-on-scroll,
#home .sec-product .animate-on-scroll.animated {
    opacity: 1 !important;
    transform: none !important;
}

#home .products-carousel .carousel-item {
    transition: none !important;
}

#home .products-carousel .carousel-item-next,
#home .products-carousel .carousel-item-prev,
#home .products-carousel .carousel-item.active {
    transform: none !important;
}
/* Product Modal Styles */
#home .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

#home .modal-header {
    padding: 1.5rem 2rem 0.5rem;
}

#home .modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #003B6F;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

#home .modal-body {
    padding: 2rem;
}

#home #modalProductImage {
    max-height: 400px;
    object-fit: contain;
}

#home .modal-footer {
    padding: 0.5rem 2rem 1.5rem;
}

#home #modalProductCategories .badge {
    font-size: 0.9rem;
    padding: 0.5rem 1.2rem;
    margin: 0.25rem;
    border-radius: 20px;
    font-weight: 500;
}

#home .modal .close {
    font-size: 2rem;
    font-weight: 300;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

#home .modal .close:hover {
    opacity: 1;
}

/* Make product images clickable */
#home .block1-bg {
    cursor: pointer;
}

@media (max-width: 575px) {
    /* Center the entire carousel inner container */
    #home .products-carousel .carousel-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Center the product grid */
    #home .products-carousel .row.isotope-grid {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        justify-content: center !important;
        display: flex !important;
        flex-wrap: wrap !important;
    } 
    /* Ensure product blocks are centered within their containers */
    #home .products-carousel .block1 {
        margin: 0 auto;
    }
}
#home .spinner-border.text-primary {
    color: #003B6F !important;
}


/*ABOUT US  */
     @media screen and (max-width: 1300px) {
    #aboutus .locationsP {
        font-size: 1.5rem;
    }

    #aboutus .locationsLi {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1500px) {
    #aboutus .col-lg-4 {
        max-width: 28%;
    }
}

#aboutus .txt-green {
    color: #89B94A;
    font-weight: bold;
}

/* Justify text for paragraphs */
#aboutus .sec-whychose .txt-s-116.cl6,
#aboutus .section-content,
#aboutus .txt-s-104.cl6,
#aboutus .card-text p,
#aboutus .item-welcome-txt {
    text-align: justify;
    text-justify: inter-word;
}

/* Animation classes */
#aboutus .fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

#aboutus .fade-in-up.animated {
    opacity: 1;
    transform: translateY(0);
}

#aboutus .slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

#aboutus .slide-in-left.animated {
    opacity: 1;
    transform: translateX(0);
}

#aboutus .slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

#aboutus .slide-in-right.animated {
    opacity: 1;
    transform: translateX(0);
}

#aboutus .fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

#aboutus .fade-in.animated {
    opacity: 1;
}

#aboutus .delay-200 { transition-delay: 0.2s; }
#aboutus .delay-400 { transition-delay: 0.4s; }
#aboutus .delay-600 { transition-delay: 0.6s; }
#aboutus .delay-800 { transition-delay: 0.8s; }

/* 5th item positioning */
#aboutus .item-welcome.five {
    position: absolute;
    right: 0;
    top: 530px;
    width: 260px;
}

/* Responsive: from 992px and down */
@media (max-width: 992px) {
    #aboutus .item-welcome-parent {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #aboutus .item-welcome {
        position: static !important;
        width: 100% !important;
        text-align: center;
    }

    #aboutus .item-welcome img {
        margin-left: auto;
        margin-right: auto;
    }

    #aboutus .item-welcome-parent {
        padding-top: 20px !important;
    }
}

/* Title section - Always visible on ALL screen sizes */
#aboutus .values-title-section {
    background-color: #fff;
    padding: 145px 0 0;
}

/* Desktop version (992px and above) - ONLY IMAGE */
#aboutus .values-section-wrapper {
    background-color: #fff;
    padding: 0 0 95px;
}

#aboutus .values-desktop-image {
    display: none;
}

@media (min-width: 992px) {
    #aboutus .values-section-wrapper {
        display: block;
    }

    #aboutus .values-section-wrapper .container {
        max-width: 1600px !important;
        padding: 0;
    }

    #aboutus .values-desktop-image {
        display: block;
        width: 80%;
        height: auto;
        margin: 0 auto;
        max-width: 1600px !important;
        transform: translateX(2.5%);
    }

    #aboutus .sec-welcome {
        display: none !important;
    }

    #aboutus .values-mobile-image-container {
        display: none;
    }

    #aboutus .item-welcome-parent-mobile {
        display: none;
    }
}

/* Mobile/Tablet version (below 992px) - HTML CONTENT */
@media (max-width: 991px) {
    #aboutus .values-title-section,
    #aboutus .values-section-wrapper,
    #aboutus .values-desktop-image {
        display: none;
    }

    #aboutus .sec-welcome {
        display: block;
    }

    #aboutus .values-mobile-image-container {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    #aboutus .values-mobile-bg-image {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    #aboutus .item-welcome-parent-mobile {
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    #aboutus .mobile-value-item {
        width: 100%;
        text-align: center;
        position: static !important;
    }
}

@media (max-width: 991px) {
    #aboutus .about-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    #aboutus .wrap-pic-max-w {
        flex: 0 0 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

#aboutus .about-content-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

#aboutus .wrap-pic-max-w {
    flex: 0 0 45%;
}

#aboutus .wrap-pic-max-w img {
    width: 100%;
    height: auto;
}

#aboutus .about-text-side {
    flex: 1;
}

/* Bootstrap icons styling for values section - FIXED */
#aboutus .bi-values-icon {
    font-size: 3.5rem;
    color: #89B94A;
    margin-bottom: 15px;
    display: block;
}

#aboutus .values-icon-container {
    text-align: center;
    margin-bottom: 20px;
}

/* Remove any hover effects */
#aboutus .item-welcome-pic-dark,
#aboutus .item-welcome-pic-light,
#aboutus .trans-04 {
    transition: none !important;
}

/* Make sure the icons are always visible */
#aboutus .item-welcome-pic {
    position: relative;
}

#aboutus .item-welcome-pic-dark,
#aboutus .item-welcome-pic-light {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hide the light version completely */
#aboutus .item-welcome-pic .item-welcome-pic-light {
    display: none !important;
}

#aboutus .item-welcome-pic .item-welcome-pic-dark {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Section styling for two-column layout */
#aboutus .sec-testimonials {
    position: relative;
    overflow: hidden;
}

#aboutus .sec-testimonials .row {
    display: flex;
    flex-wrap: wrap;
}

#aboutus .sec-testimonials .col-lg-6 {
    display: flex;
    flex-direction: column;
}

#aboutus .section-title {
    display: block;
    min-height: 80px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

#aboutus .section-content {
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1730px) {
    #aboutus .tomato-left {
        display: none !important;
    }
}

@media (max-width: 1200px){
    #aboutus .sec-whychose {
        padding-bottom: 0px !important;
    }
    #aboutus .sec-testimonials {
        padding-top: 10px !important;
        padding-bottom: 20px !important;
    }
    #aboutus .sec-welcome {
        padding-bottom: 0px !important;
    }
}

@media (min-width: 1731px) {
    #aboutus .tomato-left {
        display: block;
        left: -50px;
    }
}

@media (max-width: 576px) {
    #aboutus .sec-testimonials {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }

    #aboutus .section-title {
        font-size: 30px !important;
        min-height: auto;
    }

    #aboutus .sec-testimonials .section-content {
        font-size: 20px !important;
        line-height: 1.8;
        font-family: Times New Roman;
        letter-spacing: 0.5px;
    }

    #aboutus .section3 .card-text p,
    #aboutus .section3 .mt-2 p {
        font-size: 16px !important;
        color:#666!important;
    }

    #aboutus .section1 {
        padding-top: 50px !important;
    }
}

/* Mission and Vision card styling */
#aboutus .mv-card img {
    height: 400px;
    object-fit: cover;
    object-position: center;
}

#aboutus .sec-whychose .how-pos1 {
    left: 10px !important;
}

/* Section content adjustments */
#aboutus .sec-testimonials .section-content {
    font-size: 20px;
    line-height: 1.6;
    font-family: Times New Roman;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    #aboutus .sec-testimonials .section-content {
        font-size: 20px !important;
        line-height: 1.8;
        font-family: Times New Roman;
        letter-spacing: 0.5px;
    }

    #aboutus .section3 .card-text p,
    #aboutus .section3 .mt-2 p {
        font-size: 18px !important;
        color:#666!important;
    }

    #aboutus .sec-whychose .col-md-6 {
        margin-bottom: 20px;
    }

    #aboutus .section-title {
        font-size: 32px !important;
        padding: 0 10px;
    }

    #aboutus .section-content {
        font-size: 14px !important;
    }
}

/* Minimal changes - only position, no size changes */
#aboutus .tomato-left {
    left: 0 !important;
    bottom: -50px !important;
    top: auto !important;
    transform: none !important;
}

#aboutus .sec-testimonials {
    overflow: visible !important;
}

/* Mission and Vision text styling */
#aboutus .section3 .card-text p,
#aboutus .section3 .mt-2 p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 20px !important;
    line-height: 1.6;
}

/* Full-width yellow separator between sections */
#aboutus .section-separator {
    height: 3px;
    background: #FCE46E;
    width: 100%;
    margin: 0;
    border: none;
}

/* Center the values image */
#aboutus .values-desktop-image {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    max-width: 1600px !important;
}

/* Adjust spacing for separators */
#aboutus .sec-whychose {
    padding-bottom: 80px;
}

#aboutus .sec-testimonials {
    padding-top: 60px;
}

#aboutus .values-title-section {
    padding-top: 60px !important;
}

#aboutus .values-section-wrapper {
    padding-bottom: 60px !important;
}

#aboutus .sec-welcome {
    padding-top: 60px !important;
}

#aboutus .section1 {
    padding-top: 60px !important;
}

#aboutus .page-wrapper {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
}

/* Make the image container smaller to match text width */
#aboutus .sec-whychose .wrap-pic-max-w {
    max-width: 90%;
    margin: 0 auto;
}

#aboutus .sec-whychose .wrap-pic-max-w img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Adjust text padding to balance with smaller image */
#aboutus .sec-whychose .p-l-50 {
    padding-left: 30px;
    display: flex;
    align-items: center;
}

/* Justify text in who we are section */
#aboutus .sec-whychose .about-text-side p {
    text-align: justify;
}

@media (max-width: 576px) {
    #aboutus .sec-whychose {
        padding: 60px 0;
    }
}

@media (min-width: 2000px) {
    #aboutus .sec-whychose .container,
    #aboutus .sec-welcome .container,
    #aboutus footer .container {
        max-width: 1800px !important;
    }

    #aboutus header .container,
    #aboutus .site-header .container {
        max-width: 100% !important;
    }

    #aboutus .txt-l-101,
    #aboutus .txt-l-105 {
        font-size: 3.5rem !important;
        line-height: 1.3 !important;
    }

    #aboutus .txt-m-201 {
        font-size: 2.4rem !important;
        line-height: 1.6 !important;
    }

    #aboutus .txt-s-116,
    #aboutus .txt-s-101,
    #aboutus .txt-s-104 {
        font-size: 2.35rem !important;
        line-height: 3.1rem !important;
    }

    #aboutus .mv-card img {
        height: 70vh;
    }
}

/* OUR PRODUCTS */

/* Filter Sidebar Styles */
#ourbrands .filter-section {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}
/* Mobile adjustments for Clear All Filters */
@media (max-width: 767px) {
#ourbrands .filter-section {
    background: #fff;
    padding: 0px;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    border-radius: 8px;
}
}
#ourbrands .filter-section h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#ourbrands .filter-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}

#ourbrands .filter-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
    accent-color: #89B94A;
}

#ourbrands .filter-checkbox label {
    cursor: pointer;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

#ourbrands .filter-checkbox label:hover {
    color: #333;
}

#ourbrands .filter-count {
    color: #999;
    font-size: 13px;
    margin-left: auto;
    padding-left: 10px;
}

#ourbrands .filter-button {
    width: 100%;
    background: #89B94A;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease;
}

#ourbrands .filter-button:hover {
    background: #5a8534;
}

#ourbrands .clear-filters-btn {
    background: #003B6F;
}

#ourbrands .clear-filters-btn:hover {
    background: #007bff;
    color: white !important;
}

/* Search Box */
#ourbrands .search-wrapper {
    position: relative;
    margin-bottom: 20px;
}

#ourbrands .search-input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

#ourbrands .search-button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
}

/* Results Info */
#ourbrands .results-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
}

#ourbrands .results-count {
    font-size: 14px;
    color: #666;
}

#ourbrands .sort-dropdown {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

/* Modal Styles */
#ourbrands .product-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
}

#ourbrands .product-modal-content {
    background-color: #ffffff;
    margin: 3% auto;
    padding: 0;
    width: 90%;
    max-width: 700px;
    border-radius: 15px;
    position: relative;
    animation: modalSlideIn 0.4s ease-out;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

@keyframes modalSlideIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

#ourbrands .modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #666;
    font-size: 32px;
    font-weight: bold;
    z-index: 10;
    cursor: pointer;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

#ourbrands .modal-close:hover,
#ourbrands .modal-close:focus {
    color: #000;
    background: #f0f0f0;
    transform: rotate(90deg);
}

#ourbrands .modal-body {
    padding: 40px 30px 30px;
    text-align: center;
}

#ourbrands .modal-product-title {
    font-size: 26px;
    color: #003B6F;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#ourbrands .modal-product-image-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    background: #f8f8f8;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

#ourbrands .modal-product-image {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 8px;
}

#ourbrands .modal-product-info {
    text-align: center;
    padding: 20px 0 0;
}

#ourbrands .modal-badges {
    margin-bottom: 20px;
}

#ourbrands .modal-badge {
    display: inline-block;
    background-color: #003B6F;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    margin: 0 5px 10px;
    font-weight: 500;
}

#ourbrands .modal-badge.category {
    background-color: #6c757d;
}

#ourbrands .modal-product-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 20px;
}

#ourbrands .modal-product-desc strong {
    color: #003B6F;
    font-weight: 600;
}

/* PRODUCT ITEM STYLES */
#ourbrands .product-item {
    margin-bottom: 30px;
}

#ourbrands .product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#ourbrands .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#ourbrands .product-image-wrapper {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

#ourbrands .product-image {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

#ourbrands .product-card:hover .product-image {
    transform: scale(1.05);
}

#ourbrands .product-info {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #eee;
    background: white;
}

#ourbrands .product-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.3;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ourbrands .product-brand {
    font-size: 13px;
    color: #89B94A;
    font-weight: 500;
}

/* Scrollable categories section */
#ourbrands .categories-scroll-container {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

#ourbrands .categories-scroll-container::-webkit-scrollbar {
    width: 6px;
}

#ourbrands .categories-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#ourbrands .categories-scroll-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

#ourbrands .categories-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Mobile Filter Toggle Styles */
#ourbrands .filter-toggle-btn {
    display: none;
    width: 100%;
    background: #003B6F;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: left;
    position: relative;
}

#ourbrands .filter-toggle-btn:after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: bold;
}

#ourbrands .filter-toggle-btn.active:after {
    content: '-';
}

/* Mobile filter sections - hidden by default on mobile */
#ourbrands .filter-section.mobile-collapsible {
    margin-bottom: 15px;
}

/* Mobile filter content - initially hidden on mobile */
#ourbrands .filter-content {
    display: block;
}

/* Single Clear All Filters button */
#ourbrands .clear-all-container {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

/* Mobile adjustments for Clear All Filters */
@media (max-width: 767px) {
    #ourbrands .clear-all-container {
        margin-top: 10px;
        padding-top: 0px; /* Remove top padding */
        border-top: none; /* Remove gray border */
        text-align: center; /* Center the button */
    }
    
    #ourbrands .clear-all-container .filter-button {
        font-size: 15px !important; /* Slightly bigger font */
        padding: 9px 18px !important; /* Slightly more padding */
        margin-top: 5px;
        width: auto !important; /* Don't force full width */
        display: inline-block; /* Make it compact */
    }
}
/* Responsive for 767px and below */
@media (max-width: 767px) {
    #ourbrands .filter-toggle-btn {
        display: block;
    }
    
    #ourbrands .filter-section.mobile-collapsible .filter-content {
        display: none;
    }
    
    #ourbrands .filter-section.mobile-collapsible .filter-content.show {
        display: block;
        animation: slideDown 0.3s ease;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    #ourbrands .product-modal-content {
        width: 95%;
        margin: 5% auto;
    }
    
    #ourbrands .modal-product-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    #ourbrands .modal-body {
        padding: 30px 20px 20px;
    }
    
    #ourbrands .modal-product-image-wrapper {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    #ourbrands .modal-product-image {
        max-height: 300px;
    }
    
    #ourbrands .modal-product-desc {
        font-size: 14px;
        padding: 0 10px;
    }
    
    #ourbrands .product-name {
        font-size: 14px;
        min-height: 38px;
    }
    
    #ourbrands .product-image-wrapper {
        padding: 15px;
        min-height: 160px;
    }
    
    #ourbrands .categories-scroll-container {
        max-height: 250px;
    }
    
    /* Hide h4 titles on mobile since we have toggle buttons */
    #ourbrands .filter-section.mobile-collapsible h4 {
        display: none;
    }
    
    /* Show clear all filters button on mobile */
    #ourbrands .clear-all-container {
        display: block;
    }
}

/* Desktop: Hide toggle buttons and show h4 titles */
@media (min-width: 768px) {
    #ourbrands .filter-toggle-btn {
        display: none !important;
    }
    
    #ourbrands .filter-section.mobile-collapsible .filter-content {
        display: block !important;
    }
    
    #ourbrands .filter-section.mobile-collapsible h4 {
        display: block;
    }
}

/* Mobile Responsive - 576px */
@media (max-width: 576px) {
    #ourbrands .product-name {
        font-size: 13px;
        min-height: 36px;
    }
    
    #ourbrands .product-image-wrapper {
        min-height: 140px;
    }
    
    #ourbrands .categories-scroll-container {
        max-height: 200px;
    }
}

/* Large screen adjustments for 2000px+ - PRODUCTS PAGE ONLY */
@media (min-width: 2000px) {
    /* Target only the products section container */
    #ourbrands section.bg0.p-t-85.p-b-45 .container {
        max-width: 1900px !important;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    /* Increase sidebar width - only in products section */
    #ourbrands section.bg0 .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    /* Increase product grid width - only in products section */
    #ourbrands section.bg0 .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    /* Increase product card and font sizes */
    #ourbrands section.bg0 .product-name {
        font-size: 24px !important;
        min-height: 60px;
    }
    
    #ourbrands section.bg0 .product-brand {
        font-size: 20px !important;
    }
    
    #ourbrands section.bg0 .product-image-wrapper {
        min-height: 300px;
        padding: 40px;
    }
    
    #ourbrands section.bg0 .product-image {
        max-height: 280px;
    }
    
    #ourbrands section.bg0 .product-info {
        padding: 25px;
    }
    
    /* Increase filter section font sizes */
    #ourbrands section.bg0 .filter-section h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    
    #ourbrands section.bg0 .filter-checkbox label {
        font-size: 18px;
    }
    
    #ourbrands section.bg0 .filter-count {
        font-size: 16px;
    }
    
    #ourbrands section.bg0 .filter-button {
        font-size: 18px;
        padding: 15px 25px;
    }
    
    /* Increase search in products section only */
    #ourbrands section.bg0 .search-input {
        font-size: 18px;
        padding: 15px 45px 15px 20px;
    }
    
    #ourbrands section.bg0 .search-button img {
        width: 24px;
    }
    
    /* Increase product grid columns for large screens */
    #ourbrands section.bg0 .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    /* Increase results info */
    #ourbrands section.bg0 .results-info {
        padding: 20px;
    }
    
    #ourbrands section.bg0 .results-count {
        font-size: 18px;
    }
}

/* Pagination Styles */
#ourbrands .pagination-container {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

#ourbrands .pagination {
    gap: 5px;
}

#ourbrands .page-link {
    color: #003B6F;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px !important;
    transition: all 0.3s ease;
    min-width: 45px;
    text-align: center;
}

#ourbrands .page-link:hover {
    color: #fff;
    background-color: #003B6F;
    border-color: #003B6F;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 59, 111, 0.2);
}

#ourbrands .page-item.active .page-link {
    color: #fff;
    background-color: #89B94A;
    border-color: #89B94A;
    box-shadow: 0 2px 6px rgba(108, 158, 63, 0.3);
}

#ourbrands .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #f8f9fa;
    border-color: #dee2e6;
    pointer-events: none;
}

#ourbrands .btn-primary {
background-color: #003B6F;
border-color: #003B6F;
}

#ourbrands .btn-primary:hover {
    background: #007bff;
    color: white !important;
}


/* CAREERS */

     #career .form-group {
    margin-bottom: 0;
}
 
#career .respectImg {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 450px;
}
 
/* Center form */
#career .section2 .row {
    justify-content: center;
}
 
 
@media (min-width: 2000px) {
 
    /* FORCE FORM WIDTH */
    #career .section2 .col-lg-8 {
        max-width: 1200px !important;
        width: 1200px;
        margin: 0 auto;
    }
 
    /* MAIN TITLE */
    #career .subtitle {
        font-size: 48px;
        margin-bottom: 40px;
    }
 
    /* INPUT FIELDS */
    #career input.form-control {
        font-size: 22px;
        height: 64px;
        padding: 18px 24px;
    }
 
    /* PLACEHOLDERS */
    #career input::placeholder {
        font-size: 20px;
    }
 
    /* FILE UPLOAD AREA */
    #career .fileDiv {
        min-height: 140px;
        font-size: 22px;
    }
 
    #career .choose,
    #career .drop {
        font-size: 22px;
    }
 
    /* HELPER TEXT */
    #career .fileTypes {
        font-size: 18px;
        margin-bottom: 12px;
    }
 
    /* RECAPTCHA TEXT */
    #career .contact-recaptcha p {
        font-size: 20px;
    }
}
 
/* Loader animation */
#career .loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 10px;
}
 
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
 
/* Form message styles */
#career .careerdisplay-error, .careerdisplay-success {
    display: none;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}
 
#career .careerdisplay-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}
 
#career .careerdisplay-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}
 
#career .careerstatus-msg {
    color: #ff0000 ;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
 
/* Button loading state */
#career .sendbutton:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
 
/* Success icon */
#career .material-symbols-outlined {
    vertical-align: middle;
    margin-right: 5px;
}
/* Loading spinner */
#career .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
    vertical-align: middle;
}
 
/* Disabled button state */
#career #careersubmitdesktop:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
 
/* Success and error messages with animation */
#career .careerdisplay-error, .careerdisplay-success {
    display: none;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    animation: fadeIn 0.5s;
}
 
#career .careerdisplay-error {
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    color: #c62828;
}
 
#career .careerdisplay-success {
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: #2e7d32;
}
 
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
 
/* File upload area styling */
#career .fileDiv {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s;
}
 
#career .fileDiv:hover {
    border-color: #666;
}
 
#career .fileName {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

/* contact */

   #contact .section3 {
    padding: 5% 15% 0%;
}

#contact .offices {
    padding: 40px;
}

#contact .card {
    background: transparent;
    color: white;
}

#contact .card button {
    color: white;
    width: 100%;
    text-align: left;
    font-size: 20px;
    text-decoration: none;
}

#contact .card button i {
    float: right;
    padding-top: 5px;
}

#contact .card button:hover {
    color: #FCE46E;
    text-decoration: none;
}

#contact .card button:focus {
    text-decoration: none;
}

#contact .card-header {
    border-top: 1px solid white;
}

#contact .card {
    border: none !important; /* Remove card border */
}
#contact .card:last-child {
    border-bottom: 1px solid white;
}

#contact .card-body i {
    padding-right: 5px;
}

#contact .card-body a {
    color: white;
}

#contact #lebanonmap {
    display: none;
}

#contact .fileTypes {
    font-size: 13px;
    color: rgba(17, 17, 17, 0.5);
}

@media screen and (max-width: 1440px) {
    #contact .section3 {
        padding: 5% 5% 0%;
    }
}

@media (min-width:768px) and (max-width:820px) {
    #contact .card button {
        font-size: 18px;
    }
}

#contact iframe {
    width: 100%;
    height: 660px;
}

#contact .contactusMaps {
    display: none;
}


/* =====================================
   CONTACT PAGE – LARGE SCREENS (2000px+)
===================================== */
@media (min-width: 2000px) {

 
    /* FORCE FORM WIDTH (SAME IDEA AS CAREERS) */
    #contact .section1 .col-lg-9 {
        max-width: 1200px !important;
        width: 1200px;
        margin: 0 auto;
    }

    /* MAIN TITLE */
    #contact .subtitle {
        font-size: 48px;
        margin-bottom: 40px;
    }

    /* INPUT + TEXTAREA */
    #contact input.form-control,
    #contact textarea.form-control {
        font-size: 22px;
        height: 64px;
        padding: 18px 24px;
    }

    /* TEXTAREA SPECIFIC */
    #contact textarea.form-control {
        height: auto;
        min-height: 180px;
    }

    /* PLACEHOLDERS */
    #contact input::placeholder,
    #contact textarea::placeholder {
        font-size: 20px;
    }

   

    /* RECAPTCHA TEXT */
    #contact .contact-recaptcha p {
        font-size: 20px;
    }
}

/* Loader animation */
#contact .loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Form message styles */
#contact .display-error, .display-success {
    display: none;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

#contact .display-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

#contact .display-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

#contact .status-msg {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

/* Button loading state */
#contact .sendbutton:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Loading spinner */
#contact .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
    vertical-align: middle;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}