/**=======================================================================
* A Customized  CSS File for websites made with love from
* LWEGATECH Team of developers
* ===========================================================================**/
html,
body{
	font-family: "Poppins", Arial, sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
	font-size: 15px;
	font-weight: 300;
	min-height: 100vh;
}
::selection {background:#003262;color:#FFF;text-shadow:none;}
::-webkit-selection {background:#003262; color:#FFF;text-shadow:none;}
::-moz-selection {background:#003262;color:#FFF;text-shadow:none;}
h1, h2, h3, h4, h5, h6 {font-family: "Poppins", Arial, sans-serif;font-weight: 600;}
.btn-primary{background-color: #DD7D09;border-color: #00648F;color:#fff;width:fit-content;margin:auto;}
.btn-primary:hover{background-color: #f68f1d;border-color: #f68f1d;}
 :root {
            --primary-color: #3399cc;
            --secondary-color: #2c5282;
            --accent-color: #3182ce;
            --text-dark: #2d3748;
            --text-light: #718096;
            --bg-light: #f7fafc;
            --bg-card: #ffffff;
            --shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            --shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
/** ================================
Menu & Top
=========================================**/
/**Top **/
/*.top-header{background-color: #DD7D09;color: #F1F1F1;font-size: 12px; }*/
/*.top-header a{color: #F1F1F1;text-decoration: none;}*/
/**Desktop menu **/
/*.menu-section{box-shadow: 2px 3px 5px rgba(0,0,0,0.1);}*/
/*nav{margin:0;padding:0;height: 80px;background-color: #FFF;display: flex;justify-content: flex-end;align-items: center; border-radius: 15px;color:#DD7D09;}*/
/*nav a{height: 100%;padding: 0 10px;text-decoration: none;display: flex;align-items: center;color:#DD7D09;width:120px}*/
/*nav a:hover, .dropdown:hover, .dropbtn{background:rgba(185, 114, 6, 0.05);color: #DD7D09;}*/
/*nav .logo{margin-right: auto;}*/
/*nav .logo:hover{background-color: transparent;}*/
/*nav .logo img{height: 70px;align-self: center;}*/
/*#mobilemenu-active{display: none;}*/
/*.showmenu, .hidemenu{display: none;}*/
/*.link-container{height: 100%;width: 100%;display: flex;flex-direction: row;justify-content: flex-end;}*/
/*.dropdown {position: relative;align-items: center;display: flex;padding: 0 20px; }*/
/*.dropdown-content {display: none;position: absolute;background-color: #f9f9f9;min-width: 250px;box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);z-index: 999;top: 80px;}*/
/*.dropdown:hover .dropdown-content {display: block;}*/
/*.dropdown-content a {color: #DD7D09;padding: 8px 16px;text-decoration: none;display: block;text-align: left;width:auto}*/
/*.dropdown-content a:hover {background-color: #DD7D09;color: #fff;}*/
/*.dropdown input[type="checkbox"] {display: none;}*/
/*.nav a:is-active{background-color: #DD7D09;color: #fff;}*/

/**sticky Header**/
/*.sticky-header{background-color: #DD7D09;color:#fff;position:fixed;z-index: 1020;width: 100%;box-shadow: 2px 3px 5px rgba(0,0,0,0.1);top:0;}*/
/*.sticky-header nav{margin:0;padding:0;height: 60px;background:#DD7D09;color:#fff;}*/
/*.sticky-header nav .logo img{height: 50px;}*/
/*.sticky-header .dropdown-content {top: 60px;width:auto;}*/
/*.sticky-header nav a{color:#fff;}*/
/*.sticky-header .dropdown-content a{background:#Fff;color:#DD7D09;}*/
/*.sticky-header .dropdown-content a:hover{background:#DD7D09;color:#Fff;}*/
/*.sticky-header .dropdown-toggle1 a:hover{background:#DD7D09;color:#Fff;}*/


/** =======================================================================
* SLIDES
*=============================================================================*/
#hero {width: 100%;height: calc(100vh - 110px);padding: 0;overflow: hidden;background:#003262; }
#hero .carousel-item {width: 100%;height: calc(100vh - 110px);background-size: cover;background-position: top right;background-repeat: no-repeat;overflow: hidden; }
#hero .carousel-item::before {content: '';background: linear-gradient(to right, rgba(13, 30, 45, 0.8), rgba(13, 30, 45, 0.5), rgba(13, 30, 45, 0.1));position: absolute;height: 100%;width: 100%;top: 0;right: 0;left: 0;	bottom: 0;overflow: hidden;}
#hero .carousel-container {display: flex;justify-content: center;align-items: center;position: absolute;bottom: 0;top: 150px;left: 0;right: 0;overflow: hidden;}
#hero .carousel-content {text-align: left;}
#hero h2 {color: #fff;margin-bottom: 30px;font-size: 40px;font-weight: 900;}
#hero p {width: 80%;-webkit-animation-delay: 0.4s;animation-delay: 0.4s;color: #fff;}
#hero .carousel-inner .carousel-item {transition-property: opacity;background-position: center top;}
#hero .carousel-inner .carousel-item,#hero .carousel-inner .active.carousel-item-start,#hero .carousel-inner .active.carousel-item-end {opacity: 0;}
#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {opacity: 1;transition: 0.5s; }
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {left: 0;transform: translate3d(0, 0, 0);}
#hero .carousel-control-prev, #hero .carousel-control-next {width: 10%; }
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {background: none;font-size: 48px;	line-height: 1;width: auto;height: auto;}
#hero .carousel-indicators li {cursor: pointer;}
#hero .btn-get-started {font-weight: 500;letter-spacing: 1px;display: inline-block;padding: 12px 32px;	border-radius: 5px;transition: 0.5s;line-height: 1;margin: 10px;color: #fff;-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;border: 0;background: #f68f1d;text-decoration: none;  }
#hero .btn-get-started:hover {background: #d1760e;}
  @media (max-width: 992px) {
	#hero, #hero .carousel-item {
	  height: calc(100vh - 70px);
	}
	#hero .carousel-content.container {
	  padding: 0 50px;
	}
}
  @media (max-width: 768px) {
	#hero h2 {font-size: 28px;}
  }
  
  @media (max-height: 500px) {
	#hero, #hero .carousel-item {height: 120vh;}
  }
  
  @media (min-width: 1024px) {
	#hero p {width: 50%;}
	#hero h2{width:58%;}
	#hero .carousel-control-prev, #hero .carousel-control-next {
	  width: 5%;
	}
}
.home-header {
    position: relative; /* Allows absolute positioning inside */
    overflow: visible; /* Lets the image protrude outside */
    z-index: 1; /* Ensures stacking context */
    height:500px;
}
.home-header{padding-top:100px;}
.home-header .container h1,h2{color:#fff; font-size:50px;}
.home-header p{color:#fff;}
.protruding-image {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(40%); /* Adjust to control overlap amount */
    z-index: 2; /* Higher than parent to overlap next section */
}

.protruding-image img {
    height: 500px; /* Adjust based on your needs */
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)); /* Optional: Adds depth */
}

/* Ensures next section doesn't get hidden behind the image */
.next-section {
    position: relative;
    z-index: 1; /* Lower than protruding image */
    margin-top: -50px; /* Adjust to reduce gap caused by overlap */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .protruding-image img {
        max-height: 180px;
    }
    .protruding-image {
        transform: translateY(40%);
    }
    .next-section {
        margin-top: -30px;
    }
}


/** =================================================================
* HOME PAGE
* ===================================================================**/
.home-intro-top{background:#0073a4;color:#fff;font-size: 30px;min-height: 150px;}
.home-intro-top p{height: 100%;line-height: 1.4;justify-content: center;}
.home-intro-mid{background:#fff;padding-bottom: 30px;}
.home-intro-mid .container{width: 80%;}
.home-intro-mid p{line-height: 1.6;}
.home-intro-mid h2{font-weight: 800;font-size: 40px;}
.home-intro-mid h5{font-weight: 400;margin-bottom:0;color:#f68f1d}
.home-intro-bottom{padding-top:30px;padding-bottom: 30px;background-color: rgba(245, 104, 7, 0.05);}
.home-intro-bottom .photo img{height: 350px;width: 100%;object-fit: cover; border-radius: 10px;}
.home-intro-bottom .text{background-color: #Fff;border-radius: 10px;margin-left: -80px;margin-top:80px}
.why-heading{display: flex;justify-content:center;}
.home-intro-bottom .text h3{color: #DD7D09;padding: 10px;align-self:center;}
.home-intro-bottom .text strong{background-color: #DD7D09;color: #fff;padiing:8px;border-radius:5px;}
.home-intro-bottom .text h2, .home-intro-bottom p{padding:0 15px 15px 15px;font-weight: 400;}
.home-intro-bottom .text h2{font-weight: 800;font-size: 28px;}
.home-caction{background: linear-gradient(to right, rgba(0, 13, 27, 0.95), rgba(0, 13, 27, 0.5)), url('../images/slides/Pedal-Business-Solution-4.jpg') no-repeat;background-size: cover;background-position: center center;min-height: 400px;padding-top:50px;padding-bottom: 20px;color: #f1f1f1;font-size: 18px;font-weight: 300;}
.home-caction .container{width:80%;}
.home-caction h3{font-size: 35px; margin-top:2.5rem;font-weight: 800;color:#FFF}
   .cargo-services-section {
            background: linear-gradient(135deg, var(--bg-light) 0%, #e2e8f0 100%);
            position: relative;
            overflow: hidden;
        }

        .cargo-services-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
            z-index: 1;
        }

        .container-xxl {
            position: relative;
            z-index: 2;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 20px;
            position: relative;
        }

        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, var(--accent-color), var(--secondary-color));
            border-radius: 2px;
        }

        .cargo-service-card {
            background: var(--bg-card);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: all 0.4s ease;
            position: relative;
            height: 100%;
            margin-bottom: 30px;
        }

        .cargo-service-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-hover);
        }

        .cargo-service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--accent-color), var(--secondary-color));
            z-index: 1;
        }

        .cargo-service-image {
            height: 280px;
            overflow: hidden;
            position: relative;
        }

        .cargo-service-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .cargo-service-card:hover .cargo-service-image img {
            transform: scale(1.05);
        }

        .cargo-service-content {
            padding: 40px;
        }

        .cargo-service-content h3 {
            font-size: 1.75rem;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 20px;
            position: relative;
        }

        .cargo-service-content p {
            color: var(--text-light);
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .cargo-service-features {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .cargo-service-features li {
            padding: 12px 0;
            border-bottom: 1px solid #e2e8f0;
            color: var(--text-dark);
            position: relative;
            padding-left: 30px;
            transition: all 0.3s ease;
        }

        .cargo-service-features li:last-child {
            border-bottom: none;
        }

        .cargo-service-features li::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 12px;
            width: 20px;
            height: 20px;
            background: var(--accent-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
        }

        .cargo-service-features li:hover {
            color: var(--accent-color);
            padding-left: 35px;
        }
.services-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 2rem;
            gap:2px;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 4rem;
            position: relative;
        }
        
        /*.section-title {*/
        /*    font-size: clamp(2.5rem, 5vw, 4rem);*/
        /*    font-weight: 700;*/
        /*    background: linear-gradient(45deg, #DD7D09, #f39c12);*/
        /*    -webkit-background-clip: text;*/
        /*    -webkit-text-fill-color: transparent;*/
        /*    background-clip: text;*/
        /*    margin-bottom: 1rem;*/
        /*    text-shadow: 0 4px 20px rgba(221, 125, 9, 0.3);*/
        /*    animation: fadeInUp 0.8s ease-out;*/
        /*}*/
        
        .section-subtitle {
            font-size: 1.2rem;
            color: #6c757d;
            font-weight: 300;
            max-width: 600px;
            margin: 0 auto;
            animation: fadeInUp 0.8s ease-out 0.2s both;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }
        
        .service-card {
            background: transparent;
            border: none;
            border-radius: 20px;
            padding: 0;
            position: relative;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: fadeInUp 0.8s ease-out both;
            box-shadow: 0 8px 32px  rgba(156, 210, 249, 0.3);
            height: 400px;
            margin:;
        }
        
        .service-card:nth-child(1) { animation-delay: 0.1s; }
        .service-card:nth-child(2) { animation-delay: 0.2s; }
        .service-card:nth-child(3) { animation-delay: 0.3s; }
        .service-card:nth-child(4) { animation-delay: 0.4s; }
        
        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, transparent 0%, rgba(156, 210, 249, 0.3) 30%, rgba(156, 210, 249, 0.8) 100%);
            opacity: 1;
            transition: opacity 0.3s ease;
            z-index: 1;
        }
        
        .service-card:hover::before {
            background: linear-gradient(180deg, transparent 0%, rgba(156, 210, 249, 0.3) 30%, rgba(156, 210, 249, 0.8) 100%);
        }
        
        .service-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 40px  rgba(156, 210, 249, 0.3);
        }
        
        .service-image {
            width: 100%;
            height: 100%;
            border-radius: 20px;
            object-fit: cover;
            transition: transform 0.3s ease;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }
        
        .service-card:hover .service-image {
            transform: scale(1.1);
        }
        
        .service-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 2rem;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            height: 100%;
        }
        
        .service-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 1rem;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .service-description {
            color: #fff;
            font-size: 0.95rem;
            font-weight:400;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            text-align: center;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }
        
        .service-btn {
            display: inline-block;
            width: 100%;
            padding: 12px 24px;
            background: linear-gradient(45deg, #DD7D09, #f39c12);
            color: white;
            text-decoration: none;
            border-radius: 25px;
            font-weight: 600;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(221, 125, 9, 0.3);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .service-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: left 0.6s ease;
        }
        
        .service-btn:hover::before {
            left: 100%;
        }
        .service-section {
            position: relative;
            background:rgba(245, 104, 7, 0.05);
        }
        
        .service-page-content {
            background: #fff;
            padding: 10px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }

        .service-page-content p {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 1.5rem;
            color: var(--text-light);
        }

        .service-page-content h4 {
            color:#DD7D09 ;
            font-weight: 600;
            margin: 2rem 0 1rem 0;
            padding-bottom: 10px;
            border-bottom: 3px solid #DD7D09;
            display: inline-block;
        }

        .service-page-content ul {
            margin-left: 0;
            padding-left: 0;
        }

        .service-page-content li {
            list-style: none;
            position: relative;
            padding: 12px 0 12px 40px;
            margin-bottom: 8px;
            background: var(--bg-light);
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .service-page-content li:hover {
            background: rgba(245, 104, 7, 0.05);
            transform: translateX(5px);
        }

        .service-page-content li::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--accent-color);
            background: var(--primary-color);
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
        }

        .service-page-content li:last-child {
            display: none; /* Hide empty list item */
        }
        .stats-section{height:200px;}
        .stat-card{background:#3399cc;}
        .text-mutted{color:#fff;}
        .top-info h2{padding-top:40px;color:#3399cc ;}
        /* Image Section */
        .service-image {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
         .mid-service-content h3{color:#3399cc;}
        .mid-service-content{font-size:18px;font-weight:400;background:rgba(156, 210, 249, 0.17);padding-bottom:20px;padding-top:20px;}
        .service-image img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .meet-and-greet h2{color:#3399cc;}
        .service-image:hover img {
            transform: scale(1.05);
        }

        .service-image::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg,rgba(151, 209, 232, 0.13) 0%, rgba(151, 209, 232, 0.13) 84%, rgba(151, 209, 232, 0.13) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .service-image:hover::after {
            opacity: 1;
        }
        .service-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(221, 125, 9, 0.4);
            background: linear-gradient(45deg, #f39c12, #DD7D09);
        }
        
        .floating-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }
        
        .shape {
            position: absolute;
            opacity: 0.1;
            animation: float 6s ease-in-out infinite;
        }
        
        .shape:nth-child(1) {
            top: 20%;
            left: 10%;
            width: 80px;
            height: 80px;
            background: linear-gradient(45deg, #DD7D09, #f39c12);
            border-radius: 50%;
            animation-delay: 0s;
        }
        
        .shape:nth-child(2) {
            top: 60%;
            right: 10%;
            width: 60px;
            height: 60px;
            background: linear-gradient(45deg, #f39c12, #DD7D09);
            border-radius: 10px;
            animation-delay: 2s;
        }
        
        .shape:nth-child(3) {
            bottom: 20%;
            left: 20%;
            width: 100px;
            height: 100px;
            background: linear-gradient(45deg, #DD7D09, #ffffff);
            border-radius: 50%;
            animation-delay: 4s;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }
        
        @media (max-width: 768px) {
            .services-container {
                padding: 0 1rem;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .service-card {
                padding: 1.5rem;
            }
            
        }
        
        /* Light mode optimized */
        @media (prefers-color-scheme: light) {
            body {
                background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
            }
        }
        .certifications{
            background-color:#fff;
            margin-top:20px;
            padding:10px;
        }
.certifications-heading{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
}
.footer-logo img{
height:100px;
width:auto;
}
.bottom-section{
    background:#3399cc;
}
/** =================================================================
* OTHER PAGE
* ===================================================================**/
 .header-wrap {
        position: relative;
        padding: 80px 0 0;
        height: 550px; 
        overflow: hidden;
    }
    
    .header-wrap .container {
        margin-top: 120px; 
    }
    
    .header-wrap h1 {
        color: #fff;
        font-size: 3rem; 
        display: inline-block;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    
    .concave-curve {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 125px; 
        z-index: 1;
    }

    /* Optional enhancement - subtle shadow under curve */
    .concave-curve::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 15px;
        background: radial-gradient(ellipse at center, rgba(0,0,0,0.15) 0%, transparent 70%);
        z-index: 0;
    }

.about-mv{background-color: #003262;color: #F1F1F1;padding-top: 50px;padding-bottom: 50px;}
.about-heading{display: flex; justify-content:center;align-items:center;margin-top:15px;color:;}
.about-bottom{background:rgba(245, 148, 96, 0.2);padding:20px;border-radius:15px;font-weight:400;}
.about-mv h2 {font-weight: 800;font-size: 40px;}
.about-mv i{font-size: 40px;margin-right:5px;}
.about-mv .d-flex{border: 1px solid #F1F1F1;border-radius: 10px;height: 100%;}
.about-values{padding-top: 50px;padding-bottom: 50px;}
.about-values .card .card-body{background-color: #00648F;color:#fff;}
.about-values .card .card-body h5{font-size: 16px;color: #fff;}
.about-why{padding-top: 50px;padding-bottom: 50px;}
.about-why .container{width:70%;margin:0 auto;}
.service-page{padding-top: 50px;padding-bottom: 50px;}
.service-page ul{margin: 0;padding: 0;list-style: none;}
.service-page li{margin-bottom: 8px;}
.service-page li::before{font-family: "bootstrap-icons";content: "\F270";color: #00648F;margin-right:5px;}
.service-page img{height: 400px;border-radius: 10px;box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);object-fit: cover;
	width: 100%;object-position: center;}
.contact-page{padding-top: 50px;padding-bottom: 50px;}
.contact-page i{font-size: 35px;color: #00648F;}
.core-values .card-body{background-color:rgba(245, 148, 96, 0.87);color:#fff;border-radius:10px;}
.core-values img{border-radius:15px;margin-top:10px;}
.vision{background:rgba(245, 148, 96, 0.87);color:#fff;border-radius:15px;}
.swiper-slide img{height:80px;
    width:100px;
}
.swiper-slide{width:100px;}
.clients-heading h2{color:#3399cc ;
    font-size:30px;
    margin-top:20px;
}
.top-heading{background:#DD7D09 ;color:#fff;
    width:400px;
    font-weight:600;
    border-radius:20px;
    margin-bottom:15px;
    
}
/*
*******************************************
about-page
*******************************************
*/
.service-excellence-section{height:300px;}
.container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .hero-section {
            padding: 100px 0 80px;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><g fill="none" stroke="rgba(255,138,0,0.03)" stroke-width="1"><circle cx="200" cy="200" r="50"/><circle cx="200" cy="200" r="100"/><circle cx="200" cy="200" r="150"/><circle cx="200" cy="200" r="200"/></g><path d="M50 200 L350 200 M200 50 L200 350" stroke="rgba(255,138,0,0.05)" stroke-width="2"/></svg>') center/300px 300px;
            opacity: 0.4;
        }

        .hero-content {
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .company-badge {
            display: inline-block;
            background:#33cc66 ;
            color: white;
            padding: 10px 28px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 30px;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 15px rgba(255, 138, 0, 0.3);
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            color: #3399cc;
            margin-bottom: 25px;
            position: relative;
        }

        .hero-subtitle {
            font-size: 1.3rem;
            color: #6c757d;
            margin: 0 auto 40px;
            line-height: 1.8;
            width:60%;
        }

        .hero-stats {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin-top: 50px;
        }

        .hero-stat {
            text-align: center;
        }

        .hero-stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #3399cc;
            display: block;
            margin-bottom: 5px;
        }

        .hero-stat-label {
            color: #33cc66;
            font-size: 1rem;
            font-weight: 500;
        }

        /* Company Overview Section */
        .overview-section {
            padding: 80px 0;
            position: relative;
            background:rgba(156, 210, 249, 0.46);
        }
        
        .overview-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M20 100 Q100 20 180 100 Q100 180 20 100" fill="none" stroke="rgba(255,138,0,0.05)" stroke-width="2"/><circle cx="100" cy="100" r="5" fill="rgba(255,138,0,0.1)"/></svg>') center/contain no-repeat;
            opacity: 0.6;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            z-index: 1;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #3399cc;
            margin-bottom: 15px;
        }

        /*.section-title::after {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    bottom: -10px;*/
        /*    left: 50%;*/
        /*    transform: translateX(-50%);*/
        /*    width: 60px;*/
        /*    height: 3px;*/
        /*    background: linear-gradient(90deg, #ff8a00, #ff6b00);*/
        /*    border-radius: 2px;*/
        /*}*/

        .section-subtitle {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 600px;
            margin: 0 auto;
        }

        .overview-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .overview-text {
            position: relative;
            z-index: 1;
        }

        .overview-text h3 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 20px;
        }

        .overview-text p {
            font-size: 1.1rem;
            color: #495057;
            margin-bottom: 20px;
            line-height: 1.8;
        }

        .highlight-text {
            color: #3399cc;
            font-weight: 600;
        }

        .company-timeline {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 15px;
            border-left: 4px solid #3399cc;
            margin: 30px 0;
        }

        .timeline-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .timeline-year {
            background: #3399cc;
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-weight: 600;
            margin-right: 15px;
            min-width: 80px;
            text-align: center;
        }

        .timeline-text {
            color: #495057;
            font-size: 1rem;
        }

        .overview-visual {
            position: relative;
        }
        /* Mobile Responsive Styles */

/* Large tablets and small desktops */
@media (max-width: 1024px) {
    .overview-content {
        gap: 40px;
    }
    
    .overview-text h3 {
        font-size: 1.6rem;
    }
    
    .company-timeline {
        padding: 20px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .overview-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 15px;
    }
    
    .overview-text h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .overview-text p {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    
    .company-timeline {
        padding: 20px 15px;
        margin: 20px 0;
        overflow-x: hidden; /* Prevent horizontal overflow */
    }
    
    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
        text-align: left;
    }
    
    .timeline-year {
        margin-right: 0;
        margin-bottom: 8px;
        min-width: auto;
        width: fit-content;
    }
    
    .timeline-text {
        font-size: 0.95rem;
        width: 100%;
    }
    
    .overview-visual {
        order: -1; /* Move visual above text on mobile */
    }
}

/* Small tablets and large phones */
@media (max-width: 576px) {
    .overview-content {
        gap: 20px;
        padding: 0 10px;
    }
    .stats-section{height:400px;}
    .service-excellence-section{height:400px;}
    .overview-text {
        overflow-x: hidden; /* Prevent text overflow */
        word-wrap: break-word;
    }
    
    .overview-text h3 {
        font-size: 1.3rem;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    
    .overview-text p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    
    .company-timeline {
        padding: 15px 12px;
        margin: 15px 0;
        border-radius: 10px;
    }
    
    .timeline-item {
        margin-bottom: 15px;
    }
    
    .timeline-year {
        padding: 6px 12px;
        font-size: 0.9rem;
        border-radius: 15px;
    }
    
    .timeline-text {
        font-size: 0.9rem;
        margin-top: 5px;
    }
}

/* Extra small phones */
@media (max-width: 375px) {
    .overview-content {
        padding: 0 5px;
        gap: 15px;
    }
    
    .overview-text h3 {
        font-size: 1.2rem;
        word-break: break-word;
    }
    
    .overview-text p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .company-timeline {
        padding: 12px 10px;
        margin: 12px 0;
    }
    
    .timeline-year {
        padding: 5px 10px;
        font-size: 0.85rem;
        min-width: 60px;
    }
    
    .timeline-text {
        font-size: 0.85rem;
    }
}

/* Additional utility classes for overflow handling */
.overflow-hidden {
    overflow: hidden;
}

.text-break {
    word-break: break-word;
    overflow-wrap: break-word;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Container wrapper to ensure proper containment */
.overview-container {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0 15px;
}

/* Ensure images and visual elements don't overflow */
.overview-visual img,
.overview-visual video,
.overview-visual iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Flexbox fallback for older browsers */
@supports not (display: grid) {
    .overview-content {
        display: flex;
        flex-direction: column;
    }
    
    @media (min-width: 769px) {
        .overview-content {
            flex-direction: row;
        }
        
        .overview-text,
        .overview-visual {
            flex: 1;
        }
    }
}

        .company-image {
            width: 100%;
            background: linear-gradient(135deg, #ff8a00, #ff6b00);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            font-weight: 600;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .company-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M10 50 L90 50 M50 10 L50 90 M25 25 L75 75 M75 25 L25 75" stroke="rgba(255,255,255,0.1)" stroke-width="1" fill="none"/></svg>') center/50px 50px;
            opacity: 0.3;
        }

        .vision-card {
            background: white;
            padding: 35px;
            border-radius: 15px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            margin-top: 30px;
            position: relative;
            overflow: hidden;
        }

        .vision-card::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 100px;
            height: 100px;
            background: radial-gradient(circle, rgba(255, 138, 0, 0.1) 0%, transparent 70%);
            border-radius: 50%;
        }

        .vision-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .vision-icon {
            width: 50px;
            height: 50px;
            background: #33cc66;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.3rem;
            margin-right: 15px;
            position: relative;
            z-index: 1;
        }

        .vision-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #2c3e50;
        }

        .vision-text {
            font-size: 1.1rem;
            color: #495057;
            line-height: 1.8;
            position: relative;
            z-index: 1;
        }

        /* Values Section */
        .values-section {
            padding: 80px 0;
            background: #fff;
            position: relative;
            margin-bottom:20px;
        }

        .values-section::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 200px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><path d="M0 100 Q100 50 200 100 T400 100 L400 200 L0 200 Z" fill="rgba(255,138,0,0.02)"/></svg>') center bottom/cover no-repeat;
        }

        .values-container {
            position: relative;
            z-index: 1;
        }

        .values-intro {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 60px;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
            gap: 30px;
        }

        .value-card {
            background: white;
            padding: 40px 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border-top: 4px solid #e9ecef;
            position: relative;
            overflow: hidden;
        }

        .value-card::before {
            content: '';
            position: absolute;
            top: -100%;
            left: 0;
            right: 0;
            height: 100%;
            background:rgba(156, 210, 249, 0.3);
            transition: top 0.3s ease;
        }

        .value-card:hover::before {
            top: 0;
        }

        .value-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
            border-top-color: rgba(156, 210, 249,1);
        }

        .value-icon {
            width: 70px;
            height: 70px;
            background: rgba(156, 210, 249, 0.8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 1.6rem;
            color: #fff;
            position: relative;
            z-index: 1;
        }

        .value-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .value-description {
            font-size: 1rem;
            color: #6c757d;
            line-height: 1.6;
            position: relative;
            z-index: 1;
        }

        /* Closing Section */
        .closing-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .closing-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><g fill="none" stroke="rgba(255,138,0,0.1)" stroke-width="1"><polygon points="200,50 350,150 300,300 100,300 50,150"/><circle cx="200" cy="200" r="80"/></g></svg>') center/400px 400px;
            animation: rotate 30s linear infinite;
        }

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .closing-content {
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .closing-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 30px;
            color: white;
        }

        .closing-text {
            font-size: 1.3rem;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.9);
        }

        .closing-highlight {
            color: #ff8a00;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-stats {
                flex-direction: column;
                gap: 30px;
            }
            
            .overview-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
            }
            
            .values-grid {
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            }
        }
        
        /*
        ************************************************
        Pricing page
        ************************************************
        */
        
        .pricing-notes {
            background:  rgba(156, 210, 249, 0.3);
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 30px;
            border-left: 4px solid #3399cc;
        }

        .pricing-notes h3 {
            color: #3399cc;
            margin-bottom: 15px;
            font-size: 1.2rem;
        }

        .pricing-notes ul {
            list-style: none;
            padding: 0;
        }

        .pricing-notes li {
            padding: 8px 0;
            border-bottom: 1px solid #d1ecf1;
            position: relative;
            padding-left: 20px;
        }

        .pricing-notes li:before {
            content: "•";
            color: #2a5298;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .pricing-notes li:last-child {
            border-bottom: none;
        }

        .tab-container {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .tab-buttons {
            display: flex;
            background: #f8f9fa;
            border-bottom: 2px solid #e9ecef;
            flex-wrap: wrap;
        }

        .tab-button {
            flex: 1;
            padding: 15px 20px;
            background: transparent;
            border: none;
            cursor: pointer;
            font-weight: 600;
            color: #6c757d;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            min-width: 200px;
        }

        .tab-button:hover {
            background: #e9ecef;
            color: #495057;
        }

        .tab-button.active {
            background: #fff;
            color: #2a5298;
            border-bottom-color: #2a5298;
        }

        .tab-content {
            display: none;
            padding: 30px;
        }

        .tab-content.active {
            display: block;
        }

        .tab-content h2 {
            color: #1e3c72;
            margin-bottom: 20px;
            font-size: 1.8rem;
            border-bottom: 2px solid #e9ecef;
            padding-bottom: 10px;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        }

        th, td {
            padding: 12px 15px;
            text-align: left;
            border-bottom: 1px solid #e9ecef;
        }

        th {
            background: linear-gradient(90deg,rgba(55, 185, 237, 1) 0%, rgba(39, 61, 171, 1) 84%, rgba(37, 12, 166, 1) 100%);
            color: white;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
        }

        tr:hover {
            background: rgba(156, 210, 249, 0.46);
        }

        .price {
            font-weight: 600;
            color: #28a745;
        }

        .category-row {
            background: #f8f9fa;
            font-weight: 600;
            color: #1e3c72;
        }

        .aircraft-category {
            font-weight: 600;
        }

        .responsive-table {
            overflow-x: auto;
        }

        .min-charge {
            font-size: 0.9rem;
            color: #6c757d;
            font-style: italic;
        }

        @media (max-width: 768px) {
            .container {
                padding: 10px;
            }
            
            .header h1 {
                font-size: 2rem;
            }
            
            .tab-buttons {
                flex-direction: column;
            }
            
            .tab-button {
                min-width: auto;
            }
            
            .tab-content {
                padding: 20px;
            }
            
            th, td {
                padding: 8px 10px;
                font-size: 0.9rem;
            }
        }
/*==========================================================
# FOOTER
==========================================================**/
.footer{padding-top:30px;padding-bottom: 0;background-color:#3399cc;color: #fff;font-size: 13px;}
.footer a{color: inherit;text-decoration: none;}
.footer h4{font-size: 20px;font-weight: 700;margin-bottom: 15px;}
.footer .footer-contacts ul{padding: 0;margin:0;list-style: none;}
.footer .footer-contacts li{height: 30px;}
.footer .footer-links ul{padding: 0;margin:0;list-style-type: none;}
.footer .footer-links li{margin-bottom: 8px;}
.footer .footer-links li a{color: inherit;text-decoration: none;}
.footer .footer-links li::before{font-family: "bootstrap-icons";content:"\F285";margin-right:5px;font-size: 10px;}
.footer .footer-links li a:hover{text-decoration: overline;}
.footer .copyright{font-size: 10px;color: #89aaba;}
.footer .footer-links .bi{height:60px;}


/*==========================================================
# Loader
==========================================================**/
#preloader {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 100, 143, 0.15);	display: flex;justify-content: center;align-items: center;z-index: 9999;}
.bounce-container {display: flex;justify-content: center;align-items: center; }
.bounce-ball {width: 15px;height: 15px;background-color: #21a3ce;border-radius: 50%;margin: 0 5px;animation: bounce 1s infinite; }
.bounce-ball:nth-child(1) {animation-delay: 0s; }
.bounce-ball:nth-child(2) {animation-delay: 0.33s; }
.bounce-ball:nth-child(3) {animation-delay: 0.66s;}
@keyframes bounce {
	0% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-50px);
	}
	100% {
	  transform: translateY(0);
	}
}

/*==========================================================
# Back to top button
==========================================================**/
.back-to-top {position: fixed;opacity: 0; visibility: hidden;right: 15px;bottom: 15px;z-index: 99999;    background: #3399cc;width: 40px;height: 40px;border-radius: 4px;transition: all 0.4s;background-color:#3399cc;border: 1px solid #fff;}
.back-to-top i {font-size: 24px;color: #fff;padding: 5px;text-align: center;}
.back-to-top i:hover{color: #3399cc;}
.back-to-top:hover {background: #fff;color: #3399cc;}
.back-to-top.active {visibility: visible;opacity: 1;}

/*==========================================================
# Back to top button
==========================================================**/
@media (max-width:400px){
	.mobile-menu{width: 100%;}
	.certifications img{height:80px;width:auto;}
}
@media (max-width: 600px) {
	.navbar {display: flex;}
	#hero, #hero .carousel-item {height: 400px;}
	#hero p {width: 90%;font-size: 13px; }
	#hero .btn-get-started {padding: 10px;font-size: 12px;}
	.home-intro-top {font-size: 20px;min-height: 150px;text-align: center;}
	.home-intro-top .btn-lg{font-size: 18px;}
	.home-intro-mid .container {width: 100%;}
	.home-intro-mid h2 {font-size: 30px; }
	.home-intro-mid .btn-lg{font-size: 16px;}
	.home-intro-bottom .text {margin-left: 0px;margin-top: -10px;margin-bottom: 20px;}
	.home-intro-bottom .text h2 {font-size: 20px; }
	.header-wrap nav {height: auto;}
	.about-why .container {width: 100%;}
}

@media (min-width: 768px) {
	.navbar-toggler {
		border-color: white; /* Set border color to white */
	}
}

@media (max-width: 860px){
	.menu-item{display: none;}
	.mobilebtn{display: block;}
	.link-container{display: block; flex-direction: column;width:250px;position: fixed;top: 0;right: -100%;z-index: 999;background-color:#fff;box-shadow: -10px 0 10px rgba(0,0,0,0.1);transition:0.75s ease-out;}
	nav a{box-sizing: border-box;height: auto;width:100%;padding: 10px 20px;justify-content: flex-start;}
	.showmenu, .hidemenu{display: block;padding:10px;}
	#mobilemenu-active:checked ~ .link-container{right:0;}
	#mobilemenu-active:checked ~ #overlay{top:0;left: 0;position: fixed;height: 100%;width:100%;background-color:rgba(32, 11, 6, 0.02);transition:0.5s ease-out;z-index: 998;}
	nav a:hover{background-color:#000;}
	nav .logo:hover{background-color: transparent;}
	/* Dropdown-specific styles */
    .dropdown {position: relative;display: flex;flex-direction: column;}
    .dropdown-content {display: none;flex-direction: column;background-color: #f9f9f9;width: 100%;        box-shadow: none;padding: 0;}
    .dropdown input[type="checkbox"] {display: none;}
    .dropdown input[type="checkbox"]:checked ~ .dropdown-content {display: flex;position: initial;background: rgba(197, 213, 220, 0.374);}
    .dropdown-content a {color: black;padding: 10px 20px;text-decoration: none;}
    .dropdown-content a:hover {background-color: #ddd;}
    .dropdown > label {display: flex;justify-content: space-between;align-items: center;cursor: pointer;      width: 100%;padding: 10px 0px; }
}
@media(max-width:915px){
    .certifications img{
        height:80px;
        width:auto;
    }
}

