@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
}

html{
    scroll-behavior: smooth;
}

body{
    background-color: rgb(243, 243, 243);
}

::-webkit-scrollbar {
    width: 10px;
  }
  

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  

  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  

  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
/* General styles */
body {
    font-family: Arial, sans-serif;
}

/* General Header Styles */
.header {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
    flex-direction: row;
    text-align: start;
}

.logo img {
    max-width: 150px;
}

.icon-box {
    display: flex;
    align-items: start;
    gap: 10px;
    justify-content: start;
}

.icon-box i {
    color: #888;
}

.tel {
    font-size: 0.8rem;
    font-weight: bold;
    color: #888;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Main Header */
#main-header{
    padding: 10px 7%;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: #003399;
    z-index: 999;
    color: white;
}

#main-header img{
    width: 150px;
    position: relative;
    bottom: 5px;
}

#img {
    filter: drop-shadow(0px 0px 5px white);
}

#main-header ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 20px;
}

#main-header ul a {
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: 0.1s;
    font-size: 18px;
}

#main-header ul a:hover {
    color: red;
    transition: 0.1s;
}

.primary {
    border-radius: 5px;
    background-color: #1485BF;
    padding: 15px 25px;
    cursor: pointer;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
}

.primary:hover {
    transition: 0.3s;
    background-color: #1098db;
}

/* Navbar Header */
#navbar {
    display: none;
    position: sticky;
    top: 0;
    background-color: #003399;
    z-index: 1000;
    padding: 10px;
    border-bottom: 2px solid #ddd;
}

#navbar img{
    width: 180px;
    position: relative;
    left: -15px;
}

.navheader_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

#menu span {
    width: 25px;
    height: 3px;
    background-color: #fff;
}

#canvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1001;
}

.canvasbody ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.canvasbody ul a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .header .row {
        flex-direction: row;
        text-align: start;
    }

    #canvas{
        margin-top: -50px
    }
    
    #threelinks{
        display: none;
    }

    #main-header {
        display: none;
    }

    #navbar {
        display: block;
    }

    #navbar .logo {
        display: block;
    }

    .header .logo {
        display: block;
    }
}

@media only screen and (max-width: 1050px) and (min-width: 992px) {
    #main-header {
        padding-inline: 4%;
    }

    #main-header ul a {
        font-size: 15px;
    }

    #main-header button {
        font-size: 15px !important;
    }
}

.primary{
    border-radius: 5px;
    background-color: #1485BF;
    padding: 15px 25px;
    cursor: pointer;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
}

.primary:hover{
    transition: 0.3s;
    background-color: #1098db;
}

@media only screen and (max-width: 1050px) and (min-width: 900px){
    header{
        padding-inline: 4%;
    }

    header ul a{
        font-size: 15px;
    }

    header button{
        font-size: 15px !important;
    }
}

nav{
    display: none;
    position: sticky;
    top: 52px;
    background-color: rgb(243, 243, 243);
    z-index: 999;
}

.navheader{
    padding: 10px 5%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navheader img{
    position: relative;
    right: 10px;
}

#menu{
    width: 30px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#menu span{
    height: 4px;
    border-radius: 10px;
}

#menu1{
    background-color: black;
    width: 100%;
}

#menu2{
    background-color: #1485BF;
    width: 75%;
}

#menu3{
    background-color: black;
    width: 50%;
}

#navheader{
    color: #1485BF;
}

nav ion-icon{
    width: 30px;
    height: 30px;
    color: red;
}

#canvas{
    display: none;
    z-index: 999;
    background-color: #003399;
    position: fixed;
    width: 100%;
    top: 52px;
    color: white;
}

.canvasbody{
    padding: 30px 27px;
}

.canvasbody ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    color: white !important;
}

.canvasbody li{
    color: white !important;
}

.canvasbody a{
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
@media only screen and (max-width: 900px){
    header{
        display: flex;
        margin-top: 30px;
    }

    nav{
        display: flex;
    }
}

/* #home{
    display: flex;
    padding: 50px 7%;
}

#firsthome, #imagehome{
    width: 50%;
}

#firsthome{
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
}

#firsthome h1{
    font-size: 5vw;
    width: 90%;
    color: rgb(32, 32, 32);
}

#firsthome p{
    color: #4B5262;
    width: 70%;
    font-size: 1.1vw;
}

#imagehome{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5vw;
}

#imagehome img{
    width: 25vw;
}

@media only screen and (max-width: 1300px) and (min-width: 860px){
    #imagehome img{
        width: 30vw;
    }
}

@media only screen and (max-width: 1300px){
    .primary{
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 860px) and (min-width: 660px){
    #imagehome img{
        width: 32vw;
    }

    #firsthome p{
        font-size: 1.5vw;
    }

    #imagehome{
        padding-right: 0;
    }
}

@media only screen and (max-width: 660px){
    #home{
        flex-direction: column;
        gap: 60px;
    }

    #firsthome, #imagehome{
        width: 100%;
    }

    #imagehome{
        padding-right: 0;
        justify-content: center;
    }

    #imagehome img{
        width: 80%;
    }

    #firsthome{
        align-items: center;
        padding-top: 30px;
    }

    #firsthome{
        text-align: center;
    }

    #firsthome h1{
        width: 100%;
        font-size: 40px;
    }

    #firsthome p{
        width: 100%;
        font-size: 16px;
    }
} */

.heading{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heading p{
    font-family: "Shadows Into Light", cursive;
    font-weight: 600;
    color: #1485BF;
    font-style: normal;
    text-shadow: 0px 0px 20px #1486bf70;
    position: relative;
    top: 10px;
    z-index: -10;
}

.heading h1{
    font-size: 50px;
}

.cardcustom{
    background-color: #016AA4;
    border-radius: 5px;
}

.cardcustom{
    color: white !important;
    font-weight: bold;
}

.services-section {
    background-color: #fff;
    padding: 50px 0;
}

.service-card {
    height: 550px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-content {
    padding: 20px;
    text-align: center;
}

.service-content h5 {
    font-size: 18px;
    font-weight: bold;
    color: #1485BF;
    margin-bottom: 10px;
}

.service-content p {
    font-size: 14px;
    color: #666;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    background-color: #1485BF;
    border-radius: 5px;
    padding: 8px 15px;
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

#services h2{
    color: white;
    text-shadow: 0px 0px 5px #1485BF;
}

#services p{
    color: white;
}

.secondary{
    border-radius: 5px;
    background-color: transparent;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid white;
    color: white;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}

.secondary:hover{
    transition: 0.3s;
    background-color: #1097db42;
}

.stats-section {
    background-color: #fff;
    padding: 50px 0;
}

h2 {
    color: #1485BF;
    font-weight: bold;
}

.stats-card {
    height: 150px;
    background: #1485BF;
    padding: 20px;
    border: 2px solid #1485BF;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.stats-card h2 {
    font-size: 28px;
    font-weight: 600;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    margin-top: 10px;
}

.stats-card p {
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
}

#uberuns{
    padding: 20px 5%;
    background-color: rgb(243, 243, 243);
}

#uberuns h1{
    color: #016AA4;
}

@media only screen and (max-width: 600px){
    #uberuns p{
        font-size: 13px;
    }
}

@media only screen and (max-width: 800px){
    .stats-card h2 {
        font-size: 24px;
        font-weight: 600;
        font-weight: bold;
        color: white;
        margin-bottom: 20px;
    }
    
    .stats-card p {
        font-size: 16px;
        color: #ffffff;
        margin: 0 auto;
    }
    .heading h1{
        font-size: 40px;
    }
}

.companies{
    padding: 60px 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
}

@media only screen and (max-width: 479px){
    .companies img{
        width: 35%;
    }

    .companies{
        justify-content: center;
        gap: 50px;
    }
}

#testimonials{
    padding: 40px 3%;
    background-image: linear-gradient(to bottom, #0f638d96, #0d4f70a9), url("./assets/testimonials.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#testimonials h1{
    text-align: center;
    position: relative;
    top: 20px;
    font-size: 50px;
    z-index: 1;
    color: white;
}

@media only screen and (max-width: 800px){
    #testimonials h1{
        font-size: 40px;
    }
}


.socials{
    position: fixed;
    bottom: 30px;
    right: 10px;
}

.socials div{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.815);
}

.socials div:hover{
    background-color: rgba(255, 255, 255, 0.932);
}

.socials img{
    width: 30px;
    height: 30px;
}

.contact-section {
    background-color: #ffffff;
    padding: 30px 0;
}

h2 {
    color: #1485BF;
}

.btn-primary {
    background-color: #1485BF;
    border: none;
}

.btn-primary:hover {
    background-color: #0e6b97;
}
/* service page */

.service-section {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .service-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .service-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }
  
  .service-list li {
    margin-bottom: 10px;
  }
  
  .service-image {
    border-radius: 10px;
  }
  
  .contact-box {
    background-color: #f1f1f1;
    border: 2px solid #c3e6cb;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
  }
  
  .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
  }
.small_list_font {
    font-size: 15px;
}
.black-line {
    border: none;
    height: 5px;
    background: #000000;
    margin-bottom: 20px;
    opacity: 1;
}

.green-line {
    border: none;
    height: 5px;
    background: #007e00;
    margin-top: 10px;
    opacity: 1;
}

.card {
    padding: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.small-font {
    font-size: 14px;
    font-weight: bold;
}


.contact-info{
    font-size: 1.1rem;
}

.content-box {
    margin: 0 auto;
    /* Center horizontally */
    position: relative;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 30px 40px;
    max-width: 500px;
    display: flex;
    /* Add flexbox */
    flex-direction: column;
    /* Stack children vertically */
    align-items: center;
    /* Center children horizontally */
    text-align: center;
    /* Center text content */
}

.content-box h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.content-box p {
    font-size: 16px;
    line-height: 1.5;
}

.contact-number {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
}

.content-box::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #1485BF;
    display: block;
    margin-top: 15px;
}

#home {
    position: relative;
    height: 70vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media only screen and (max-width: 450px){
    #contact-box{
        padding-inline: 10px !important;
    }
}

/* Overlay for better text readability */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    z-index: 1;
}

/* Background Slider */
#carouselHome {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item {
    background-size: cover;
    background-position: center;
}

/* Content Section */
#firsthome {
    position: relative;
    z-index: 2;
    /* Ensure content is above the slider and overlay */
    color: white;
    max-width: 1200px;
    padding: 20px;
}

#firsthome h1 {
    /* background-color: rgba(20, 133, 191, 0.2); */
    font-size: 3.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

#firsthome h1 span {
    color: #1485BF;
    /* Highlight color for "24h" */
}

#firsthome p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

#firsthome .primary {
    background-color: #1485BF;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#firsthome .primary:hover {
    background-color: #0f6a9f;
}

/* Responsive Adjustments */
@media only screen and (max-width: 768px) {
    #firsthome h1 {
        font-size: 2.5rem;
    }

    #firsthome p {
        font-size: 1rem;
    }

    #firsthome .primary {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 480px) {
    #firsthome h1 {
        font-size: 2rem;
    }

    #firsthome p {
        font-size: 0.9rem;
    }
}



footer {
    background-color: #003399;
    padding: 30px 5%;
    text-align: center;
}

.footerlinks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.footerlinks img{
    width: 170px;
}

.footerlinks a {
    color: rgb(226, 226, 226);
    text-decoration: none;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 10%;
    text-align: left;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    color: white;
}

.footer-column h3 {
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 40px;
}

.footer-column a {
    color: rgb(221, 221, 221);
    text-decoration: none;
}

.footer-column ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url("./photos/check.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#line {
    height: 1px;
    width: 80%;
    margin: 30px auto;
    background-color: rgb(211, 211, 211);
}

footer p {
    color: rgb(221, 221, 221);
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.footer-column p{
    text-align: left !important;
}

footer a {
    color: rgb(221, 221, 221);
    font-weight: 600;
}