﻿#callbtn {
    background: #047ffc;
    padding: 6px 18px;
    display: block;
    position: fixed;
    bottom: 11%;
    right: 0;
    margin-top: -6px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 2.5em;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .mbhdn {
        display: none;
    }

    .btn-common1 {
        margin-top: 10px;
    }

    .navbar-brand h4 {
        display: none;
    }

    .navbar-brand img {
        width: 200px !important;
        height: 90px !important;
    }

    .bread-img {
        display: none;
    }

    header .header-area .main-nav ul li a {
        color: white !important;
    }
}
/* Top banner styles */
.custom-topbar {
    background-color: #10116b; /* Safety Orange */
    padding: 10px 0;
}

/* Contact info styles */
.custom-topbar-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-topbar-contact li {
    display: inline-block;
    margin-right: 20px;
    color: white !important;
}

.custom-topbar-contact a {
    color: white !important;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

    .custom-topbar-contact a:hover {
        opacity: 0.8;
    }

.custom-topbar-contact i {
    margin-right: 5px;
}

/* Social links styles */
.custom-topbar-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.custom-topbar-social li {
    display: inline-block;
    margin-left: 10px;
}

.custom-topbar-social a {

    text-decoration: none;
    transition: opacity 0.3s ease;
}

    .custom-topbar-social a:hover {
        opacity: 0.8;
    }
/*.navbar-logo{
  padding-left: 15px;
    padding-right: 15px;

  color: #fff;
}
.navbar-mainbg{
  background-color: #14b2dc;
  padding: 0px;
  border-radius : 10px;
}
#navbarSupportedContent{
  overflow: hidden;
  position: relative;

}
#navbarSupportedContent ul{
  padding: 0px;
  margin: 0px;
}
#navbarSupportedContent ul li a i{
  margin-right: 10px;
}
#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}
#navbarSupportedContent ul li a{
  color: white;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarSupportedContent>ul>li.active>a{
  color: #14b2dc;
  background-color: transparent;
  transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
  transform: rotate(90deg);
}
.hori-selector{
  display:inline-block;
  position:absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration:0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  bottom: 10px;
}
.hori-selector .right{
  right: -25px;
}
.hori-selector .left{
  left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
  content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #14b2dc;
}
.hori-selector .right:before{
  bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
  bottom: 0;
    left: -25px;
}


@media(min-width: 992px){
  .navbar-expand-custom {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
  .navbar-expand-custom .navbar-toggler {
      display: none;
  }
  .navbar-expand-custom .navbar-collapse {
      display: -ms-flexbox!important;
      display: flex!important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
  }
}


@media (max-width: 991px){
  #navbarSupportedContent ul li a{
    padding: 12px 30px;
  }
  .hori-selector{
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hori-selector .left,
  .hori-selector .right{
    right: 10px;
  }
  .hori-selector .left{
    top: -25px;
    left: auto;
  }
  .hori-selector .right{
    bottom: -25px;
  }
  .hori-selector .left:before{
    left: -25px;
    top: -25px;
  }
  .hori-selector .right:before{
    bottom: -25px;
    left: -25px;
  }
}*/
.activities-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
    color: #072e63;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

    .activities-title::after {
        content: '';
        display: block;
        width: 100px;
        height: 4px;
        background-color: #14b2dc;
        margin: 20px auto 0;
    }


.logo a h4 {
    font-family: Century, serif; /* Ensure the heading uses Playfair Display */
    font-weight: 700; /* Use bold weight for emphasis */
    color: black; /* Keep the text color as specified */
}

.bread-img {
    max-height: 200px;
    object-fit: cover;
}

@media only screen and (max-width: 1199px) {
    .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #072e63;
    }
}

.active-link {
    color: #14b2dc !important;
}

.category-list ul li :hover {
    color: #14b2dc !important;
    transition: 1s ease;
}
.txtwhite {
    color: #fff !important;
}

.main-banner .slider-item .slider-content h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 80px;
    color: #fff;
    font-family: 'Quicksand';
}

.cs-clr {
    color: #000000;
    font-weight: bold;
}

.service-area img {
    border: 10px solid #ececec;
}

.link-1 {
    color: #8c8c8c;
    padding-top: 10px;
    font-size: 10px;
}

.banner-container {
    background-color: #14b2dc;
    color: white;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

    .banner-container::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
        animation: rotate 20s linear infinite;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.banner-container h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.banner-container p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

    .product-list span {
        background-color: rgba(255,255,255,0.1);
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }

        .product-list span:hover {
            background-color: rgba(255,255,255,0.2);
            transform: translateY(-3px);
        }

.banner-footer {
    font-style: italic;
    font-size: 1rem !important;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .banner-container h1 {
        font-size: 2.5rem;
    }

    .banner-container p {
        font-size: 1rem;
    }

    .product-list span {
        font-size: 0.8rem;
    }
    .mobile-high{
        height : 30vh;
        margin-top : 40px;
    }
    .main-banner .slider-item .slider-content h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 80px;
        color: #fff;
    }
    .mt-sm-3 {
        margin-top : 1.5rem;
    }
}

.product-range {
    background-color: white;
    color: white;
    margin-top: 50px;
}



.section-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
    color: #14b2dc;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.product-card {
    perspective: 1000px;
    height: 200px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.product-card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 20px;
}

.card-front {
    background-color: #14b2dc;
    color: white;
}

.card-back {
    background-color: aliceblue;
    color: #072e63;
    transform: rotateY(180deg);
}

.card-front i {
    font-size: 2rem;
    margin-bottom: 15px;
    padding: 20px;
    background-color: white;
    border-radius: 50%;
    color: #072e63;
}

.card-front h3 {
    font-size: 1.2rem;
}

.card-back p {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #072e63;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.activities-showcase {
    background-color: #f8f9fa;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .activities-showcase::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #14b2dc 25%, transparent 25%) -50px 0, linear-gradient(225deg, #14b2dc 25%, transparent 25%) -50px 0, linear-gradient(315deg, #14b2dc 25%, transparent 25%), linear-gradient(45deg, #14b2dc 25%, transparent 25%);
        background-size: 100px 100px;
        background-color: #072e63;
        opacity: 0.1;
        z-index: 1;
    }

.activities-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.activities-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
    color: #072e63;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

    .activities-title::after {
        content: '';
        display: block;
        width: 100px;
        height: 4px;
        background-color: #14b2dc;
        margin: 20px auto 0;
    }

.activities-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.activity-item {
    flex-basis: calc(50% - 15px);
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .activity-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

.activity-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background-color: #14b2dc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

    .activity-icon i {
        font-size: 2rem;
        color: white;
    }

.activity-content h3 {
    font-size: 1.2rem;
    color: #072e63;
    margin-bottom: 10px;
}

.activity-content p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .activities-title {
        font-size: 2.5rem;
    }

    .activity-item {
        flex-basis: 100%;
    }
}


.industry-showcase {
    background-color: #f8f9fa;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

    .industry-showcase::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(255,121,0,0.1) 0%, rgba(7,46,99,0.1) 100%);
        z-index: 1;
    }

.industry-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.industry-title {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 70px;
    color: #072e63;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

    .industry-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #14b2dc;
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out;
    }

    .industry-title:hover::after {
        transform: scaleX(1);
    }

.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.industry-card {
    perspective: 1500px;
    height: 350px;
}

.industry-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.industry-card:hover .industry-card-inner {
    transform: rotateY(180deg);
}

.industry-card-front, .industry-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.industry-card-front {
    background-color: white;
}

.industry-card-back {
    background-color: #14b2dc;
    color: white;
    transform: rotateY(180deg);
}

.industry-logo {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
}

.industry-card:hover .industry-logo {
    transform: scale(1.1);
}

.industry-name {
    font-size: 1.8rem;
    color: #072e63;
    margin-bottom: 15px;
    font-weight: 700;
}

.industry-description, .industry-highlight {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.6;
    color: white;
}

.industry-btn {
    background-color: white;
    color: #14b2dc;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

    .industry-btn:hover {
        background-color: #072e63;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }


@media (max-width: 768px) {
    .industry-title {
        font-size: 2.5rem;
    }

    .industry-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .industry-card {
        height: 300px;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}
/* Style for the prev and next buttons */
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

/* Positioning the prev button on the left */
.owl-prev {
    left: -30px; /* Adjust this value based on your layout */
}

/* Positioning the next button on the right */
.owl-next {
    right: -20px; /* Adjust this value based on your layout */
}

    /* Change color on hover */
    .owl-prev:hover, .owl-next:hover {
        color: #14b2dc;
    }

    .owl-prev span, .owl-next span {
        font-size: 55px;
    }

        .owl-prev span:hover, .owl-next span:hover {
            color: #14b2dc;
        }

.industry-card {
    animation: float 5s ease-in-out infinite;
}

.goal-section {
    background-color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .goal-section::before {
        content: '';
        position: absolute;
        top: -50px;
        left: -50px;
        width: 200px;
        height: 200px;
        background-color: rgba(255, 121, 0, 0.1);
        border-radius: 50%;
        z-index: 1;
    }

    .goal-section::after {
        content: '';
        position: absolute;
        bottom: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        background-color: rgba(7, 46, 99, 0.1);
        border-radius: 50%;
        z-index: 1;
    }

.goal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.goal-title {
    text-align: center;
    font-size: 2.5rem;
    color: #072e63;
    margin-bottom: 50px;
    position: relative;
}

    .goal-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: #14b2dc;
    }

.goal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.goal-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .goal-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

.goal-icon {
    margin-bottom: 20px;
}

    .goal-icon i {
        font-size: 2rem;
        color: white;
        padding: 20px;
        background-color: #072e63;
        border-radius: 50%;
    }

.goal-card-title {
    font-size: 1.5rem;
    color: #072e63;
    margin-bottom: 15px;
}

.goal-card-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .goal-grid {
        grid-template-columns: 1fr;
    }
}

.new-text-center {
    text-align: center; /* Center the text */
}

.new-text-shadow {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.9);
    
}

/* Optional: Add AOS styles if needed */
[data-aos] {
    opacity: 0; /* Initial state for AOS */
    transition-property: opacity, transform;
    transition-duration: 0.6s;
}

    [data-aos].aos-animate {
        opacity: 1; /* Final state for AOS */
    }

.about-wrapper {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.about-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    .about-img img {
        transition: transform 0.5s ease;
    }

    .about-img:hover img {
        transform: scale(1.05);
    }

.about-text {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #14b2dc;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

    .about-text h3 {
        font-size: 36px;
        margin: 0;
    }

    .about-text span {
        font-size: 14px;
        font-weight: bold;
    }

.section-head2 h5 {
    color: #072e63;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-head2 h2 {
    color: #072e63;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-head2 p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-common {
    background-color: #14b2dc;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    display: inline-block;
}

    .btn-common:hover {
        background-color: #072e63;
    }

    .btn-common i {
        margin-left: 5px;
    }

/* Animation for the button */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.btn-common:hover {
    animation: pulse 1s infinite;
}

.industry-grid .owl-stage-outer {
    padding: 15px;

}
.about-wrapper {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.about-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    .about-img img {
        transition: transform 0.5s ease;
    }

    .about-img:hover img {
        transform: scale(1.05);
    }

.about-text {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #14b2dc;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

    .about-text h3 {
        font-size: 36px;
        margin: 0;
    }

    .about-text span {
        font-size: 14px;
        font-weight: bold;
    }

.section-head2 h5 {
    color: #072e63;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-head2 h2 {
    color: #072e63;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-head2 p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-common {
    background-color: #14b2dc;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    display: inline-block;
}

    .btn-common:hover {
        background-color: #072e63;
    }

    .btn-common i {
        margin-left: 5px;
    }

/* Animation for the button */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.btn-common:hover {
    animation: pulse 1s infinite;
}

.besttech-mission-vision {
    background-color: #14b2dc;
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

    .besttech-mission-vision::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
        animation: rotate 20s linear infinite;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.besttech-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.besttech-mission, .besttech-vision {
    flex-basis: 45%;
    background-color: rgba(7, 46, 99, 0.9);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .besttech-mission:hover, .besttech-vision:hover {
        transform: translateY(-10px);
    }

.besttech-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

    .besttech-title::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 50%;
        height: 3px;
        background-color: #14b2dc;
        transition: width 0.3s ease;
    }

.besttech-mission:hover .besttech-title::after,
.besttech-vision:hover .besttech-title::after {
    width: 100%;
}

.besttech-text {
    font-size: 1.1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .besttech-container {
        flex-direction: column;
    }

    .besttech-mission, .besttech-vision {
        flex-basis: 100%;
        margin-bottom: 2rem;
    }
}

.industry-list {
    list-style-type: none; /* Remove default list styling */
    padding: 0; /* Remove padding */
}

    .industry-list li {
        margin: 10px 0; /* Add some margin between items */
        font-size: 16px; /* Adjust font size as needed */
    }

#why-choose-us .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

#why-choose-us .card-body i {
    transition: color 0.3s ease;
}

#why-choose-us .card:hover .card-body i {
    color: #072e63; /* Change the icon color on hover */
}

.exim-image {
    height: 277px;
}
.exim-cp-header {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
}

.exim-cp-section {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.exim-cp-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.exim-cp-info {
    margin-bottom: 10px;
}
.exim-cp-info a {
    color : #14b2dc;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark transparent overlay */
    z-index: 1;
}

/* Make sure your slider container and content are positioned correctly */
.slider-item {
    position: relative;
}

    .slider-item .container {
        position: relative;
        z-index: 2; /* Ensure container content appears above the overlay */
    }

.slider-content {
    color: #fff; /* Text color to contrast the dark overlay */
    text-align: center;
    position: relative;
    z-index: 3; /* Keep text above both the overlay and container */
}
.footer-area .footer-links .contact-box a:hover {
    color : #14b2dc;
}