html {
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
  }

  .centered-text {
    display: block;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    text-decoration-color: #8fa63c;
    text-underline-offset: 2px;
  }


  .banner {
    background: linear-gradient(to bottom, #8f1a1a, #5f1515);
    text-align: center;
    padding: 10px;
    border: 5px solid #3b6c85;
    position: relative;
  }
  .banner h1 {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
  }
  .banner p {
    margin: 2px 0;
    font-size: 10px;
    font-weight: 500;
  }
  .banner .contact {
    font-size: 16px;
    font-weight: bold;
  }
  .pdf-link {
    transform: translateY(-50%);
    text-decoration: none;
  }
  .pdf-link img {
    width: 60px;
    height: auto;
    border: 3px solid #013a51;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
  .highlight {
    color: #013a51;
    font-weight: bold;
  }


.company-info {
    background-color: #013a51;
    color: white;
    text-align: center;
}

@font-face {
    font-family: 'Aptos';
    src: url('/path/to/aptos-font.woff2') format('woff2'),
         url('/path/to/aptos-font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

body {
    background-color: rgb(245, 237, 237) !important;
    font-family: 'Aptos', sans-serif !important;
        font-size: 1rem !important;
        line-height: 1.5 !important;
}

.container1 {
    margin: 0 auto;
    width: 100%;
    background: rgb(245, 237, 237);
}

  .contact-info {
    border-right: 3px solid #3b6c85;
    margin-bottom: 10px;
  }

  .contact-info {
    position: relative;
    padding-top: 10px;
  }

  .contact-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 86%;
    transform: translateX(-50%);
    width: 30%;
    border-top: 3px solid #3b6c85;
  }


  .links-list a {
    text-decoration: none;
    color: #3b6c85;
    display: block;

  }

  .links-list a:hover {
    text-decoration: underline;
  }



/* Social buttons banner */
.socials {
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(245, 237, 237);
}

.fa {
    font-size: 50px;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    border-radius: 40%;
    display: inline-block; 
    margin: 3px;
}

/* Facebook */
.fa-facebook {
    background: #2d4576;
    color: white;
    padding-top: 22px;
}

/* Twitter */
.Twitter {
    background: black;
    color: white;
    padding-top: 22px;
}

/* LinkedIn */
.fa-linkedin {
    background: #007bb5;
    color: white;
    padding-top: 22px;
}

/* WhatsApp */
.fa-whatsapp {
    background: #00b489;
    color: white;
    padding-top: 22px;
}


/* ceo section */
.ceo-container {
    background-image: url(/~obpvacc1/images/ceo-background1.png);
    background-size: cover;
    background-position: center;
    border: 6px solid #3b6c85;
    border-radius: 3px;
    color: white;
}

.img-style {
    border-bottom: 3px solid #8fa63c;
}



/* intro section css */
.intro-image {
    background-image: url(/~obpvacc1/images/intro-image.png);
    background-position: center;
    background-size: cover;
    color: white;
}


 /* about us css */
 .headings {
    color: #013a51;
    text-align: center;
    text-decoration: underline #8fa63c;
 }

 .img-fluid {
    width: 100%;
    height: auto;
    border-right: 6px solid #8fa63c;
    border-bottom: 6px solid #013a51;
}

 h3 {
    font-weight: bold;
    color: #8fa63c !important;

}

.text-center p {
    font-size: 18px;
}

.container-fluid {
    background-color: rgba(224, 221, 221, 0.866);
}

.line {
    width: 80px;
    height: 1px;
    background-color: black;
    margin-bottom: 30px;
}


/* sales section */
.sales-background {
    background-image: url(/~obpvacc1/images/sales-background.png);
    background-position: center;
    background-size: cover;
}

.img-fluid2 {
width: 90%;
margin: 0 auto;
}

/* Container styling */
.custom-container {
    background-color: #f5f5f5;
    padding: 50px 0;
}

/* Row styling */
.custom-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

/* Column styling */
.custom-col {
    background-color: white;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 45%;
    display: flex;
    align-items: center;
}

.custom-icon {
    background-color: #7EB142;
    border-radius: 50%;
    padding: 20px;
    margin-right: 20px;
}

.custom-icon img {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
}

.custom-content h4 {
    font-size: 18px;
    font-weight: bold;
    color: #0f3556;
    margin-bottom: 10px;
}

.custom-content p {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 1.5;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .custom-row {
        flex-direction: column;
        align-items: center;
    }

    .custom-col {
        width: 90%;
        margin-bottom: 20px;
    }
}


/* feedback section */
.feedback-background {
    background-color: #3b6c85;
    padding-top: 10px;
    padding-bottom: 10px;
}

.feedback-card {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: rgba(14, 15, 15, 0.977);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.feedback-card h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5em;
    color: white;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: white;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
    font-size: 1em;
    color: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease, border-bottom-width 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-bottom-color: #8fa63c;
    border-bottom-width: 2px; 
}

.form-group input:focus::placeholder,
.form-group textarea:focus::placeholder {
    opacity: 0;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #ccc;
    transition: opacity 0.7s ease;
}

.btn-send {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.888);
    color: black;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    margin-top: 15px;
}

.btn-send:hover {
    background-color: #5a8b2f;
}

.footer-text {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 0.8em;
    color: white;
    text-align: right;
}


/* hover-effects css */
.hover-forward {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.hover-forward:hover {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.hover-forward:not(:hover) {
    transition: transform 0.5s ease-in, box-shadow 0.5s ease-in;
}

.text-hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* Line element */
.text-hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #8fa63c;
    transform: translateX(-100%);
    transition: transform 1.0s ease-out;
}

.text-hover:hover::before {
    transform: translateX(0);
}

.text-hover:not(:hover)::before {
    transition: transform 0.7s ease-in;
}

/* Normal state - no underline */
.underline-hover {
    text-decoration: none;
    transition: all 0.4s ease;
}
.underline-hover:hover {
    text-decoration: underline;
}



/* products section */
.product-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; 
    max-width: 75%; 
    margin: 0 auto; 
    background-color: rgb(245, 237, 237);
}

.product-card {
    display: flex;
    border: 1px solid #ddd;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    align-items: center;
    justify-content: center;
    background-color: #3b6c85;
    height: 90%;
    border: 4px solid #3b6c85;
}

.card-left .product-text {
    order: 1; 
}

.card-left .product-image {
    order: 2; 
}

.card-right .product-text {
    order: 2; 
    text-align: right;
}

.card-right .product-image {
    order: 1; 
}

.product-image img {
    max-width: 280px; 
}

.product-text {
    padding: 0 20px;
    width: 60%;
    background-color: #013a51;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 180px;
}

.product-text h3 {
    margin: 0 0 10px;
    font-size: 2rem;
}

.product-text p {
    margin: 0;
    font-size: 20px;
    color: white;
}

/* Media Query for Smaller Screens */
@media screen and (max-width: 768px) {
    .product-cards { 
        grid-template-columns: 1fr; 
        text-align: center; 
    }

    .product-card {
        flex-direction: column; 
        text-align: center; 
    }

    .product-text {
        padding: 10px 0;
        width: 100%; 
        text-align: center;
    }

    .card-right .product-text {
        text-align: center;
    }

    .product-image img {
        max-width: 100%;
    }
}


/* wavey cards section */
@media (min-width: 768px) {
    .d-md-flex {
        display: flex;
        flex-direction: row;
    }
}


/* Our-partners secttion */
.our-partners {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #013a51;
}

.partners-logos {
    display: flex;
    justify-content: center;
    width: 80%;
    gap: 40px;
}

.partners-logos img {
    max-width: 100px;
    height: auto;
}

@media (max-width: 768px) {
    .partners-logos {
        flex-direction: column;
        align-items: center;
    }

    .partners-logos img {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .partners-logos {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .partners-logos img {
        max-width: 80px; 
        flex: 0 1 48%;
        margin: 5px;
    }
}




/* procurment sesction */
.image-container {
    flex: 0 0 30%;
    max-width: 20%;
    padding-bottom: 10px;
}
.responsive-image {
    width: 190px;
    height: auto;
    max-width: 80%;
    border-radius: 50%;
}


/* careers section */
.icon-circle {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 40%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    border: 4px solid #013a51;
}

.svg-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s ease;
}

/* SVG fades out when hovering over the card */
.card:hover .svg-icon {
    opacity: 0;
}

/* Apply background image to .icon-circle when hovering on the specific card */
.card.icon1:hover .icon-circle {
    background-image: url('/~obpvacc1/images/first-svg-img.png'); /* First card */
}

.card.icon2:hover .icon-circle {
    background-image: url('/~obpvacc1/images/second-svg-img.png'); /* Second card */
}

.card.icon3:hover .icon-circle {
    background-image: url('/~obpvacc1/images/third-svg-img.png'); /* Third card */
}

.card.icon4:hover .icon-circle {
    background-image: url('/~obpvacc1/images/forth-svg-img.png'); /* Fourth card */
}


.fraud-container {
    background-color: #3b6c85; 
    color: white; 
    padding: 7px 0;
    width: 100%; 
  }
  
  .fraud-content {
    max-width: 900px;
    margin: 0 auto; 
  }
  
  .fraud-title {
    font-size: 1.3rem;
    font-weight: bold;
  }
  
  .fraud-text {
    font-size: 1.2rem;
    margin: 10px 0;
  }
  
  .fraud-text a {
    color: #8fa63c;
    text-decoration: none;
  }
  
  .fraud-text a:hover {
    text-decoration: underline;
  }
  



/* contact section */
.section {
    padding: 40px;
}

.section-left {
    background-color: #fff;
}

.section-middle {
    background-color: #3b6c85;
    color: #fff;
    padding: 40px;
    text-align: center;
}

.section-right {
    background-color: #fff;
    color: white;
}

.section h3 {
    font-weight: bold;
    text-transform: uppercase;
}

.section-middle p,
.section-right p {
    margin-bottom: 20px;
    text-align: center;
}

.section-right form {
    background-color: #3b6c85;
    padding: 20px;
    border-radius: 10px; 
    width: 90%;
    margin: 0 auto;
    
}

.form-control {
    border: none;
    border: none;
    border-bottom: 2px solid #3b6c85; 
    border-radius: 0;
    padding: 8px 12px;
    margin-bottom: 15px;
    background-color: #fff; 
}

.form-control::placeholder {
    color: #0f0202; 
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #3b6c85; 
}

/* Responsive */
@media (max-width: 992px) {
    .section {
        min-height: auto;
        padding: 20px;
    }
}



/* Modal Background */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.578);
}

.modal-content {
    background-color: #013a51;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.pdf-list {
    list-style-type: none;
    padding: 0;
}

.pdf-list li {
    margin: 10px 0;
}

.pdf-list a {
    text-decoration: none;
    color: #3b6d85;
    font-size: 18px;
}

.pdf-list a:hover {
    text-decoration: underline;
}

.media-btn {
    background-color: #013a51;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    display: block;
    width: 200px;
    margin: 10px auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.media-btn:hover {
    background-color: #025377;
    transform: scale(1.05);
}
