/* navbar style */
.amiri-regular {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}


.lang-logo{
    width: 35px !important;
}


.navbar {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}

/* fixed contact  */
/* Styling for fixed buttons */
.fixed-buttons {
    position: fixed;
    bottom: 5%;
    left: 1%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Ensure buttons don't take more space */
    gap: 10px; /* Add some gap between the buttons */
    width: auto; /* Let the width adjust to content */
}

.hover-button-fixed {
    width: auto; /* Adjust width based on image size */
    margin-top: 0;
    padding: 0;
    display: flex; /* Ensures the buttons shrink to fit their content */
    align-items: center;
}

.fixed-buttons a img {
    display: block;
    width: 70px; /* You can control the button width here */
    height: auto;
    object-fit: cover;
}

/* Adjust the background for the call button */
.bg-button-fixed-call {
    background-image: url('../photo/aaaa.png');
    background-size: 100% 80%;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    bottom: 24%;
    left: 5%;
    padding: 2%;
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.bg-button-fixed-call p {
    font-size: 1rem;
    font-weight: bold;
    line-height: 0.6;
}

/* Hover effect for close button */
.close-buttonn {
    font-size: 1.3rem;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    padding-left: 10px;
    padding-top: 15px;
}

.close-buttonn:hover {
    color: #82000A;
}

/* Animations */
.fade-in {
    display: block;
    opacity: 1;
}

.fade-out {
    opacity: 0;
}

@keyframes hoverPulse {
    50%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Animation will play automatically without hover */
.moving-automatic {
    animation: hoverPulse 0.6s infinite;
}

/* Mobile devices (max-width: 350px) */
@media (max-width: 350px) {
    .bg-button-fixed-call {
        bottom: 26%;
        left: 16%;
        background-size: 100% 70%;
        padding: 9%;
    }

    .bg-button-fixed-call p {
        font-size: 0.5rem;
        line-height: 0.1;
        margin-bottom: 12px;
    }

    .close-buttonn {
        font-size: 0.7rem;
    }
}

/* Small mobile devices (351px to 500px) */
@media (min-width: 351px) and (max-width: 500px) {
    .bg-button-fixed-call {
        bottom: 19%;
        left: 13%;
        background-size: 100% 70%;
        padding: 9%;
    }

    .bg-button-fixed-call p {
        font-size: 0.8rem;
        line-height: 0.3;
        margin-bottom: 16px;
    }

    .close-buttonn {
        font-size: 1rem;
        margin-top: 7px;
    }
}

/* Larger mobile devices (501px to 600px) */
@media (min-width: 501px) and (max-width: 600px) {
    .bg-button-fixed-call {
        bottom: 17%;
        left: 10%;
        background-size: 100% 70%;
        padding: 6%;
    }

    .bg-button-fixed-call p {
        font-size: 0.6rem;
        line-height: 0.1;
    }

    .close-buttonn {
        font-size: 1rem;
        margin-top: 10px;
    }

    .fixed-buttons {
        left: 10px;
    }

    .fixed-buttons a img {
        width: 14%;
        height: 14%;
    }
}

/* Tablets (601px to 768px) */
@media (min-width: 601px) and (max-width: 768px) {
    .fixed-buttons {
        bottom: 5%;
        left: 15px;
    }

    .fixed-buttons a img {
        width: 15%;
        height: 15%;
    }

    .bg-button-fixed-call {
        bottom: 16%;
        left: 8%;
        padding: 6%;
    }

    .bg-button-fixed-call p {
        font-size: 0.9rem;
        line-height: 0.5;
    }

    .close-buttonn {
        font-size: 1rem;
        margin-top: 10px;
    }
}

/* Small laptops (769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .fixed-buttons {
        bottom: 5%;
        left: 10px;
    }

    .fixed-buttons a img {
        width: 17%;
        height: 17%;
    }

    .bg-button-fixed-call {
        bottom: 16%;
        left: 8%;
        padding: 6%;
    }

    .bg-button-fixed-call p {
        font-size: 0.9rem;
        line-height: 0.5;
    }

    .close-buttonn {
        font-size: 1rem;
        margin-top: 10px;
    }
}

/* Laptops (1025px to 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .fixed-buttons {
        bottom: 50px;
    }

    .fixed-buttons a img {
        width: 18%;
        height: 18%;
    }

    .bg-button-fixed-call {
        bottom: 30%;
        left: 6%;
        padding: 3%;
    }

    .bg-button-fixed-call p {
        font-size: 0.8rem;
        line-height: 0.4;
    }

    .close-buttonn {
        font-size: 1rem;
        margin-top: 10px;
    }
}

/* Large desktops (min-width: 1367px) */

/* end of fixed contact */

.dropdown-item:hover {
    background-color: #009EE2;
}

.nav-btn {
    background-color: #009EE2;
    margin-left: 100px;
}

.nav-btn:hover{
    background-color: #0393d0;
}
@media only screen and (max-width:1000px){
.nav-btn{
    margin: auto !important;
}

}
@media  screen and (min-width:990px) and (max-width:1399px){
    .nav-btn{
        margin: auto !important;
    }
.nav-link{
    font-size: 15px !important;
}
    }
.nav-link:hover {
    color: #009EE2;
    font-weight: bold;
    text-decoration: none;
}

.nav-item {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}

.me-auto {
    margin-left: 100px;
}

.firstSection-btn {
    background-color: #009EE2;
    border-radius: 10px 10px;
    font-size: 25px;
}
.firstSection-btn:hover{
    background-color: #0393d0;
}

.welcome-title {
    font-size: 56px;
    font-weight: bold;
}

.paragraph1 {
    font-size: 22px;
}

.header-line {
    height: 5px;
    width: 100%;
    padding: 0px;
    margin: 0px
}

/* end of navbar style */

/* shared footer */


/* General Styles */
.footer {
    margin-top: 15px;
    background-color: #E8E8E8;
    padding: 20px;
    text-align: center;
    color: #333;
}

.location-link {
    text-decoration: none !important;
    color: black !important;
    font-size: 18px;
}

.location-link:hover {
    text-decoration: underline !important;
    color: blue !important;

}

.footer-section {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 10px;
}

.logo {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a img {
    width: 24px;
    margin: 0 8px;
}

.footer-section h3 {
    font-size: 28px;
    color: #E5007D;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin: 10px 0;
    font-size: 20px;
    color: black;
    font-weight: 500;
}

.footer-section ul li.highlight {
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

.copyright {
    color: black;
}

.copyright-link {
    text-decoration: none
}

.footer-bottom {
    margin-top: 20px;
    font-size: 25px;
    color: #E5007D !important;
    padding-top: 10px;
    font-weight: bold;
}

.c-circle {
    font-size: 40px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-section {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .footer-section h3 {
        font-size: 24px;
    }

    .footer-section ul li {
        font-size: 18px;
    }

    .footer-bottom {
        font-size: 20px;
    }

    .c-circle {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .footer-section {
        width: 100%;
        margin: 10px 0;
    }

    .footer-section h3 {
        font-size: 20px;
    }

    .footer-section ul li {
        font-size: 16px;
    }

    .footer-bottom {
        font-size: 18px;
    }

    .c-circle {
        font-size: 25px;
    }

    .social-icons a img {
        width: 20px;
    }
}

/* end of shared footer */


/* home page style */
.first-left-section {
    margin-left: 200px;
}


/* responsive of welcome section */
@media only screen and (min-width:200px) and (max-width: 1200px) {
    .first-left-section {
        margin-left: 0px !important;
    }

    .welcome-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

}


.craft-span {
    color: #009EE2;
}


/* why choose us section in home page */

/* For screens wider than 1280px (MacBook Pro/Air) */
.leftImg {
    max-width: 90%;
    margin-top: 80px;
    margin-left: 100px
}

.rightImg {
    max-width: 90%
}

/* responsive for mobile */
@media only screen and (max-width: 769px) {
    .wing-div{
        width: 100%;
        margin:auto auto !important;
        margin-left: 5% !important;
      }
    .leftImg {
        margin:auto 0px !important;

        display: block;

    }

    .rightImg {
        margin:auto 0px !important;
        display: block;
    }
}
/* responsive for Tab S7 */
@media only screen and (min-width:780px) and (max-width: 800px) {
    .wing-div {
        width: 100%;
        margin:auto auto !important;
        margin-left: 5% !important;
      }
    .leftImg {
        margin:auto 0px !important;

        display: block;

    }

    .rightImg {
        margin:auto 0px !important;
        display: block;
    }
}

/* responsive for tablet */
@media only screen and (min-width:820px) and (max-width: 1150px) {
    .leftImg {
        margin-left: 48px !important;
        margin-right: auto;
        display: block;
        margin-top: 45px;
    }

    .rightImg {
        margin-left: -10px;
        margin-right: auto !important;
        display: block;
    }
}

@media only screen and (min-width:1160px) and  (max-width: 1280px) {
    .leftImg {
        margin-left: 75px !important;
        margin-right: auto;
        display: block;
        margin-top: 68px;
    }

    .rightImg {
        margin-left: -10px;
        margin-right: auto !important;
        display: block;
    }
}

/* end of why choose us section in home page  */

/* our partners section style */

/* Logo animation styles */
.splide {
    width: 100%;
    background-color: #009EE2;
    padding-bottom: 30px;
}

.logo-section {
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    display: flex;
    margin: auto;
    box-shadow: 8px 0 8px -4px #b2d8e9, -8px 0 8px -4px #b2d8e9;
    background-color: #009EE2;
    padding: 0px
}

.logo_icon img {
    max-width: 100%; /* Maintain full width of the container */
    height: 150px; /* Set a consistent height for all images */
    object-fit: contain; /* Ensure the image maintains its aspect ratio */
}

/* Remove any top and bottom margin */
.logo_icon {
    margin-top: 0;
    margin-bottom: 0;
}


.right-animation,
.left-animation {
    display: flex;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.right-animation {
    animation-name: moveLogosRight;
}

.left-animation {
    animation-name: moveLogosLeft;
}



.logo_icon {
    margin-right: 60px;
}

/* see more logos of partners */

/* Modal Background */
.modal-button {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.modal-content-button {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    width: 60%;
    max-height: 50%;
    overflow-y: auto;
    /* Enables vertical scroll */
    text-align: center;
    border-radius: 10px;
}
/* Images Style */
.img-button {
    width: 300px;
    height: 200px;
    margin: 10px;
    border-radius: 15px;
}

.img-button:hover {
    transform: scale(1.05);

}
@media (max-width: 767px) {
    .modal-content-button {
        max-height: 100%;

    }
}
@media (min-width: 768px) and (max-width: 1100px){
    .modal-content-button {
        max-height: 100%;

    }}

/* Close Button */
.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
/* end of partners logos */

@media only screen and (max-width: 884px) {


    .logo_icon {
        margin-right: 20px;
    }

    .logo-section {
        overflow: hidden;
        width: 100%;
    }

    .logo-row {
        display: flex;
        flex-wrap: nowrap;
        width: 70%;
        /* Adjust based on the number of items to show */

    }

    .logo_icon {
        flex: 1 0 50%;
        /* Two items per row */
        box-sizing: border-box;
    }

    .logo_icon img {
        max-width: 70%;
        height: auto;
    }

    .seeMore-btn {
        background-color: white;
        padding: 7px 8px;
        font-size: 18px;
        color: #009EE2;
        border: 2px solid white;
        border-radius: 10px 10px;
    }

    .splide {
        padding-bottom: 20px;
    }

    .right-animation,
    .left-animation {
        display: flex;
        animation-duration: 23s;
        animation-timing-function: linear !important;
        animation-iteration-count: infinite;
    }

}


@keyframes moveLogosRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes moveLogosLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}
/* end  our partners section style  */


/* fourth section style */
.fa-map-marker-alt,
.fa-phone-alt,
.fa-envelope {
    font-size: 25px;
    background-color: #E5007E;
    border-radius: 50%;
    color: white;
    padding: 5px 8px;
    margin-right: 10px;
}

.infoTitles {
    color: #E5007E;
}

.sendMsg-btn {
    background-color: #E5007E;
    border: 1px solid #E5007E;
    font-weight: bold;
}

.sendMsg-btn:hover {
    background-color: #E5007E;
    border: 1px solid #E5007E;
    padding: 10px 15px;

}

.fourth-section-header {
    color: black !important;
}


/* responsive for tablet  */

/* Contact Us Section - Tablet Responsive */
@media (max-width: 768px) {
    .col-lg-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .container iframe {
        width: 100%;
        height: 300px;
    }

    .sendMsg-btn {
        width: 100%;
    }

    .infoTitles {
        font-size: 16px;
    }

    ul.list-unstyled li img {
        width: 8%; /* Adjust image size for smaller screens */
    }

    h4, p, a {
        font-size: 14px;
    }
}

@media only screen and (min-width:1000px)and (max-width: 1399px) {
    .col-lg-4 {
        width: 50%;
        margin-bottom: 30px;
    }
    .contactUS{
        margin: auto !important;
    }

    .container iframe {
        width: 100%;
        height: 400px;
    }

    .sendMsg-btn {
        width: 100%;
    }

    .infoTitles {
        font-size: 18px;
    }

    ul.list-unstyled li img {
        width: 10%; /* Slightly reduce the image size for 1280px width */
    }

    h4, p, a {
        font-size: 16px;
    }

    .container {
        padding: 0 20px; /* Add padding to avoid edge contact */
    }
}
/* end of home page */


/* start of about us page */
.second-section-header,.third-section-header,.fourth-section-header{
    font-weight: bold;
}

.aboutus-section {
    margin-top: 15px;
    background-color: #E8E8E8;
    padding: 20px;
    font-weight: bold !important;
    color: #333;
    display: flex;
    justify-content: space-between;
}

.why-choose-us-header {
    color: #009EE2;
    font-size: 60px;
}

.why-choose-us-paragraph {
    font-size: 20px;
}

.left-section {
    margin-left: 30px;
}

/* responsive of who we are section */
@media (max-width: 576px) {

    /* Mobile */
    .aboutus-section {

        justify-content: center;
    }

    .left-section {
        margin-left: 0px;
    }
}

/* Mission && Vision  */


.card-custom {
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    color: white;
    padding: 20px;
    box-shadow: 4px 4px 8px 4px rgba(92, 92, 92, 0.5);
    text-align: center;
    height: 100%;
}

.logo-m-v {
    width: 40% !important;
}

.mission-card {
    background-image: url('../photo/m&v-07.png');
    background-size: 100% 100%;

}

.vision-card {
    background-image: url('../photo/m&v-06.png');
    background-size: 100% 100%;
    height: 100%;

}

.card-custom h2 {
    font-size: 3.3rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.card-custom img {
    width: 80px;
    margin-bottom: 20px;
}

.card-custom p {
    font-size: 1.3rem;
    line-height: 1.5;
}

.underline {
    width: 30%;
    height: 5px;
    background-color: white;
    margin: 20px auto;
}

/* Media Queries for Responsiveness */

/* For tablets and smaller devices */
@media (max-width: 768px) {
    .card-custom {
        padding: 15px;
    }

    .card-custom h2 {
        font-size: 2.5rem;
    }

    .card-custom img {
        width: 70px;
    }

    .card-custom p {
        font-size: 1.1rem;
    }

    .underline {
        width: 50%;
    }

    .logo-m-v {
        width: 50% !important;
    }
}

/* For mobile devices */
@media (max-width: 576px) {
    .card-custom {
        padding: 10px;
    }

    .card-custom h2 {
        font-size: 2rem;
    }

    .card-custom img {
        width: 60px;
    }

    .card-custom p {
        font-size: 1rem;
    }

    .underline {
        width: 70%;
    }

    .logo-m-v {
        width: 60% !important;
    }
}

/* Media Queries for Screens between 768px and 884px */

@media (min-width: 768px) and (max-width: 884px) {
    .card-custom {
        padding: 25px;
    }

    .card-custom h2 {
        font-size: 1.8rem;
    }

    .card-custom img {
        width: 70px;
    }

    .card-custom p {
        font-size: 1rem;
    }

    .underline {
        width: 40%;
    }

    .logo-m-v {
        width: 35% !important;
    }


}

/* hiring page style */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 100px 0px;
}

.hiring-container {
    border-radius: 6px;
    position: relative;
    width: 50%;

    animation: dropDown 3s forwards;

}

.text-box {
    padding: 20px 30px;
    position: relative;
    border-radius: 6px;
    font-size: 15px;
    color: white;
}

.left-container {
    left: 0;
    margin-left: 120px;
    background-color: #009EE2;

}

.right-container {
    left: 73%;
    margin-left: 10px;
    background-color: #E5007D;

}


.timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background: #3C3C3B;
    top: 0;
    left: 67%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 6s linear forwards;

}

/* animation of middle line between hiring containers*/
@keyframes moveline {
    0% {

        height: 0;
    }

    100% {

        height: 100%;
    }
}

.left-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 30px;
    z-index: 1;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #009EE2;
    right: -30px;
}

.right-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 30px;
    z-index: 1;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #E5007E;
    left: -30px;
}

.hiring-icon-left {
    position: absolute;
    width: 18%;
    right: -140px;
    top: 10px;
    z-index: 10;
}

.hiring-icon-right {
    position: absolute;
    width: 18%;
    left: -135px;
    top: 10px;
    z-index: 10;
}


.hiring-btn {
    background-color: white;
    font-weight: bold;
}

.left-btn {
    color: #009EE2;
    border: 1px solid #009EE2;
}

.right-btn {
    color: #E5007E;
    border: 1px solid #E5007E;
}

.modal-title {
    color: #009EE2;
    text-decoration: underline !important;
    font-weight: bold !important;
    font-size: 28px !important;
}



.hiring-modal {
    width: auto;
    border-radius: 20px 20px;
    padding: 10px 10px;
}

.hiring-inputs {
    width: 200px !important;
    background-color: #e6e4e4;
}

.hiring-modal-dialog {
    top: 20% !important;
    width: 800px !important;
}

/* responsive hiring form */
@media only screen and (min-width: 200px) and (max-width: 768px) {

    .hiring-modal-dialog {
        max-width: 400px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .hiring-inputs {
        width: 100% !important;
    }
}

/* hiring Responsive Styles */
@media only screen and (min-width: 200px) and (max-width: 768px) {

    .hiring-container {
        width: 75% !important;
        margin: 0;
        margin-top: 15px;

    }

    .left-container,
    .right-container {
        left: 80px;
    }

    .hiring-icon-left,
    .hiring-icon-right {
        left: -85px;
        width: 25%;
        top: 25px;
    }

    .timeline::after {
        left: 8%;
    }

    .left-container-arrow {
        border-right: 30px solid #009EE2;
        border-left: 0px;
        left: -25px;
    }

    .right-container-arrow {
        left: -25px;
    }
}


/* hiring Responsive Styles */
@media only screen and (min-width: 769px) and (max-width: 1200px) {

    .hiring-container {
        width: 80% !important;
        margin: 0;
        margin-top: 15px;

    }

    .left-container,
    .right-container {
        left: 15%;
    }

    .hiring-icon-left,
    .hiring-icon-right {
        left: -130px;
        width: 22%;
        top: -10px;
    }

    .timeline::after {
        left: 8%;
    }

    .left-container-arrow {
        border-right: 30px solid #009EE2;
        border-left: 0px;
        left: -25px;
    }

    .right-container-arrow {
        left: -25px;
    }
}

/* hiring Responsive Styles */
@media only screen and (min-width: 1250px) and (max-width: 1500px) {


    .left-container {
        left: -5%;
        margin-left: 120px;
        background-color: #009EE2;
    }

    .right-container {
        left: 65%;
        margin-left: 10px;
        background-color: #E5007D;
    }


    .timeline::after {
        left: 60%;
    }

    .left-container-arrow {

        border-left: 35px solid #009EE2;
        right: -30px;
    }

    .right-container-arrow {
        border-right: 35px solid #E5007E;
        left: -30px;
    }

    .hiring-icon-left {
        right: -19%;
    }

    .hiring-icon-right {
        left: -20.5%;
    }
}

/* hiring responsive style */
@media only screen and (min-width: 1900px) and (max-width: 1920px) {


    .left-container {
        left: 18%;
        margin-left: 120px;
        background-color: #009EE2;
    }

    .right-container {
        left: 90%;

        margin-left: 10px;
        background-color: #E5007D;
    }


    .timeline::after {
        left: 85%;
    }

    .left-container-arrow {

        border-left: 35px solid #009EE2;
        right: -30px;
    }

    .right-container-arrow {
        border-right: 35px solid #E5007E;
        left: -30px;
    }

    .hiring-icon-left {
        right: -23%;
    }

    .hiring-icon-right {
        left: -20.5%;
    }
}

/* animation for hiring containers  */
@keyframes dropDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(50px);
    }
}

/* end of hiring page */




/* Get offer section style */

.getOffer-section {
    margin-bottom: 100px;
}

.GetOffer {
    margin-top: 15px;
    background-color: #E8E8E8;
    display: flex;
    justify-content: space-between;
    width: 80%;
    border-radius: 20px 20px;
    padding: 40px
}

.getoffer-header {
    color: #009EE2;
    font-size: 36px;
    text-decoration: underline;
}


.getoffer-img {
    width: 100%;
}


/* Media Queries for Tablet */
@media (max-width: 768px) {
    .GetOffer {
        flex-direction: column;
        width: 100%;
        padding: 20px;
    }

    .offer-left-section {
        margin-bottom: 20px;
    }

    .getoffer-header {
        font-size: 28px;
    }
}

/* Responsive get offer page for Mobile */
@media (max-width: 576px) {
    .GetOffer {
        width: 100%;
        padding: 15px;
    }

    .getoffer-header {
        font-size: 24px;
    }

    .getOffer-section {
        margin-bottom: 50px;
    }

    .offer-left-section {
        text-align: center;
    }

    .getoffer-img {
        margin-top: 20px;
    }

    form.row .row.mb-3 .col-6 {
        width: 100%;
        margin-bottom: 10px;
    }

    button.btn {
        width: 100%;
    }
}




/* Offset */

/* Header Offset  */

.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #000;
    /* Adjust color to match the image */
}

.title-line {
    content: '';
    display: inline-block;
    width: 50px;
    border-top: 2px solid #000;
    /* Adjust color to match the image */
    margin: 0 10px;
    /* Space between text and lines */
}



.text-Offset {
    font-weight: 800;
    font-size: 3rem;
}



/* First Section  */

/* 1- Left Section  */


/* General Styling */
.business-section {
    font-family: Arial, sans-serif;
    padding: 20px;
}

.business-section h1 {

    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.service {
    margin-bottom: 20px;
}

.i-h {
    display: flex;
}

.icon {
    width: 20px;
    height: 20px;
    background-color: #0097DB;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 4px;
}

.content h2 {
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
}

.service p {
    color: #555;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: bold;
}

/* Media Queries for Mobile View */
@media (max-width: 576px) {
    .business-section {
        padding: 10px;
    }

    .business-section h1 {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 15px;
    }

    .service {
        width: 48%;
        margin-bottom: 15px;
    }

    .i-h {
        align-items: flex-start;
    }

    .icon {
        width: 18px;
        height: 18px;
        margin-top: 0;

    }

    .content h2 {
        font-size: 1.2rem;
    }

    .service p {
        font-size: 0.8rem;
    }

    /* Create two-column layout */
    .business-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}



/* stationary title*/
.text-stationery {
    font-size: 28px !important;
    font-weight: 800;
}


/* left & right line on stationery ,Books and magazines,Packaging,Commercial printing Titles*/
.sub-title-line {

    display: inline-block;
    width: 40%;
    border-top: 2px solid rgb(182, 176, 176);
    /* Adjust color to match the image */
    margin: 0 10px;
    /* Space between text and lines */
}

.sub-title-line2 {

    display: inline-block;
    width: 77%;
    border-top: 2px solid rgb(182, 176, 176);
    /* Adjust color to match the image */
    margin: 0 10px;
    /* Space between text and lines */
}

@media only screen and (max-width: 768px) {

    .sub-title-line {

        width: 100%;
      }
}

/* books & magazine title */
.text-books {
    font-size: 28px !important;
    font-weight: 800;
    width: 43% !important;
    text-align: center !important;
}

/* Commercial printing title */
.text-Commercial {
    font-size: 28px !important;
    font-weight: 800;
    width: 45% !important;
    text-align: center !important;
}



/* pvc page style */
.text-pvc {
    font-size: 30px !important;
    font-weight: 800;
    width: 12% !important;
    text-align: center !important;
}

.pvc-imgs {
    width: 70%;
}


@media only screen and (max-width: 768px) {
    .text-pvc {
        font-size: 24px !important;
        font-weight: 800;
        width: 36% !important
    }

    .pvc-imgs {
        width: 100%;
    }
}

/* Boothes page style */

.text-boothes {
    font-size: 30px !important;
    font-weight: 800;
    width: 25% !important;
    text-align: center !important;
}

@media only screen and (max-width: 768px) {
    .text-boothes {
        font-size: 24px !important;
        width: 100% !important
    }

}




/* shared slider for 3 sections in ourlines */

/* ourlines slider section */
.ourlines-sliders-section {
    margin-bottom: 100px !important;
}

@media only screen and (max-width: 768px) {
    .ourlines-sliders-section {
        margin-bottom: 0px !important;
    }
}

/* slider css */
.slider-container {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 25%;
    /* Display 4 slides at a time */
    box-sizing: border-box;
    padding: 10px;
}

.slide img {
    width: 95%;
    display: block;

}

.f-img-slider {
    margin-left: 8px;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 800;
    color: black !important;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 50%;
    /* This makes the border circular */
    z-index: 1000;
    width: 40px;
    /* Set the width */
    height: 40px;
    /* Set the height, should be equal to width */
    display: flex;
    /* Centering the content horizontally */
    align-items: center;
    /* Centering the content vertically */
    justify-content: center;
    /* Centering the content horizontally */
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* Media query for mobile view */
@media (max-width: 767px) {
    .slide {
        min-width: 50%;
        /* Show two slides at a time */
    }
}

/* Adjust button positioning for mobile view */
@media (max-width: 767px) {

    .prev,
    .next {
        top: 50%;
        transform: translateY(-50%);
    }
}
