.headerLogo{
    /* width: 285px; 
    height: 77px; */
     /* width: 220px ; */
		/* height: 60px ; */
        /* padding-left: 260px; */
        /* padding-left: 2vw;  */

    width: 20vw;       /* Responsive width */
    height: auto;      /* Maintain aspect ratio */
     max-width: 300px;
    min-width: 40px;
  margin-left: 250px;

}
.blockHeading{
        font-size: 28px !important;
        font-weight: 700;
        color: #F57C20;
    }

.bodyText {
        font-size: 20px !important; 
        font-weight: 400;
    }     

 .footer-title {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
.rightAlignMenu {
    list-style-type: none;
    display: flex;
    margin: 0px;
    justify-content: right;
}
 .navbar-nav .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFA500; 
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:#FFA500;
} 
.navbar-nav .nav-link:hover{
    color:#FFA500 ;
}
.rightMenuContent {
    padding: 7px 20px;
    font-size: 20px;
   /* font-family: Open sans-serif;
    */
}
.aHrefMenu {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 0% !important;
    
}
.offcanvas.show {
    opacity: 0.95;
    background-color: #D9D9D9 !important;
    width: 100% !important;
}
.offcanvas.show .aHrefMenu {
    text-decoration: none;
    color: #150E44;
    font-size: 22px !important;
    display: flex !important;
    justify-content: space-between !important;
    font-style: normal;
    line-height: 24px;
    font-weight: 400;
}
.offcanvas.show .headerDropdownContent a {
    color: #150E44;
    font-size: 18px !important;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}
.offcanvas-body {
    padding: 0% !important;
}
.headerMenuBar {
    margin: 0px;
     position: absolute; 
    top: 0px;
    /* background: #fff; */
    background-color: transparent;
    padding: 0px;
    width: 100%;
    /* height: 90px; */
    /* box-shadow: 0 0px 10px -3px; */
    z-index: 100;
}
.rowMenuPadding {
    max-width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    background-color:#ffffff;
    
}
    /* header menu dropdown start */
.headerDropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}
.headerDropdownContent {
    display: none;
    position: absolute;
    min-width: 320px;
    z-index: 1;
}
.headerDropdownContent a {
    color: white;
    font-size: 20px !important;
    padding: 12px 26px;
    text-decoration: none;
    display: block;
}
.headerDropdown:hover .headerDropdownContent {
   display: block;
   width: max-content;
}
.headerDropdownContent a:hover {
   background-color: #ffaf72 !important;
}
.dropdown-menu{
    background: #001D47; box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.35); border-radius: 5px; border: 0.30px white solid;
}
.dropdown-item{
    padding-right: 1rem !important;
}

.aHrefMenu  li.active { 
   color:green;
    background-color: yellow; 
}
.aHrefMenu  li.active a {
    color: red;
}
/* header menu dropdown end */
body{
    font-family: "Poppins" !important;
    font-size: 20px !important;
}
.navbar-toggler:focus,
        .navbar-toggler:active,
        .navbar-toggler-icon:focus {
            outline: none;
            box-shadow: none;
        }

.bodyContentPaddingFullImg {
    justify-content: center;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px; /* change width */
    height: 10px; /* change height */
    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: .5;
    transition: opacity .6s ease;
    border-radius: 100%; /* add border-radius */
}

.carousel-indicators .active {
        background-color: #FFFF00;
        opacity: 1;
    }
 .carousel-indicators button{
        pointer-events: none;
 }
.coverButton{
    color: #FFFFFF;
    font-size: 18px;
    background-color: #F57C20;
    width: 162px; 
    height: 48px;
    border-radius: 3px;
    border: none; 
    padding: center;
 }

 
#blogTitleDiv{
             color: #F57C20;
            font-size: 30px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 1px;
            text-align: center;
        } 

 .loading-icon {
  display: none; /* Initially hidden */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

/* Styles for the loading icon */
.loading-icon img {
  width: 300px; /* Adjust as needed */
  height: 300px; /* Adjust as needed */
}
  

/*--------------------Resposive for the home page------------------------ */

    @media screen and (max-width: 997px) {
        #missionText {
            order: 2;
        }

        #missionImage {
            order: 1;
        }
    }

 @media screen and (min-width: 993px) and (max-width: 1174px){
        .fixed-top{
            left: 46% !important;
            }
        }
    @media screen and (min-width: 1175px) and (max-width: 3000px){
        .fixed-top{
          left: 58% !important; 
        }
        .detail_leftDiv {
            flex: 0 0 auto;
            width: 79.33333333% !important;
        }
    }

        @media screen and (min-width:750px) and (max-width: 1600px){
      .career{
        padding: 0% 6% 0% 2% !important;
      }
    }
     @media screen and (min-width:300px) and (max-width: 749px){
      .career{
        padding: 0% 6% 0% 4% !important;
      }
      .exploreButton{
        height: 36px !important;
        width: 144px !important;
      }
      .buttonContainer{
        height: 36px !important;
      }
      .exploreCloseButton{
        height: 36px !important;
        width: 116px !important;
        margin-right: 4rem;
      }
      .exploreApplyButton{
        height: 36px !important;
        width: 116px !important;
      }
    }
    
    /* Fix alignment only for 1200px - 1399px screens */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .headerLogo {
        margin-left:0px !important;   /* Adjust as needed */
        width: 220px !important;        /* keeps size consistent */
        height: auto !important;
    }

    .rowMenuPadding {
        padding: 0 60px !important;     /* balances left and right */
    }

    .rightAlignMenu {
        justify-content: flex-end !important; /* align nav to right */
        gap: 30px;  /* add spacing between links */
    }
}

        @media screen and (max-width: 1024px) {  
     .headerLogo{
        width: 200px !important;
        height: 55px !important;
        margin-left: 0px !important

        
     }
}

    @media screen and (max-width: 768px) {
        .loading-icon img{
            width: 100px !important;
            height: 100px !important;
        }
        .footer-title{
            font-size: 14px !important;
        }
     .offcanvas.show{
                background-color: #fff !important;
                width: 100% !important;
                opacity: 1 !important;
            }

     .dropdown-menu{
        background: #fff !important;
        width: 100% !important;
        border: none !important;
     }
  
     .headerLogo{
        width: 200px !important;
        height: 55px !important;
        margin-left: 10px !important

        
     }

     }
 .coverText{
    
     font-size: 28px; 
     line-height: 52px;
 }
 .coverLeftColumn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 494px;
 }  

   @media screen and (max-width: 425px){
    .headerLogo{
        width: 180px !important;
        height: 55px !important;
        margin-left:0px !important

        
     }
    
   }

 