.theme-default {
    max-width: 1500px;
    margin: 0 auto;
    box-shadow: 0px 2px 5px 0px #eae6e6;
}
.homeBannerMain {
    position: relative;
}
.homeBannerBgImg{
    /*background-repeat: no-repeat;*/
    background-image: url('../images/asmara_start_img.jpg');
    /*background-image: url('../images/bg.webp');*/
    background-position: 50% 0%;
    background-attachment: scroll;
    position: relative;
    height: 1230px;
}
.worldWeideBgOverly {
    padding: 100px 0;
}

.worldWideContent img {
    /*width: 60%;*/
    display: block;
    margin: 0 auto;
}

/*.worldWideContent h2 {*/
/*    text-align: center;*/
/*    font-size: 65px;*/
/*    padding-bottom: 20px;*/
/*    font-weight: bold;*/
/*}*/

.homeTextBox {
    width: 450px;
    height: 450px;
    position: absolute;
    top: 100px;
    left: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
        background: #fff;
    border-radius: 50%;
    text-align: center;
}

/* Animated border only */
.homeTextBox::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px dashed #363e6e;
    animation: rotateCircle 10s linear infinite;
}

/* Keep text above the border */
.homeTextBox > * {
    position: relative;
    z-index: 2;
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.homeTextBox p {
    padding: 0 40px;
}

.tableViewRight {
    padding: 25px ;
}

.homeTextBox img {
    width: 50px;
}
.factoryRelatedTableView {
    padding-bottom: 100px;
}
.factoryRelatedTableView h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
}
.table-head{
    background: #114876;
    color: #fff;
    text-transform: uppercase;
}
.homeBannerBrid .img1 {
    position: absolute;
    bottom: 245px;
    left: 300px;
    opacity: 1;
}


@keyframes upDownZoom {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.2); /* Up + Zoom In */
    }
    100% {
        transform: translateY(0) scale(1); /* Back to original */
    }
}

.aniImg img {
    position: absolute;
    top: 505px;
    left: 282px;
    width: 130px;
    display: block;
    animation: upDownZoom 0.5s ease-in-out infinite;
}
.homeBannerTitle h2 {
    font-size: 50px;
}

.homeBannerTitle {
    position: absolute;
    bottom: 150px;
    left: 40%;
}
@keyframes upDown {
    0%, 100% {
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    50% {
        transform: translateX(0) translateY(-20px) rotate(0deg);
    }
}

.homeBannerBrid .img2 {
    position: absolute;
    bottom: 375px;
    left: 300px;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.5s ease;
}
.homeBannerBrid .img2 img{
    animation: upDown 0.2s ease-in-out infinite;

}
.homeBannerBrid .img3 img{
    animation: upDown 0.2s ease-in-out infinite;

}


.homeBannerBrid .img3 {
    position: absolute;
    bottom: 0;
    right: -2500px;
    opacity: 0;
    transform: translateX(0) rotate(0deg);
    transition: opacity 0.5s ease, transform 0.1s linear;
    z-index: 2;
}

.homeBannerBrid .img2.visible {
    opacity: 1;
}
.homeBannerBrid .img3.visible {
    opacity: 1;
}
.homeBannerBrid .img1.visible {
    opacity: 0;
}
.topScrollImg img.visible {
    opacity: 1;
    width: 400px;
    position: relative;
    top: 750px;
    left: 60%;
    
}

.topScrollImg img {
    position: absolute;
    left: 47%;
    width: 160px;
    top: 0;
    transition: 1s all;
    display: block;
    opacity: 0;
}
body, html {
    overflow-x: hidden;
}
.welcomeMsg h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #114776;
    text-shadow: 2px 2px 2px #75654d;
}
.aboutRights h2 {
    font-weight: bold;
    color: #114776;
    text-shadow: 2px 2px 2px #75654d;
    text-transform: uppercase;
    font-size: 30px;
}
.welcomeMsg {
    padding: 50px 0;
}
.overViewGarment {
    padding-bottom: 100px;
}
.overViewGarment p {
    text-align: justify;
}
.overViewGarment ul {
    margin-top: 30px;
}


.overViewGarRight {
    margin-bottom: 20px;
}
.missionVissionLear h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #114776;
    text-shadow: 2px 2px 2px #75654d;
}
.sectionTitle{
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e39b51;
    text-shadow: 2px 2px 2px #39416f;
}
.missionVissionLeftSide p {
    margin-top: 68px;
}
.msgInfo p {
    text-align: justify;
}
.main-header {
       max-width: 1500px;
    margin: 0 auto;
    box-shadow: 0px 0px 8px 0px #e8e8e8;
}
.director-card {
      background-color: #ffffff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 40px;
      margin-top: 60px;
    }
    .profile-img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%;
      border: 4px solid #0d6efd;
      box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
    }
    .highlight {
      color: #0d6efd;
      font-weight: bold;
    }
    .contact-info a {
      color: #0d6efd;
      text-decoration: none;
    }
    .contact-info a:hover {
      text-decoration: underline;
    }






.footerContact {
    display: flex;
    margin-bottom: 10px;
}

.footerContact i {
    min-width: 20px;
    height: 20px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 5px;
}

.footerContact a {
    color: #fff;
    font-size: 14px;
}

.footerContact p {
    font-size: 14px;
    margin: 0;
}



.ourSeriveGrid i {
    font-size: 30px;
    color: #e39a51;
    margin-bottom: 25px;
}



.map-marker {
    width: 20px;
    height: 20px;
    background-color: #09eaae;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    transform: translate(-50%, -50%);
    animation: zoomPulse 1.6s ease-in-out infinite;
}

@keyframes zoomPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* Tooltip box */
.tooltip {
    position: absolute;
    bottom: 125%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    background-color: #fff;
    color: black;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: auto;
}

/* Link style */
.tooltip a {
    color: black;
    text-decoration: none;
}

.tooltip a:hover {
    text-decoration: underline;
}

/* Show on hover */
.map-marker:hover .tooltip {
    opacity: 1;
}
.ourServiceMain {
    padding: 100px 0;
}


.dhaka {
    top: 46%;
    left: 73%;
}

.hong-kong {
    top: 46%;
    left: 81%;
}
.guang-zhou {
    top: 44%;
    left: 79%;
}
.delhi {
    top: 44%;
    left: 69%;
}
.dubaie {
    top: 46%;
    left: 63%;
}
.cairo {
    top: 42%;
    left: 55%;
}

.madrid {
    top: 36%;
    left: 45%;
}

.sao-paulo {
    left: 31%;
    top: 77%;
}
.chicago {
    top: 36%;
    left: 20%;
}


.worldWideContent h2 {
    text-align: center;
    text-transform: uppercase;
}













.ourSeriveGrid h4 {
   text-transform: uppercase;
    margin: 0;
    padding-right: 10px;
    font-size: 18px;
}





.ourSeriveGrid {
    position: relative;
    border: 1px solid lightgray;
    padding: 20px;
    margin-bottom: 30px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    color: #000;
    transition: color 0.4s ease;
}

/* Hover background layer */
.ourSeriveGrid::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(45deg, #363e6d, #e39b50);
    z-index: 0;
    transition: height 0.4s ease;
}

/* On hover */
.ourSeriveGrid:hover::before {
    height: 100%;
}

/* Text color change */
.ourSeriveGrid:hover {
    color: #fff;
}

/* Keep content above background */
.ourSeriveGrid * {
    position: relative;
    z-index: 1;
}


.site-footer {
    background-color: #000;
    color: #fff;
    padding: 60px 0 20px;
    font-size: 15px;
}

.footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}
.menu li a:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #373f6e;
    width: 0;
    bottom: 30px;
    left: 50%;
    right: 50%;
    transition: .5s all;
}

.menu li a:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}


.footer-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #f17f0b;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.footer-text {
    color: #ccc;
    line-height: 1.7;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid #222;
    font-size: 14px;
    color: #aaa;
}

.footer-bottom p {
    margin: 0;
    padding-top: 20px;
}








.ourSeriveGrid p {
    margin: 0;
    text-align: justify;
}
.ourSeriveGrid img {
    width: 40px;
    display: block;
    margin-bottom: 20px;
}
.ourServiceMain h1 {
    font-size: 50px;
    line-height: 48px;
    margin: 0;
    padding-bottom: 30px;
}
.ourServiceGridTitle {
    display: flex
;
    align-items: center;
    padding-bottom: 15px;
}

@keyframes borderPulse {
      0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.6);
      }
      70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
      }
}

    .plus-button {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #0d0f11;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #7a8897;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: borderPulse 1.5s infinite;
    }


    .modal {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.6);
    }

    .modal-content {
      position: relative;
      background-color: #fff;
      padding: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 26px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      z-index: 1000;
    }

.peopleAndDesignPart {
    display: flex;
}
.peoplePart img {
    width: 100%;
    height: 100%;
}
.peoplePart {
    position: relative;
}

.peopleCotent {
    position: absolute;
    bottom: 50px;
    padding: 0 50px;
}

.peopleCotent p {
    background-color: #fff;
    font-size: 15px;
    padding: 3px;
    margin-bottom: 5px;
}

.peopleCotent h2 {
    font-size: 65px;
    margin: 0;
    padding-right: 10px;
}
.peopleCotent h3 {
    margin: 0;
    font-size: 50px;
}
.peopleTitle {
    display: flex
;
    align-items: center;
    padding-bottom: 40px;
}
.designContent {
    top: 50px !important;
}
.sustainability {
    padding-top: 100px;
    background-color: #f8f8f8;
}
.sustaImg img {
    width: 100%;
}
.sustaImg {
    position: relative;
}

.derectionTitleMain p {
    margin: 0;
    font-size: 18px;
}
.sustainability h3 {
    font-size: 50px;
    margin: 0;
}

.sustainability h2 {
    font-size: 60px;
    padding-right: 12px;
    margin: 0;
}
.ourProduction {
    padding: 100px 0;
    background-color: #ffffff;
}


.ourProduction h3 {
    font-size: 50px;
    margin: 0;
}
.homeTextBox h5 {
    text-transform: uppercase;
    font-size: 20px;
    color: #373f6e;
    font-weight: bold;
}

.homeTextBox h5 span {
    color: #f88208;
}

.gallery a {
    height: 250px !important;
    border: 1px solid lightgray !important;
}

.productionGrid {
    position: relative;
    border: 1px solid lightgray;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 290px;
    overflow: hidden;
    color: #000;
    transition: color 0.4s ease;
}

/* Background overlay */
.productionGrid::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #000;
    z-index: 0;
    transition: height 0.4s ease;
}

/* Hover effect */
.productionGrid:hover::before {
    height: 100%;
}

/* Text color on hover */
.productionGrid:hover {
    color: #fff;
}

/* Keep content above background */
.productionGrid * {
    position: relative;
    z-index: 1;
}
.productionGrid h4 {
    text-transform: uppercase;
    margin: 0;
    padding-right: 10px;
    font-size: 20px;
}


.productionGrid p {
    text-align: justify;
    margin: 0;
    height: 160px;
}
.productionGrid img {
    width: 40px;
    display: block;
    margin-bottom: 20px;
}

.goodProduct {
    padding: 50px 0;
}
.goodProductGrid .peopleTitle {
    justify-content: end;
    align-items: flex-start;
}

.goodProductGrid h2 {
    text-align: right;
    font-size: 60px;
}

.goodProductGrid h3 {
    font-size: 38px;
    margin: 0;
    padding-right: 10px;
}
.goodProductGrid p {
    margin: 0;
    text-align: justify;
    padding: 10px 20px;
}
.goodIcon .plus-button{
    width: 70px;
    height: 70px;
}
.msgContactInfo h5 {
    margin-bottom: 0;
}
.goodIcon {
    display: flex
;
    margin-left: 20px;
}
.goodIcon button {
    margin-right: 20px;
}
.ourPartnar {
    background-color: #606060;
    padding: 20px 0;
}
.footer-widget h4 {
    text-align: center;
    font-size: 20px;
}

.footer-widget ul li {
    display: inline-block;
    text-align: center;
}

.footer-widget ul li a {
    color: #fff;
    text-align: center;
    display: block;
    margin-right: 10px;
}

.footer-widget ul {
    text-align: center;
}

.footer-widget p {
    text-align: center !important;
}
footer {
    margin-top: 0 !important;
}
.sticky-active .logo a img {
    width: 100px !important;
    margin-top: 15px;
}
.footer-widget img {
    width: 46%;
    margin: 0 auto;
    display: block;
}
 .homeMobileBanner {
        display: none;
}
.sustaImg {
    display: block;
}
.sustaImgMobile {
    display: none;
}
.homeTextBoxMobile {
    display: none;
}
.partner-sldier .slick-arrow {
    display: none !important;
}

.asMark {
    width: 20px;
    height: 20px;
    background-color: #98bd1b;
    border-radius: 50%;
}

.asmaraMarker {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
.overViewGarRight {
    margin-bottom: 20px;
}
.asmaraMarker p {
    margin: 0;
    padding-left: 20px;
    font-size: 20px;
}

.worldWideCuntryList {
    margin: 20px 30px 0;
    display: none;
}

.worldWideCuntryList li {
    margin-bottom: 10px;
    font-size: 18px;
    list-style-type: disc;
}

.sustainabilityList {
    margin: 30px 20px 30px 37px;
    display: none;
}


.sustainabilityList li {
    margin-bottom: 10px;
    font-size: 18px;
    list-style-type: disc;
}
 .header-menu {
        display: block;
    }
.msgContactInfo {
    margin-top: 30px;
}
.msgContactInfo p {
    margin: 0;
}



@media only screen and (max-width: 767px) {
    .map-marker {
        width: 10px;
        height: 10px;
    }
    .worldWideContent img {
        margin-top: -28px;
    }
    .ourServiceMain {
        padding: 40px 0;
    }
    .worldWeideBgOverly {
        padding: 10px 0;
    }
  
    .sectionTitle {
        font-size: 20px;
    }
    .header-menu {
        display: none;
    }
     .homeBannerMain {
        display: none;
    }
    .homeMobileBanner {
        display: block;
    }
    .peopleAndDesignPart {
        display: flex;
        flex-wrap: wrap;
    }
    .sustaImg {
       display: none;
    }
    .sustaImgMobile {
        display: block;
    }
    .sticky-active .logo a img {
        width: 60px !important;
    }
    .logo {
        display: flex;
    }
    .logo a {
        margin-top: 0 !important;
    }
    .headerNav {
        border-top: none;
        padding: 0;
        border-bottom: none;
    }
    header .toggle {
        top: 14px !important;
    }
    .worldWideContent img {
        width: 100%;
    }
   
    .homeTextBoxMobile {
        padding: 40px;
        text-align: center;
        display: block;
    }
     .homeTextBoxMobile h5 {
        font-weight: bold;
    }
    .worldWideCuntryList {
        display: block;
    }
    .sustainabilityList {
        display: block;
    }
    .welcomeMsg h2 {
        font-size: 24px;
    }
    .aboutRights h2 {
        font-size: 24px;
    }

    
    
}


