* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

/* ----------scrollbar---------- */
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: #ffffff; /* Track color */
}
body::-webkit-scrollbar-thumb {
    background: #00024D; /* Change thumb color to red */
    border-radius: 10px;
}

/* ----------scrollbar---------- */


/* ---------navbar-top--------- */
.navbar-top-main{
    display: inline-flex;
    padding: 10px 0px;
    background: #ffffff;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    
}

.navbar-top-pm{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #00024D;
}

.navbar-top-pm a{
    text-decoration: none;
    color: #00024D;
    font-size: 16px;
}

.get-q-main{
    border-radius: 20px;
    box-shadow: 0 0 !important;
}

.model-c-main{
    border-radius: 20px;
}

.get-form-main .f-input{
    border-radius: 20px;
}

.form-sub-m{
    border-radius: 20px;
    padding: 2px 50px;
    font-size: 24px;
    background-color: #00024D;
    color: white;
}

@media screen and (max-width: 600px) {
    .navbar-top-pm a{
        font-size: 14px;
    }
    .footer_social{
        margin-top: 10px;
    }
  }
  

/* ---------navbar-top--------- */


/* ---------sticky-navbar--------- */

.navbar-sticky{
    box-shadow: 0 0 5px #b1b1b1;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.nav-link{
    /* margin-right: 15px; */
    font-weight: bold;
}

.nav-link:hover{
    color: #EBB60A  !important; 
}


/*menu styling */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu li {
    position: relative;
    border-radius: 0px 0px 5px 5px;
    font-weight: bold;

}

.menu li a {
    display: block;
    padding: 10px 20px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}


/* Dropdown styling */
.dropdown-menu {
    list-style: none;
    padding: 10px 5px;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    display: none;
    min-width: 200px;
    border-bottom: 4px solid #00024D;
    color: white;
    
}

.dropdown-menu li a {
    padding: 8px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Dropdown menu hover effects */
.dropdown-menu li a:hover {
    background-color: #e9e9e9;
    color: #EBB60A;
    
}
/* ---------sticky-navbar--------- */



/* -------------crousle-main------------- */

.crousel-mmmm {
    max-height: 80vh;
}

.crou-mgr-a{

}

.crou-mgr-b{
    color: #EBB60A;
    font-weight: bold;
}

.crou-mgr-c{
    
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #00024D;
    border: none;
    transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.carousel-indicators .active {
    background-color: #EBB60A;
    width: 14px;
    height: 14px;
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: white;
    padding: 20px;
    border-radius: 10px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 14px;
    height: 14px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;   
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease, background-color 0.3s ease-in-out;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #EBB60A;
    z-index: 22;
}


@media screen and (max-width: 600px){
    .crou-mgr-a{
        display: none;
    }
    .crou-mgr-b{
        font-size: 24px;
    }
    .crou-mgr-c{
        display: none;
    }
    .carousel-caption{
        top: 22%;
    }
}


/* -------------crousle-main------------- */



/* -----------------card--------- */

.mgr-group-card-b{
    border-radius: 8px; 
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}
.mgr-group-card-c{
    border-radius: 6px 6px 0px 0px;
}


.mgr-group-ancher-a{
    text-decoration: none; 
    color: black;
}

.mgr-group-ancher-a:hover{
    color: black;
}

.mgr-group-card-b {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.mgr-group-card-b:hover {
    transform: translateY(-10px);
    /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); */
}

.mgr-group-card-f{
    color: #00024D;
}

/* Change heading color on hover */
.mgr-group-card-b:hover .mgr-group-card-f {
    color: #EBB60A; /* Change to any desired color */
    transition: color 0.3s ease-in-out;
}

.mgr-group-card-h{
    text-decoration: none;
    color: #EBB60A;
    font-size: 14px;
    font-weight: bold;
}

.meet-our-img-s{
    border-radius: 50%;
    border: 3px solid #bfbfbf;
}



.card-overlay-container {
    position: relative;
    overflow: hidden;
}

.card-hover-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.815); /* Dark transparent background */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    font-size: 16px;
}

.card-overlay-container:hover .card-hover-text {
    opacity: 1;
}


/* -----------------card--------- */

/* -------------we-create------------- */
/* .we-create-main{
    border: 2px solid #EBB60A;
    border-radius: 10px;
} */

.learm-more-main{
    text-decoration: none;
    color: #00024D;
    font-weight: bold;
}


/* -------------we-create------------- */

/* ----------------card-section----------- */

.inno-para-m{
    text-align: justify;
}

.inno-img-m{
    border-radius: 10px;
}

.inno-bttn-c{
    background-color: #EBB60A;
    color: #00142c !important;
    border: none;
    font-size: 18px;
    padding: 6px 40px;
    border-radius: 5px;
}

.inno-bttn-c:hover{
    background-color: white;
    color: #00142c;
}

.group-icon-mm .g-i-text{
    font-size: 20px;
}

/* ----------------card-section----------- */



/* -------------MISSION & VISION------- */

.mission-vision-main{
    background-color: #00142c;

}

/* Remove background color */
.nav-pills .nav-link {
    background-color: transparent !important;
    border: none;
}

/* Apply bottom border only for active tab */
.nav-pills .nav-link.active {
    border-bottom: 3px solid #EBB60A; /* Change color as needed */
    outline: none;
    border-radius: 0px;
}

.mgr-m-v-a button{
    color: white;
    font-size: 24px;
    font-family: "Inter", sans-serif;
}


@media screen and (max-width: 600px) {
    .mgr-m-v-a button{
        font-size: 18px;
    }
  }

/* -------------MISSION & VISION------- */


/* -------------values-and-perpose-new------- */

.mgr-values-pur-aa{
    background-color: #00142c;
    border-radius: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 31%);
}

.mgr-values-pur-ab{
    /* background-image: linear-gradient(to right, orange, #00142c); */
    background-color: #EBB60A;
    border-radius: 20px;
}

.mgr-values-pur-ad{
    width: 120px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 20px;
    border: 5px solid #d1d1d1;
}

.mgr-values-pur-ad {
    transition: transform 0.3s ease-in-out;
}

.mgr-values-pur-ad:hover {
    transform: scale(0.9);
}


/* -------------values-and-perpose-new------- */



/* -------------footer------------- */

.footer-main{
    background-color: #fffdfa;
    border-top: 1px solid #d7d7d7;
}

.footer_bg {
    /* background-image: url(../img/f.png); */
    background: #ffffff;
    background-size: cover;
    background-position: center;
    padding: 60px 0px 0px 0px;
}

.footer_logo {
    /* width: 50%; */
    margin-bottom: 10px;
}

.footer_heading{
    font-weight: bold;
}


.footer-quick {
    transition: transform 0.3s ease-in-out;
}

.footer-quick:hover {
    transform: translateX(5px); /* Move icon to the right */
}


.footer_box p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
}

.social_icon a {
    display: inline-flex;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    border: 1px solid #00024D;
    /* background: #00024D; */
    color: #00024D;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.social_icon a:hover {
    background: #00024D;
    color: white;
}

.footer_box ul {
    padding: 0px;
    line-height: 2.0rem;
}
.footer_box ul li {
    list-style-type: none;
}
.footer_box ul li a {
    color: #000000;
    text-transform: capitalize;
    font-size: 18px;
    text-decoration: none;
}

.footer_list:not(:last-child) {
    margin-bottom: 10px;
}
.footer_list {
    display: flex;
}

.footer_icon {
    width: 10%;
    margin-right: 6px;
}

.footer_list i {
    font-size: 24px;
    color: #00024D;
}
.footer_list_text a {
    color: #00024D;
    text-decoration: none;
}
/* -------------footer------------- */


/* ---------footer-copyright----------- */
.copyright-main{
    background-color: #272727;
}


/* ---------footer-copyright----------- */

/* -------------topup-botton------------- */

#button-up-button {
    /* display: inline-block; */
    background-color: #00024D;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button-up-button::after {
    /* content: "\f077"; */
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button-up-button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button-up-button:active {
    background-color: #555;
  }
  #button-up-button.show {
    opacity: 1;
    visibility: visible;
  }
  
  /* Styles for the content section */
  
  .content-up-button {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
  }

  .topup-btton{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
  }

  @media (min-width: 500px) {
    .content-up-button {
      width: 43%;
    }
    /* #button-up-button {
      margin: 30px;
    } */
  }
/* -------------topup-botton------------- */


/* ----------------contact-section----------- */

.con-main {
    background-image: url(../img/contact-us-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

.con-mgr-aa{
    box-shadow: 0 0 !important;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid gray;
}

.contact-bttn-c{
    background-color: #00142c;
    color: white;
    border: none;
    font-size: 24px;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}

.contact-bttn-c:hover{
    background-color: #EBB60A;
    color: #00142c;
}

.con-map-icon{
    font-size: 24px;
    color: #EBB60A;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .con-main {
        min-height: 100px;
    }
}

/* ----------------contact-section----------- */


/* ----------------carrers-section----------- */

.carrers-main {
    background-image: url(../img/carrier-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .carrers-main {
        min-height: 100px;
    }
}

.mgr-table-tdd th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mgr-table-tdd td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apply-form-mgr-m{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 5px #ababab;
}

/* ----------------carrers-section----------- */


/* ----------------privacy-policy-section----------- */

.privacy-mgr-main {
    background-image: url(../img/privacy-and-policy.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .privacy-mgr-main {
        min-height: 100px;
    }
}

/* ----------------privacy-policy-section----------- */


/* ----------------term-&-condition-section----------- */

.term-con-mgr-main {
    background-image: url(../img/term-and-condition-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .term-con-mgr-main {
        min-height: 100px;
    }
}

/* ----------------term-&-condition-section----------- */


/* ----------------real-estate-section----------- */

.real-estate-main {
    background-image: url(../img/real-estate-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .real-estate-main {
        min-height: 100px;
    }
}

/* ----------------real-estate-section----------- */


/* ----------------breweries-section----------- */

.breweries-main {
    background-image: url(../img/breweries-top-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .breweries-main {
        min-height: 100px;
    }
}


/* ----------------breweries-section----------- */


/* ----------------women-fashion-----------  */

.women-fashion-main {
    background-image: url(../img/women-fashion-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .women-fashion-main {
        min-height: 100px;
    }
}

/* ----------------women-fashion-----------  */


/* ----------------market-research----------- */

.market-research-main {
    background-image: url(../img/research-analyst-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .market-research-main {
        min-height: 100px;
    }
}

/* ----------------market-research----------- */


/* ----------------company-profile-section----------- */

.company-profile-main {
    background-image: url(../img/company-profile-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .company-profile-main {
        min-height: 100px;
    }
}

/* ----------------company-profile-section----------- */



/* ----------------values-purpose-section----------- */

.values-purpose-main {
    background-image: url(../img/values-and-purpose-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .values-purpose-main {
        min-height: 100px;
    }
}

/* ----------------values-purpose-section----------- */


/* ----------------chairman-message-section----------- */

.chairman-message-main {
    background-image: url(../img/chairman-message-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .chairman-message-main {
        min-height: 100px;
    }
}

/* ----------------chairman-message-section----------- */


/* ----------------leadership-section----------- */

.leadership-main {
    background-image: url(../img/leadership-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .leadership-main {
        min-height: 100px;
    }
}

/* ----------------leadership-section----------- */

/* ----------------our-management-section----------- */

.our-management-main {
    background-image: url(../img/our-management-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .our-management-main {
        min-height: 100px;
    }
}

/* ----------------our-management-section----------- */


/* ----------------innovations-section----------- */

.innovations-main {
    background-image: url(../img/innovations-top-img.webp);
    min-height: 290px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensures the image scales while maintaining aspect ratio */
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .innovations-main {
        min-height: 100px;
    }
}

/* ----------------innovations-section----------- */


/* ----------------its-always-clock----------- */

.its-always-main{
    background-color: #21694d;
}

.its-always-main-img{
    width: 80px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 10px;
    border: 4px solid #d1d1d1;
}

.its-always-main-img {
    transition: transform 0.3s ease-in-out;
}

.its-always-main-img:hover {
    transform: scale(0.9);
}

.its-always-ab{
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border-bottom: 4px solid #00024D;
}

.its-always-tai{
    color: #eb910a;
}

/* ----------------its-always-clock----------- */


/* ----------------Quality-is----------- */

.Quality-is-main{
    background-color: #f8f4ed;
}

.Quality-is-img{
    width: 100px;
    /* background-color: rgb(255, 255, 255); */
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
}
    
.Quality-is-img {
    transition: transform 0.3s ease-in-out;
}

.Quality-is-img:hover {
    transform: scale(0.9);
}

.Quality-is-ab{
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border-bottom: 4px solid #00024D;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

/* ----------------Quality-is----------- */


/* ------------Our Brand----------- */
.our-brand-main{
    width: 200px;
    height: 90px;  
    padding: 10px;
    border: 1px solid #dbdbdb;
}
/* ------------Our Brand----------- */


/* ---------------Target Marketing---------- */
.progress-circle {
    width: 100px;
    height: 100px;
    position: relative;
  }
  .progress-circle svg {
    transform: rotate(-90deg);
  }
  .progress-circle circle {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
  }
  .progress-circle .bg {
    stroke: #eee;
  }
  .progress-circle .progress {
    stroke: #3498db;
    stroke-dasharray: 282.6; /* 2πr with r = 45 */
    stroke-dashoffset: 282.6;
    transition: stroke-dashoffset 1s ease;
  }
  .progress-circle .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
  }
/* ---------------Target Marketing---------- */