
.navbar-nav .nav-item .borderstart {
    border-left: 2px solid #81868b;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

/* Hover effect for nav link */
.navbar-nav .nav-item:hover .borderstart {
    border-color: #467c9a !important; /* Bootstrap primary (royal blue) or change to gold (#daa520) */
    /* background-color: #f8f9fa; light background on hover for luxury feel */
}
.navbar-nav .nav-item .active {
    border-color: #467c9a !important; 
    /* Bootstrap primary (royal blue) or change to gold (#daa520) */
    /* background-color: #f8f9fa; light background on hover for luxury feel */
}

.navbar-nav .nav-link {
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #467c9a !important; /* or #bfa142 for golden luxury */
    font-weight: 500;
}
.navbar-nav .nav-link.active {
    color: #467c9a !important; /* or #bfa142 for golden luxury */
    font-weight: 500;
}

  .custom-dropdown {
    border: none;
    padding: 0.5rem 0;
    min-width: 200px;
    border-radius: 8px;
    background-color: #fff;
  }

  .navbar-nav .nav-item {
    padding-left: 0px;
    padding-right: 10px;
}

.custom-dropdown {
    border-radius: 0px 0px 10px 10px;
    border: none;
    overflow: hidden;
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
}

html {
  scroll-behavior: smooth;
}
 body {
    font-family:"Poppins", sans-serif;
    background-color: #f8f9fc;
    color: #333;
     overflow-x: hidden;
     padding: 0;
     margin: 0;
  }
  h1, h2, h3, h4 {
    font-family:"Poppins", sans-serif;
    color: #1a1a1a;
  }
:root {
  --white: #FFFFFF;
  --primary: #467c9a;
  --gray-text: #4d4d4d;
  --cta: #f3d213;
}

/* Navbar Base Styling */

.hero-caption {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 29%;
  transform: translate(-50%, -50%);
  max-width: 700px;
}

.hero-caption h1 {
  font-size: 2.5rem;
  color: var(--white);
}

.hero-caption p {
  color: var(--gray-text);
  font-size: 1.125rem;
}

.hero-caption .btn-primary {
  background-color: var(--cta);
  border: none;
  color: var(--gray-text);
  font-weight: 600;

}
/* Shipment Tracking Card CSS */
.tracking-card {
  max-width: 360px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  font-family: sans-serif;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  font-weight: bold;
  color: var(--gray-text);
  font-size: 14px;
}

.tabs span {
  cursor: pointer;
  position: relative;
}

.tabs .active {
  border-bottom: 2px solid #f3d213;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-style: italic;
  color: #333;
  border-radius: 4px;
  margin-bottom: 8px;
}

.note {
  font-size: 12px;
  color: #888;
  margin-bottom: 16px;
}

.track-btn {
  background-color: var(--cta);
  color: var(--gray-text);
  font-weight: bold;
  padding: 12px;
  border: none;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
}

.track-btn:hover {
  background-color: var(--cta);
}


.hero-caption .btn-primary:hover {
  background-color: var(--cta);
}


/* CTA Button */
.btn-quote {
  border: 2px solid var(--cta);
  background-color: transparent;
  color: var(--cta);
  font-weight: 600;
  transition: 0.3s ease;
}
.tracked{
    text-align: center;
    font-size: 3rem;
    color: var(--primary);
    /* margin-top: 20px; */
    position: relative;
    bottom: 25px;

}
.btn-quote:hover {
  background-color: var(--cta);
  color: var(--white);
  border-color: var(--cta);
}

/* Logo */
/* .navbar-brand img {
  max-height: 40px;
} */
/* Full viewport slide height */
.carousel-item {
  height: 100vh;
}

/* Fullscreen slide height */
.slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 36%);
}
.carousel-dots {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10;
  gap: 15px;
}

.carousel-dots .dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.carousel-dots .dot:hover,
.carousel-dots .dot.active {
  background-color: #467c9a; /* Highlight color */
}

/* Remove default indicators if present */
.carousel-indicators {
  display: none;
}
.cta_button{
    color: #fff;
    border-radius: 0;
    background: #032b5d;
    padding: 10px 7px;
    border: 1px solid #032b5d;
    outline: none;
    transition: 0.5s;
    font-size: 15px;
}

.luxury-blogs {
  font-family: 'Poppins', sans-serif;
  background-color: #f4f5f7;
}

.lux-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lux-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.lux-img-wrapper {
  height: 220px;
  overflow: hidden;
}

.lux-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.lux-card:hover .lux-img {
  transform: scale(1.05);
}

.lux-card-body {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lux-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

.lux-link {
  text-decoration: none;
  color: #003366;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.lux-link:hover {
  color: #b30000;
}

.lux-footer {
  background: linear-gradient(135deg, var(--gray-text), var(--primary));
  /* color: #fff; */
  font-family: 'Poppins', sans-serif;
}

.lux-footer h5, .lux-footer h6 {
  color: #f1f1f1;
}

.lux-footer .lux-link {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.lux-footer .lux-link:hover {
  color: #ffffff;
  padding-left: 5px;
}

.lux-footer .form-control {
  border: none;
  background-color: #f1f1f1;
  font-size: 0.95rem;
}

.lux-footer .btn-warning {
  background-color: var(--cta);
  color: var(--gray-text);
  border: none;
  transition: background 0.3s;
}

.lux-footer .btn-warning:hover {
  background-color: var(--cta);
}



.slide-1 {
  background-image: url('../img/deepbanner.jpg'); /* Replace with your image path */

}

.slide-2 {
    background-image: url('../img/deepbanner1.jpg'); /* Replace with your image path */
}
.slide-3 {
  background-image: url('../img/aboutdeep.jpg'); /* Replace with your image path */
}

/* Banner text style */
.banner_text {
  font-size: 3rem;
  color: #fff;
}

/* Fixed navbar blur effect */
.custom-navbar {
  transition: background-color 0.3s ease;
}
.hna-navbar{
    z-index: 200;
}
/* Slider Css */
#heroCarousel{
     height: 100vh;
    position: relative;
    bottom: 0;
}

.services-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.services-section .bg-image {
  background-image: url('/frontend_asset/img/trackship.jpg'); /* <-- Replace with your image path */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  filter: brightness(0.6); /* Darken image slightly for better text contrast */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.services-section .overlay-content {
  z-index: 2;
}

.services-section input.form-control {
  max-width: 400px;
  border: none;
  padding: 0.75rem 1rem;
}
.blog-img-wrapper {
  height: 220px; /* Fixed height for uniformity */
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.blog-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures all images are aligned and clean */
  transition: transform 0.4s ease;
}

.blog-img-wrapper img:hover {
  transform: scale(1.08);
}

.card.blog-card {
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* heavier shadow */
  background-color: #fff;
  overflow: hidden;
}

.card.blog-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25); /* deeper 3D feel */
  transform: translateY(-5px);
}

.footer_off{
    border-bottom: 2px solid #003366;
}


/* Blog 1 */


.blog1-header{
    height: 510px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url('{{asset('frontend_asset/img/hnablog1.jpg')}}');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog1-header .hero{
    height: 450px;
}

.blog2-header{
    height: 510px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url('{{asset('frontend_asset/img/blog_hna.jpg')}}');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog2-header .hero{
    height: 450px;
}
.blog3-header{
    height: 510px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url('{{asset('frontend_asset/img/hna_blog3.jpg')}}');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog3-header .hero{
    height: 450px;
}

.blog4-header{
    height: 510px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url('{{asset('frontend_asset/img/hna_blog4.jpg')}}');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog4-header .hero{
    height: 450px;
}

.blog5-header{
    height: 510px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url('{{asset('frontend_asset/img/hna_blog5.jpg')}}');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog5-header .hero{
    height: 450px;
}

/* ABOUT US */
.about-header {
    height: 450px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url('../img/aboutdeep.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.about-header .hero {
    height: 450px;

}
.hero-banner {
    height: 450px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url('../img/shipowingdeep.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 101%;
}
.roadfreight-header {
    height: 450px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url('../img/hna_roadbanner.jpg'));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.roadfreight-header .hero {
    height: 450px;

}
.logistics-header{

    height: 450px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url({{asset('frontend_asset/img/logistics1.jpg')}});
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;

}
.logistics-header .hero {
    height: 450px;

}
.airfreight-header{
    height: 450px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url({{asset('frontend_asset/img/hna_roadfreightbanner.jpg')}});
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
    position: relative;

}
.airfreight-header .hero{
    height: 450px;
}
.cargofreight-header{

    height: 450px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url({{asset('frontend_asset/img/cargoship_hna.jpg')}});
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.cargofreight-header .hero{
    height: 450px;
}
owing-header .hero {
    height: 450px;

}

.line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 40px auto;
}
.h-line {
    height: 3px;
    width: 15%;
    background-color: #0053b9;
}

.about-section .row a:hover {
    color: #032B5D !important;

}

.about-section .row a {
    cursor: pointer;
}

.board-director .card .card-img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -80px;
    z-index: 9;
    border: 2px solid #ECECEC;
    background: #fff;
}

.board-director .card .social {
    border-radius: 50%;
    width: 34px;
    position: absolute;
    left: 0;
    right: 0;
    border: 3px solid white;
    margin: auto;
    z-index: 9;
    top: 45px;
}

.board-director .card .social img {
    border-radius: 50%;
    width: 100%;
}
.about_heading{
    font-size: 50px;
    font-weight: bold;
    position: relative;
    top: 60px;
}

/* CONTACT US */
.address .map {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    background: url(https://www.transworld.com/images/map.png);
    background-size: 100%;
}

.contact-modal label {
    color: #032B5D;
}

.contact-modal .form-control {
    border-radius: 0;
    padding: 12px;
}


.contact-modal .files {
    position: relative;
    background: rgba(251, 251, 251, 0.5);
    border: 2px dashed rgba(194, 194, 194, 0.5);
    border-radius: 10px;
}
.main-btn{
    color: #fff;
    border-radius: 0;
    background: #032b5d;
    padding: 10px 40px;
    border: 1px solid #032b5d;
    outline: none;
    transition: 0.5s;
    font-size: 15px;
}
.main-btn:hover{
    color: #032b5d !important;
    background: transparent;
    border: 1px solid #032b5d;
}

.contact-modal .files:before {
    position: absolute;
    top: 80px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: auto;
    content: " Drag & Drop your files here ";
    display: block;
    margin: 0 auto;
    color: #032b5d;
    text-align: center;
}

.contact-modal .browse-files {
    background: #FDFDFD;
    border: 1.5px solid #9A9A9A;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 130px;
    text-align: center;
    margin: auto;
}

.contact-modal .files p {
    position: absolute;
    text-align: center;
    bottom: 25px;
    color: #032b5d;
    font-size: 16px;
    margin: auto;
    left: 0;
    right: 0;
}

.contact-modal .files:after {
    pointer-events: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 50px;
    right: 0;
    height: 50px;
    content: "";
    background-image: url(https://www.transworld.com/images/upload.svg);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.contact-modal .files input {
    /* outline: 2px dashed #92b0b3; */
    opacity: 0;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 100px 0px 100px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    position: relative;
    z-index: 99;
}

.contact-header {
    height: 450px;
    background-image: linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url(../img/ship-owning-desktop.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.contact_heading{
    font-size: 46px;
    font-weight: bold;
    position: relative;
    top: 95px;
}
.faq .accordion-item{
    border-bottom: 1px solid lightgray !important;
}
.accordion-button:not(.collapsed) {
    color: black;
    font-weight: 650;
    background-color: transparent;
    /* box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); */
}

.accordion-button::after {
    background: url(../img/plus-circle.svg) no-repeat;
    background-size: 100%;
}

.accordion-button:not(.collapsed)::after {
    background: url(../img/minus-circle.svg) no-repeat;
    background-size: 100%;
}

/* SERVICE OVERVIEW */
.ser-over .box{
    width: 25%;
    position: absolute;
    top: 500px;
    background: #FFFFFF;
    border: 2px solid #F5F5F5;
    box-shadow: 0px 4px 24px rgba(141, 141, 141, 0.15);
    border-radius: 20px;
    padding: 20px 0 20px 0;
    max-height: 420px;
}
.ser-over .accordion-item {
    border-bottom: 1px solid lightgray !important;
}
.ser-over .accordion-button:not(.collapsed) {
    color: #0053b9 !important;
}


.ser-over .box ul li a {
    position: relative;
    padding: 0 0 15px 20px;
    color: #032b5d;
}
.ser-over .box ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #032b5d;
}

/* TRACKING */
.track-map{
    margin: 16px;
}
.track-map p {
    margin-top: -5px !important;
}

.track-map .red-point{
    
    width: 10px !important;
    height: 10px;
    border-radius: 50%;
}
.track-map .black-line{
    
    background: black;
    margin: 5px 0px;
    width: 1px;
    height: 125px;
}
.track-map .image{
    width: 50px !important;    
}
.direct_css{
    position: relative;
    top: 45px;
}
.pod_date{
    position: relative;
    top: 122px;
}
.pod{
    position: relative;
    top: 113px;
}
.pod_port{
    position: relative;
    top: 113px;
}
.blog_heading{
    font-size: 50px;
    font-weight: bold;
    position: relative;
    top: 100px;
    color: #fff;
    text-align: center;
    
}


/* Mobile Media Query Start */
@media (min-width:320px) and (max-width:450px){
     .small-header{
      display: none;
     }
     
     /* Optional custom styling */
     .navbar{
          z-index: 1000;
     }

  .navbar-nav .nav-item {
    padding: 0.5rem 0;
  }

  .navbar-nav .nav-link {
    padding-left: 0;
  }

    .hero-caption .btn-primary {
        padding: 8px 20px;
        font-size: 14px;
    }
    .hero-caption h1 {
    font-size: 1.5rem;
    }
    .carousel-dots .dot{
      display: none;
    }
    
  .hero-caption {
        position: absolute;
        z-index: 5;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
  }
  .tracking-card {
    max-width: 360px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    font-family: sans-serif;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: absolute;
    top: 59%;
    right: 10px;
   }
    .tracked{
    text-align: center;
    font-size: 2rem;
    color: var(--primary);
    /* margin-top: 20px; */
    position: relative;
    bottom: 25px;

}
    .team_section{
        margin-top: 104px;
    } 
    .track-map{
        margin: 16px !important;
    }
    .about_heading {
        font-size: 46px !important;
        font-weight: bold;
     
    }
    .file_image{
        display: none;
    }
    .blog_heading{
        font-size: 26px;
        font-weight: bold;
        position: relative;
        top: -80px;
        
    }

    .printbtn{
        position: relative;
        left: 3px;
        top: 20px;
        padding: 15px 89px;
       
    }
    .printbtncolor{
        background-color: black;
        border: 1px solid black;
        color: black;
    }
    .file_image{
        display: none;
    }

    .banner_text{
        font-size: 31px;
    }
    .footer_off{
        margin-top: 50px;
    }
    .header_image {
        height: 371px;
        background-image: url(../img/mobile-banner.webp);
        background-repeat: no-repeat;
        /* background-position: center; */
        background-size: cover;
    }

    .track_image{

        height: 371px;
        background-image: url(../img/track_image.jpg);
        background-repeat: no-repeat;
        /* background-position: center; */
        background-size: cover;
    
    }

    .question_head{

        font-size: 26px;
    }
 
.track_input {
    height: 1px;
    /* height: 0px; */
    font-size: 15px;
    position: relative;
    top: -5px;

  }

  .btn-know {
    color: #fff;
    border-radius: 0;
    background: var(--cta);
    padding: 8px 0px;
    border: 1px solid var(--cta);
    outline: none;
    transition: 0.5s;
    font-size: 10px;
  }
  .side-menu {
    position: fixed;
    top: 0;
    left: -400px;
    width: 100%;
    height: 100%;
    background-color: #111111ab;
    z-index: 1060;
    transition: left 0.3s ease;
    overflow-y: auto;
}
  .esg_image{
    max-width: 366px !important;
  }
  .slide-unactive {
    height: 270px !important;
    width: 55px;
}

.slide-active>img {
    width: 268px;
    height: 271px;
    object-fit: cover;
}
.slider_heading{
    margin-bottom: 0 !important;
    font-size: 15px !important;
    position: relative;
    top: 20px;
}
.slide-container{
    width: 96vw !important;
    min-height: 35vh !important;
}
.slider_num{
    position: relative;
    top: -32px;
    left: -39px;
    font-weight: bold;
}
.slider_heading{
    position: relative;
    top: -66px;
    left: -36px;
    font-size: 18px;
}
.slider_outside_heading{

    transform: rotate(270deg);
    position: relative;
    top: 67px;
    font-size: 15px !important;

}
.slider_para{
    display: block;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    width: 172px;
    font-size: 9px !important;
    position: relative;
    top: -75px;
    left: -39px;

}

#collapsibleNav {
    width: 80% !important;
}

/* .offcanvas-header.justify-content-end { */
    /* display: block; */
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0; */
/* } */
.service_close{
    position: relative;
    top: 17px;
    left: 275px;
}
.nav_image{
    width: 50px !important;
    position: relative;
    top: 0;
    left: 10px;
}



.view_more_btn{
    position: relative;
    top: -107px;
    left: -43px;
    font-size: 13px;
}
.footer_logo{
    width: 100%;
    position: relative;
    top: -46px;

}

/* ABOUT US */
.about-header {
    height: 450px;
    /* background-image:  linear-gradient(to right, rgba(3, 43, 93, 0.4), rgba(3, 43, 93, 0.4)), url(../img/about-us-desktop-new.webp); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.about-header .hero{
    height: 450px;
    
}

.ser-over .box{
    width: 67%;
    position: absolute;
    top: 325px;
    background: #FFFFFF;
    border: 2px solid #F5F5F5;
    box-shadow: 0px 4px 24px rgba(141, 141, 141, 0.15);
    border-radius: 20px;
    padding: 20px 0 20px 0;
    max-height: 420px;
}

.pod_date{
    position: relative;
    top: 63px;

}
.pod{
    position: relative;
    top: 54px;
}
.pod_port{
    position: relative;
    top: 45px;
}
.direct_css{
    position: relative;
    top: 22px;
}
.line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 40px auto;
}
.about-section .row a:hover{
    color: #032B5D !important;

}
.about-section .row a{
cursor: pointer;
}


}
/* End */

/* Ipad */
@media screen and (max-width: 900px) and (min-width: 800px) {
   
  }
</style>