/* global css start */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


img {
    max-width: 100%;
}


.pageBanner {
    background-color: #f7e4d6;
    color: #ff0013;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.pageBanner p {
    margin: 0;
}

.headerMainPart {
    background-color: #000;
    border-bottom: 1px solid #585050;
    display: block;
}
.mobileHaeder{
    display: none;
}
.logoDiv a img {
    width: 60%;
    padding: 20px 0;
}


.namMenu {
    text-align: center;
}


.mobileMenuDiv {
    display: none;
}

.headerTop {
    display: none;
}

.namMenu ul li {
    display: inline-block;
}

.namMenu ul {
    margin: 0;
    padding: 0;
}

.namMenu ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    margin-right: 38px;
    padding: 38px 0;
    display: block;
    font-weight: bold;
    transition: 0.5s all;
}
.namMenu ul li a:hover {
    color: #ff0013;
}

.headerIcomMenu {
    text-align: right;
}
.headerIcomMenu ul {
    margin: 0;
    padding: 0;
}
.headerIcomMenu ul li {
    display: inline-block;
}
.serverBox p {
    text-align: justify;
}

.headerIcomMenu ul li a {
    color: #fff;
    text-decoration: none;
    margin-right: 30px;
    padding: 38px 0;
    display: block;
    font-weight: bold;
    transition: 0.5s all;
}

.headerIcomMenu ul li a:hover {
    color: #ff0013;
}

.headerIcomMenu ul li a svg {
    font-size: 20px;
    display: block;
}



.videoBox {
    height: 800px;
}

.videoBoxOrverlay {
    position: absolute;
    bottom: 0%;
    height: 800px;
    background-color: #2e2b25b5;
    width: 100%;
}

.homeVideoPlayerMain {
    position: relative;
}

.videoBox video {
    object-fit: cover;
}

.boxContent h2 {
    font-size: 50px;
}
.boxContent {
    text-align: center;
    margin-top: 250px;
    color: #fff;
}
.boxContent p {
    font-size: 24px;
    margin-top: 20px;
}

.boxContent a {
    background-color: red;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
    margin-top: 20px;
}


.footerMain {
    display: none;
}



/* home server css start */
.ourServiceMainDiv {
    background-color: black;
    color: #fff;
    padding: 60px 0;
}
.ourServiceMainDiv h3 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
}
.serverBox {
    border-bottom: 1px solid #a79f9f;
    padding-bottom: 20px;
    margin: 0px 20px 30px;
}
.serverBox img {
    width: 50px;
    display: block;
    margin-bottom: 35px;
}
.serverBox h4 {
    font-size: 30px;
    color: #818691;
    margin-bottom: 20px;
}
.serverBox a {
    font-size: 30px;
    color: #818691;
    text-decoration: none;
    text-transform: uppercase;
}
.serverBox a svg {
    width: 25px;
    height: 25px;
    border: 1px solid red;
    border-radius: 50%;
    padding: 6px;
    color: red;
    margin-right: 10px;
}
/* home server css end */


/* new footer css start */
.footerMainPart {
    padding: 60px 0;
    background-color: black;
    color: #fff;
}
.footerBox p {
    margin: 0;
    padding-top: 20px;
}
.copyText {
    text-align: center;
    margin: 0;
    border-top: 1px solid #4a4545;
    padding-top: 20px;
    margin-top: 20px;
}
.quickLink {
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.quickLink li a {
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.quickLink li {list-style: none;margin: 0;padding: 0;}


.quickLink li a svg {
    font-size: 20px;
}

.socialLink {
    margin: 0;
    padding: 0;
}

.socialLink li {
    display: inline-block;
}

.socialLink li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    margin-top: 20px;
    border: 1px solid #ff0013;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.5s all;
}
.socialLink li a:hover {
    background-color: red;
    color: #fff;
}
.copyText a {
    text-decoration: none;
    color: #ff0013;
    font-weight: bold;
}

/* new footer css end */


/* home provider fananicng css start */
.providerFanancingMain {
    padding: 60px 0;
}
.providerFanancingLeft p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 30px;
}
.providerFanancingRight img {
    width: 100%;
}
.providerFanancingLeft {
    margin-top: 40px;
}
.providerFanancingLeft h1 {
    font-size: 64px;
    font-weight: 500;
    border-bottom: 3px solid lightgray;
    border-width: 10px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.btnApplyNow {
    background-color: #000;
    color: #fff;
    padding: 15px 50px;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
    border-radius: 10px;
    transition: 0.5s all;
}
.btnApplyNow:hover {
    background-color: #fff;
    color: red;
    border: 1px solid lightgray;
}
.learnMore {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    border: 1px solid lightgray;
    padding: 15px 50px;
    border-radius: 10px;
    transition: 0.5s all;
    display: inline-block;
}
.learnMore:hover {
    background-color: #000;
    color: red;
    border: 1px solid lightgray;
}



/* home provider fananicng css end */

/* home brand css start */
.ourBrandsMain {
    background-color: black;
    color: #fff;
    padding: 60px 0;
}
.brandImgBox {
    margin-bottom: 30px;
}
.ourBrandsMain h3 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 15px;
}
.ourBrandsMain p {
    text-align: center;
    margin-bottom: 60px;
    font-size: 18px;
    color: #979191;
}
.brandImgBox img {
    width: 150px;
}
.blackImg{
    filter: brightness(0) invert(1);
}

.grayImg {
    filter: grayscale(100%);
}

/* home brand css end */


/* get in touch css start */
.getInTouchMain {
    padding: 80px 0;
}
.getInTouchLeftOverlay {
    height: 600px;
    background-color: #00000042;
}

.getInTouchContent {
    text-align: center;
    color: #fff;
    padding-top: 250px;
}

.getInTouchContent h4 {
    font-size: 40px;
    padding-bottom: 20px;
}
.getInTouchContent p {
    font-size: 20px;
}

.getInTouchRight {
    padding-left: 20px;
}

.getInTouchForm .form-control {
    border: none;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.getInTouchForm .form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid red !important;
}


.getInTouchRight h2 {
    font-size: 40px;
}

.getInTouchRight p {
    font-weight: bold;
}

.btnSend {
    width: 100%;
    border: none;
    padding: 10px 10px;
    background-color: #ff0013;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    transition: 0.5s all;
}
.btnSend:hover{
    color: #fff;
    background-color: #000;
}
/* get in touch css end */


/* home gallery css start */

.homeGalleryMain {
    padding: 80px 0;
    background-color: #000;
    margin-top: 80px;
}

.lg-react-element {
    display: flex;
    flex-wrap: wrap;
}

.Homegallery a {
    display: block;
    width: calc(33.33% - 10px); /* 3 columns on desktop */
    margin-bottom: 10px;
    text-align: center;
}

.Homegallery a img {
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: transform 0.3s ease; /* Smooth zoom effect */


}

.Homegallery a img:hover {
    transform: scale(1.05); /* Zoom on hover */
}

@media (max-width: 768px) {
    .Homegallery a {
        width: calc(50% - 10px); /* 2 columns on tablets */
    }
}

@media (max-width: 480px) {
    .Homegallery a {
        width: 100%; /* Full width on mobile */
    }
}

/* home gallery css end */

/* service detail css start */
.serviceInfo {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}
.bookNow{
    background-color: #ff0013;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 32px;
    font-size: 20px;
    border-radius: 10px;
    transition: 0.5s all;
}
.bookNow:hover {
    background-color: #0a63ad;
}
.moreServicePart {
    margin-top: 60px;
}
.moreServiceBox {
    margin-bottom: 20px;
}
.moreServicePart h2 {
    border-bottom: 1px solid #5a5656;
    padding-bottom: 20px;
    display: inline-block;
}
/* service detail css end */

/* service section css start */
.serviceAria {
    padding: 60px 0;
}
.serviceGrid {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}
.authForm {
    padding: 50px 0;
}
.serviceGrid a {
    color: #000;
    text-decoration: none;
}

.serviceGrid h6 {
    margin-top: 10px;
}
.serviceGrid:hover a img {
    transform: scale(1.1);
    width: 100%;
}
.serviceGrid a img {
    transition: 0.5s all;
}
.singleServiceMain {
    padding: 60px 0;
}
.singleServiceRight input {
    width: 100px;
    padding: 12px;
    text-align: center;
    border: 1px solid lightgray;
}
.singleServiceRight button {
    border: none;
    padding: 12px 34px;
    display: inline-block;
    margin-left: 20px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 15px;
}
.reletedProduct {
    border-top: 1px solid;
}
.reletedProduct h4 {
    margin-top: 60px;
    padding-bottom: 30px;
    text-align: center;
}
.reviews {
    padding-bottom: 60px;
}
.reviews h4 {
    padding-bottom: 30px;
    text-align: center;
}
.reviewFrom .form-control {
    border-radius: 0;
    padding: 10px;
}
.btnSumbit {
    border: none;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
}
.aboutMain h5 {
    text-align: center;
    margin-top: 60px;
}
.aboutMain img {
    width: 100%;
    padding: 60px 0;
}
.aboutRow {
    padding-bottom: 60px;
}
.aboutRow h4 {
    text-align: center;
    font-size: 50px;
}
.financingPartMain {
    background-color: #000;
    padding: 60px 0;
}
.financingInfoBox {
    text-align: center;
    color: #fff;
}
.financingInfoBox h3 {
    margin-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #726b6b;
    display: inline-block;
}
/* service section css end */


/* mobile menu css start */
.mobileHeader {
    position: relative;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  }
.menuBar {
    position: absolute;
    top: 78px; /* Adjust based on header height */
    right: 0;
    width: 100%; /* Adjust width as needed */
    background: #f8f9fa;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-height: 0; /* Hidden by default */
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 99;
  }
  
  .menuBar.open {
    max-height: 430px; /* Set a height large enough for your menu */
    opacity: 1;
  }
  
  .menuBar ul {
    list-style: none;
    padding: 10px 15px;
    margin: 0;
  }
  
  .menuBar ul li {
    margin: 10px 0;
  }
  
  .menuBar ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
/* mobile menu css end */


.custom-lightgallery img {
    max-width: 100%; /* Ensures responsiveness */
    height: auto; /* Maintains aspect ratio */
    display: block; /* Removes inline-block spacing issues */
    object-fit: contain; /* Ensures the image fits within its container */
  }
  
  .lg-img-wrap img {
    max-width: 100%; /* Limits the image width */
    max-height: 100%; /* Limits the image height */
    object-fit: contain; /* Ensures the image fits within the gallery viewport */
  }




/* mobile device css start */
@media only screen and (max-width: 768px) {
    .mobileLogo a img {
        width: 50%;
    }
    .headerMainPart {
        display: none;
    }
    .mobileHaeder{
        display: block;
        background-color: #000;
        color: #fff;
        padding: 20px;

    }
    .menuBarIcon svg {
        display: block;
        font-size: 24px;
        margin-top: 6px;
        float: right;
    }
    .providerFanancingLeft h1 {
        font-size: 30px;
    }
    .providerFanancingLeft a {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .getInTouchContent {
        padding-top: 154px;
    }
    .getInTouchContent h4 {
        font-size: 26px;
        padding-bottom: 20px;
    }
    .videoBox {
        height: 500px;
    } 
    .videoBoxOrverlay {
        height: 500px;
    }
    .boxContent h2 {
        font-size: 27px;
    }
    .boxContent {
        margin-top: 122px;
        
    }
    .servicePageImg {
        padding: 100px !important;
    }  
}
/* mobile device css end */