/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

/*Basic Codes*/

html {
    min-height: 100%;
    border: 0px;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #27282b;
    background: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px;
    height: 100%;
}

a {
    color: #27282b;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #32bfaf;
    text-decoration: none;
}

input,
textarea {
    margin: 0;
    padding: 0
}

abbr,
fieldset,
img {
    border: none
}

.btn {
    border-radius: 4px;
}

em {
    font-style: italic
}

a img {
    transition: 1
}

a img:hover {
    opacity: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}

h5 {
    line-height: 1.6;
}

label {
    font-family: 'Open Sans', sans-serif;
}

.list-group-item-action {
    color: #27282b;
}

.font-2x {
    font-size: 14px;
    top: 1px;
    position: relative;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.text-uppercase {
    text-transform: uppercase;
}

.color-white {
    color: #ffffff;
}
.color-green {
    color: #32bfaf;
}

.color-primary {
    color: #32bfaf;
}

.section-padding {
    padding: 30px 0
}

.padding-top-0 {
    padding-top: 0px !important;
}

.no-padding {
    padding: 0px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.space5 {
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.space10 {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.space15 {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.space20 {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.space25 {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.space30 {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.space35 {
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.space40 {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.space45 {
    position: relative;
    width: 100%;
    margin-top: 45px;
}

.space50 {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.space55 {
    position: relative;
    width: 100%;
    margin-top: 55px;
}

.space60 {
    position: relative;
    width: 100%;
    margin-top: 60px;
}


/*Header Section Codes*/

.dt-fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

#dt-header-section {
    background: #ffffff;
    color: #27282b;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
}

.navbar-soft .navbar-brand {
    padding: 12px 0px;
}

.navbar-nav {
    margin-top: -2px;
}

.dropdown-menu {
    padding: 0rem 0 .5rem 0;
    margin: .125rem 0 0;
}


/*Hometitle Section Codes*/

#dt-hometitle-section {
    position: relative;
    background: #ffffff;
    color: #27282b;
    margin-top: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    padding: 0px 0px;
    overflow: hidden;
}

#dt-hometitle-section .top-title-caption {
    position: relative;
    padding: 30px;
    text-align: center;
    color: #ffffff;
    clear: both;
    border-radius: 3px;
    margin: 0px auto;
    width: 100%;
    background: transparent;
    margin-top: 10px;
    margin-bottom: 70px;
    text-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
}

.font-head {
    font-size: 60px;
    font-weight: 600;
}


/*Banner Section Codes*/

#dt-banner-section {
    position: relative;
    background: #fbf0ea;
    color: #27282b;
    min-height: 400px;
    overflow: hidden;
}

.carousel-caption {
    right: auto;
    bottom: 90px;
    left: 15%;
    padding: 12px 24px 2px 24px;
    text-align: left;
    background: #32bfaf;
    color: #ffffff;
    float: left;
    clear: both;
    position: absolute;
    border-radius: 3px;
    z-index: 2;
    background: rgb(58,124,85);
    background: linear-gradient(43deg, rgba(50,191,175,255) 0%, rgba(50,191,175,255) 100%);
}



/* ===============================
   ABOUT SECTION
================================ */

.dt-about-wrap {
    padding: 90px 0;
    background: #ffffff;
}

.dt-section-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #2fbfa0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.dt-about-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.dt-about-title span {
    color: #2fbfa0;
}

.dt-about-text {
    font-size: 15.5px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 14px;
}

.dt-about-points {
    list-style: none;
    padding: 0;
    margin: 25px 0 30px;
}

.dt-about-points li {
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.dt-about-points i {
    color: #2fbfa0;
    margin-right: 10px;
    font-size: 16px;
}

/* Button */
.dt-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e53935;
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(229,57,53,0.35);
    transition: all .25s ease;
}

.dt-about-btn:hover {
    background: #c62828;
    color: #fff;
}

/* Image */
.dt-about-image {
    position: relative;
    padding: 30px;
}

.dt-about-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 35px rgba(0,0,0,0.15));
}

/* Responsive */
@media (max-width: 992px) {
    .dt-about-title {
        font-size: 30px;
    }

    .dt-about-wrap {
        padding: 60px 0;
    }

    .dt-about-image {
        margin-top: 40px;
    }
}


/*OurOfferings Section Codes*/

.offering-box-wrap {
    position: relative;
    background-color: #fc5296;
    background-image: linear-gradient(315deg, #fc5296 0%, #f67062 74%);
    background: #fd7c42;
    padding-top: 6px;
    border-radius: 3px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

.offering-box-text {
    min-height: 75px;
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
    padding: 10px;
}


/* ===============================
   WHY + OFFERINGS
================================ */

.dt-offer-why-wrap {
    background: #f6f7ef;
    padding: 90px 0;
}

/* Header */
.dt-offer-header h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 12px;
}

.dt-offer-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.dt-script {
    display: block;
    color: #8dc63f;
    font-size: 22px;
    margin-bottom: 6px;
}

/* WHY BOXES */
.dt-why-highlights {
    margin-top: 50px;
    margin-bottom: 60px;
}

.dt-why-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.dt-why-box i {
    font-size: 36px;
    color: #8dc63f;
    margin-bottom: 15px;
}

.dt-why-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dt-why-box p {
    font-size: 14.5px;
    color: #666;
}

/* OFFERINGS */
.dt-offer-title h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.dt-offer-title span {
    color: #8dc63f;
}

.dt-offer-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transition: transform .3s ease;
}

.dt-offer-card:hover {
    transform: translateY(-8px);
}

.dt-offer-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.dt-offer-card h5 {
    padding: 16px;
    font-size: 17px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .dt-offer-header h2 {
        font-size: 30px;
    }
}


/*Footer Section Codes*/

#dt-footer-section {
    position: relative;
    background: #ffffff;
    color: #ffffff;
    padding: 30px 0px 0px 0px;
}

.footer a {
    color: #ffffff;
    margin-bottom: 6px;
    width: 100%;
    float: left;
}

.footer-list {
    position: relative;
    text-decoration: none;
    float: left;
    padding: 0px;
    margin: 0px;
}

.footer-list>li {
    position: relative;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: 500;
}

.footer-list2 {
    position: relative;
    text-decoration: none;
    float: left;
    padding: 0px;
    margin: 0px;
}

.footer-list2>li {
    position: relative;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: 500;
    float: left;
    margin-right: 12px;
}


/* ===============================
   FOOTER
================================ */

.dt-footer {
    background: #262c34;
    color: #cfd6dd;
    position: relative;
    padding-top: 90px;
}

/* Wave */
.dt-footer-wave {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(
        to right,
        #8dc63f 0%,
        #8dc63f 40%,
        #262c34 40%,
        #262c34 100%
    );
    border-top-left-radius: 100% 40px;
    border-top-right-radius: 100% 40px;
}

/* Brand */
.dt-footer-brand img {
    max-width: 160px;
    margin-bottom: 18px;
}

.dt-footer-brand p {
    font-size: 14px;
    line-height: 1.7;
    color: #b9c2cc;
}

/* Titles */
.dt-footer-title {
    color: #8dc63f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Links */
.dt-footer-links {
    list-style: none;
    padding: 0;
}

.dt-footer-links li {
    margin-bottom: 10px;
}

.dt-footer-links a {
    color: #cfd6dd;
    text-decoration: none;
    transition: color .2s ease;
}

.dt-footer-links a:hover {
    color: #8dc63f;
}

/* Contact */
.dt-footer-contact p {
    font-size: 14px;
    margin-bottom: 12px;
}

.dt-footer-contact i {
    color: #8dc63f;
    margin-right: 10px;
}

/* Social */
.dt-footer-social {
    margin-top: 18px;
}

.dt-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #8dc63f;
    color: #262c34;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
    transition: all .3s ease;
}

.dt-footer-social a:hover {
    background: #ffffff;
}

/* Bottom */
.dt-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #b9c2cc;
}

/* Responsive */
@media (max-width: 768px) {
    .dt-footer {
        padding-top: 70px;
    }

    .dt-footer-wave {
        height: 40px;
        top: -40px;
    }
}



/*Copyright Section Codes*/

#dt-copyright-section {
    position: relative;
    background: #ffffff;
    color: #27282b;
    padding: 12px 0px;
    font-size: 13px;
}


/*Inner Page*/


/*Page Codes*/


/*Banner Section Codes*/

#dt-commonbanner-section {
    position: relative;
    background: transparent;
    color: #27282b;
    margin-top: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.title-caption {
    position: relative;
    padding: 30px;
    text-align: left;
    background: #32bfaf;
    color: #27282b;
    float: left;
    clear: both;
    border-radius: 3px;
    margin: 60px 0px;
}


/*White Section Codes*/

#dt-white-section {
    position: relative;
    background: #ffffff;
    color: #27282b;
    padding: 30px 0px;
}

#dt-white-section .form-control {
    border: 1px solid #ced4da;
}


/*Yellow Section Codes*/

#dt-yellow-section {
    position: relative;
    background: #32bfaf;
    color: #27282b;
    padding: 30px 0px;
}


/*Grey Section Codes*/

#dt-grey-section {
    position: relative;
    background: #f7f4f4;
    color: #27282b;
    padding: 30px 0px;
}


/*Orange Section Codes*/

#dt-orange-section {
    position: relative;
    background: #fe7c43;
    background-color: #fc5296;
    background-image: linear-gradient(315deg, #fc5296 0%, #f67062 74%);
    color: #ffffff;
    padding: 30px 0px;
}


/*Primary Section Codes*/

#dt-primary-section {
    position: relative;
    background: #32bfaf;
    color: #ffffff;
    padding: 30px 0px;
}

#dt-primary-section .card {
    color: #27282b;
}


/* =========================
   Top Bar
========================= */

.dt-topbar {
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
    color: #555;
}

.dt-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
}

.dt-topbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.dt-topbar-left li {
    margin-right: 22px;
    display: flex;
    align-items: center;
}

.dt-topbar-left i {
    color: #7dbf3b; /* brand green */
    margin-right: 6px;
    font-size: 14px;
}

.dt-topbar a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}

.dt-topbar a:hover {
    color: #7dbf3b;
}

.dt-topbar-right li {
    margin-left: 18px;
}

.dt-topbar-right i {
    font-size: 15px;
    color: #333;
}

/* Cart badge */
.dt-cart {
    position: relative;
}

.dt-cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #e53935;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 5px;
    border-radius: 50%;
}

/* Responsive */
@media (max-width: 768px) {
    .dt-topbar-left span {
        display: none;
    }
}



/*Inner Banner Section Codes*/

#dt-inner-banner-section-about {
    position: relative;
    background: #14a497;
    color: #ffffff;
    margin-top: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    background-color: #fc5296;
    background-image: linear-gradient(315deg, #fc5296 0%, #f67062 74%);
    padding: 30px 0px;
    background-image: linear-gradient(to left, #02AAB0 0%, #02AAB0 51%, #00CDAC 100%);
}

#dt-inner-banner-section-about h1 {
    text-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
}

#dt-inner-banner-section {
    position: relative;
    background: #14a497;
    color: #ffffff;
    margin-top: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    background-color: #fc5296;
    background-image: linear-gradient(315deg, #fc5296 0%, #f67062 74%);
    padding: 30px 0px;
    background-image: linear-gradient(to right, #02AAB0 0%, #02AAB0 51%, #00CDAC 100%);
}

#dt-inner-banner-section h1 {
    text-shadow: 0px 6px 8px rgba(0, 0, 0, .1);
}



/* =========================
   HERO BANNER
========================= */

.dt-hero {
    position: relative;
    height: calc(100vh - 110px);
    overflow: hidden;
    font-family: inherit;
}

.dt-hero-slider {
    height: 100%;
    position: relative;
}

.dt-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1);
    transition: opacity 1s ease;
}

.dt-hero-slide.active {
    opacity: 1;
    animation: heroZoom 12s ease-in-out forwards;
}

@keyframes heroZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

/* Gradient overlay */
.dt-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.55) 0%,
        rgba(0,0,0,0.35) 45%,
        rgba(0,0,0,0.15) 100%
    );
}

/* Content */
.dt-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding-left: 9%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.dt-hero-tag {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
}

.dt-hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
}

.dt-hero-content p {
    font-size: 18px;
    opacity: 0.9;
    max-width: 520px;
}

/* Buttons */
.dt-hero-actions {
    margin-top: 28px;
    display: flex;
    gap: 14px;
}


/* ===============================
   MOVING GOODS STRIP
================================ */

.dt-goods-strip {
    padding: 60px 0 40px;
    background: #fafafa;
    overflow: hidden;
    margin-top: -100px;
}

.dt-goods-header {
    padding-left: 6%;
    margin-bottom: 25px;
}

.dt-goods-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}

.dt-goods-header p {
    color: #777;
    font-size: 15px;
}

.dt-goods-track {
    display: flex;
    gap: 20px;
    overflow-x: auto; 
    padding-left: 6%;
    will-change: transform;
    padding-bottom: 26px;
}

.dt-goods-track::-webkit-scrollbar {
    display: none;
}

/* Card */
.dt-goods-card {
    min-width: 240px;
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: transform .3s ease;
    flex: 0 0 auto;
}

.dt-goods-card:hover {
    transform: translateY(-6px);
}

.dt-goods-card img {
    width: 100%;
    height: 140px;          
    object-fit: cover;  
    border-radius: 12px;
    display: block;
}

.dt-goods-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.dt-goods-card span {
    font-size: 13px;
    color: #666;
}

.btn-primary {
    background: #2fbfa0;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(47,191,160,0.35);
}

.btn-outline {
    border: 2px solid rgba(255,255,255,0.7);
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
    .dt-hero-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .dt-hero {
        height: 80vh;
    }

    .dt-hero-content {
        padding-right: 6%;
    }
}

.card {
    border: 0px solid #32bfaf;
    margin-top: 12px;
    border-radius: 3px;
}

#accordion .card {
    border: 1px solid #14a497;
    border-radius: 0px;
    margin-top: 12px;
    background: #f7f1ee;
}

#accordion2 .card {
    border: 1px solid #14a497;
    border-radius: 0px;
    margin-top: 12px;
    background: #f7f1ee;
}

.card-header {
    padding: 12px 20px;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.card-body {
    text-align: justify;
    padding: 16px;
    border: 0px;
}
.card-title {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 700;
}

.card-link {
    font-weight: 600;
}

.home-contact .form-control {
    border: 0px solid #ced4da;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 15px;
}


/* Popup */

.modal-content {
    position: relative;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    outline: 0 !important;
}

.modal-close {
    position: absolute !important;
    top: 6px;
    right: 6px;
    padding: 0px 1px 2px 1px !important;
    background: #32bfaf !important;
    opacity: 1;
    border-radius: 4px;
}

.modal-header {
    border-bottom: 0px solid #dee2e6;
}

.modal-footer {}


/*HasaTalent Pipeline*/

.talent-list ul>li {
    margin-left: 15px;
    padding-left: 15px;
}

.box-talentpip {
    /*border: 1px solid #32bfaf;*/
    border-radius: 3px;
    padding: 10px 10px 12px 10px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .06);
}

.box-talentpip svg {
    margin-top: -2px;
    font-size: 16px;
}

.box-talentpip span {
    margin-left: 6px;
    font-weight: 500;
}


/*Jobs Page*/

.box-jobs-col {
    margin-bottom: 25px;
}

.box-jobs {
    padding: 10px 15px 0px 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .06);
    border-radius: 3px;
}

.box-jobs h5 {
    margin-bottom: 0px;
}

.box-jobs h5 span {
    margin-left: 6px;
}

/*Services Section*/
.customrow{
    display: -ms-flexbox;
    margin-right: -16px;
    margin-left: -16px;
}
.services {
    border: 0px solid #32bfaf;
    margin-top: 12px;
    border-radius: 3px;
    border-bottom: 5px solid #32bfaf;
}

.services-body {
    text-align: justify;
    padding: 0px 16px 16px 16px;
    border: 0px;
    overflow: hidden;
    border-radius: 3px;
}

.services-body:hover {
        box-shadow: 0px 6px 8px rgb(0 0 0 / 10%);
}


.blog--card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 15px;
    margin-bottom: 40px;
}
.blog--image {
    position: relative;
    float: left;
    width: 180px;
    margin-bottom: 12px;
    margin-top: -34px;
}
.blog--image>img {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    padding: 15px 15px;
}

/*Responsive Section Codes*/

@media (max-width: 2400px) {}

@media (max-width: 1300px) {
    .container {
        width: 100%;
        max-width: 100% !important;
        padding-left: 6% !important;
        padding-right: 6% !important;
    }
    .img-box.left {
        position: absolute;
        top: -60px;
        right: 15px;
        bottom: -23px;
        width: calc( 80vw);
    }
}

@media (max-width: 1200px) {
    .about-box .count {
        font-size: 24px;
    }
    .about-box .count-bottomtext {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .box-left {
        display: none;
    }
    .box-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-box .count {
        font-size: 27px;
    }
    .about-box .count-bottomtext {
        font-size: 14px;
    }
}

@media (max-width: 860px) {
    .carousel-caption {
        right: 0px;
        bottom: 0px;
        left: 0px;
        padding: 15px 40px 5px 40px;
        float: left;
        clear: both;
        position: relative !important;
        width: 100%;
        border-radius: 0px;
    }
    .carousel-indicators {
        display: none;
    }
}


@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .video-box {
        margin-bottom: 15px;
    }
    /*.carousel-control-next {
        right: 0;
        display: none !important;
    }
    .carousel-control-prev {
        left: 0;
        display: none !important;
    }*/
    .h3, h3 {
        font-size: 24px;
    }
}

@media (max-width: 660px) {
    .container {
        width: 100%;
    }
    .video-box {
        margin-bottom: 15px;
    }
    .font-head {
        font-size: 42px;
        font-weight: 600;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 32px;
    }
    h4 {
        font-size: 21px;
    }
    
    .carousel-indicators {
        display: none;
    }
}

@media (max-width: 768px) {

    /* Hide marketing text + search */
    .dt-hide-mobile {
        display: none !important;
    }

    /* Stack phone & email nicely */
    .dt-topbar-inner {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        padding: 6px 0;
    }

    .dt-topbar-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    /* Improve readability & tap targets */
    .dt-topbar-contact a {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        color: #222;
    }

    .dt-topbar-contact i {
        font-size: 14px;
        margin-right: 6px;
        color: #2bb673; /* match Lamia accent */
    }

    /* Remove right section spacing */
    .dt-topbar-right {
        display: none;
    }
}














