@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Collegiate+One&family=Anton&family=Bebas+Neue&family=Fascinate&family=Kdam+Thmor+Pro&family=Lobster&family=Monoton&family=Oswald:wght@300&family=PT+Serif&family=Roboto+Condensed:wght@300&family=Rubik+Distressed&family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');


body{
  font-family: Arial, Helvetica, sans-serif;
}
.flex-item
h1{
  font-family: Roboto;
  font-size: 40px;
  font-weight: 500;
}
h2{
  font-family: inter;
  font-weight: 600;
}
h2 a{
  color: blue;
  text-decoration: underline;
}
h2 a:hover{
  color: navy;
}
h3{
  font-family: Bebas;
  font-weight: 400;
}
#mainNavigationBtn{
  margin: 0 50px 30px 0px;
  
   
}
#NavigationBtn{
  
   display: flex;
   justify-content: space-between;
   
}
#NavigationBtn a{ 
  background-color: blue;
   padding: 10px 15px;
   border-radius: 5px;
   color: white;
   font-size: 22px;
   font-weight: 600;
}




#business-dataAnalytics-heading{  
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
#business-dataAnalytics-subheading{
  
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.business-dataAnalytics-heading-subheading{
  text-decoration: underline;
  text-decoration-color:goldenrod;
  text-decoration-thickness:3px;
  
}
.business-dataAnalytics-section{
  margin :20px 50px 50px 50px;
}
.business-dataAnalytics-section-ol{
  list-style-type: decimal;
      margin-left: 20px;
      line-height: 25.5px;
}
.business-dataAnalytics-section-ol li{
  padding-bottom: 10px;
}
.business-dataAnalytics-section-ol li::marker{
  font-weight: bold;
  font-size: 22px;
}
.business-dataAnalytics-section-ul{ 
      margin-left: 20px;
      line-height: 25.5px;
}
.business-dataAnalytics-section-ul li{
  padding-bottom: 10px;
}
#business-dataAnalytics-section-ul-li-Head{
  color: rgb(2, 2, 89);
  font-weight: 400;
}

p{
  font-size: 16px;
  line-height: 25.5px;
}
p a{
  color: blue;
}
p a:hover{
  text-decoration: underline;
}
html {
  scroll-behavior: smooth;
}
#subbusiness-dataAnalytics-subheading{
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 22px;  
  color: rgba(0,0,0,0.9);
  margin-left: 5px;
  list-style: circle;
}
#subbusiness-dataAnalytics-subheading-listStyle{
  font-size: 21px; 
}

.nav-Unit-Header-Download {
  text-align: center;
  padding: 10px 0;
  width: 98%;
  box-shadow: 0px 0px 1px ;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  background: #f4f4f4;
}

.nav-unit-header h1 {
 font-size: 30px;
 font-family: oswald;

 
}

/* Style the menu container */
.dba-header-section {
  margin: 10px 10px 0px 10px;  
  background: linear-gradient(135deg, #001f3f, #0074D9);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
ul.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  padding: 0;
}

ul.flex-container .flex-item {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px; /* Adjust this gap as needed */
  align-items: center;
}

ul.flex-container li {
  margin: 0;
  padding: 0;
}
ul.flex-container li a{
  color: #F5F5F5;
}
ul.flex-container li a:hover{
  color: goldenrod;
}

/* Reset default list styles */
.dba-header-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

/* Style the list items */
.dba-header-section ul li {
  margin: 5px 0;
  padding: 5px 10px;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  font-weight: bold;
  font-family: oswald;
  color: white;
  border-right: 1px solid darkgrey;
}
.dba-header-section ul li:first-child {
 
  border: none;
}

/* Change the background color of list items on hover */
.dba-header-section ul li:hover {
  background-color: #d1d1d1;
  color: goldenrod;
}
#keyboard_arrow_up{
  display: none;
}
 

#dbaParagraphs{  
  
  padding-bottom: 10px;
  font-weight: normal;
  color: #666;
  line-height: 25.5px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
#dbaParagraphs1{  
  line-height: 25.5px;
}


#dba-subheadings-paragraphs a{

  font-family: Arial, Helvetica, sans-serif;
}
#dba-subheadings-paragraphs a:hover{

  text-decoration: underline;
}
.dba-subheadings-paragraphs li::marker{
color: navy;
font-weight: 700;
}
#dbalist{
  padding-left: 5px;
  font-weight:bold ;
  color: gray;
}
#bdaulList{
  list-style-type: disc ;
  padding-left:5px;
}
#bdaulList li::marker{
  color: black;
}
#dbalistli{
  padding-bottom: 10px;
}
#dbaListLiHeader{
  color: rgba(0,0,0,0.6);
}

#dba-subCol {
 
 box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  order: 2;
width: 75%;
margin: 0px 10px 10px 0px;

}

  
  #dba-subcolr {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  color: #000;
  background: goldenrod;
  margin: 10px 0 10px 10px;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #dcdcdc; /* Use border instead of box-shadow */
  position: sticky;
  top: 0;
  left: 0;
  overflow-y: scroll;
  height: 100vh;
}



#dba-Id1{
 margin-top: auto;
 margin-bottom: auto;
  font-size: 22px;   
  font-weight: 600;
  font-family: oswald;
 
}
#dba-Id2{
  padding:0;   
font-size: 16px;
}
#dba-Id2 .bda-content-wrapper{
  background:#F5F5F5;
  background-clip: text;
  color: #f4f4f4;
  text-shadow:0 0 3px #000;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-family: lobstar;
}
#dba-Id2 ul{
 list-style: none;
}
#dba-Id2 #table-of-content{
  padding-left: 10px;
  color: white;
  text-shadow: 0 0 2px darkcyan;
}
#dba-Id2 ul li:last-child{
 margin-bottom: 20px;
}
#dba-Id2 ul li{
  padding: 5px 10px;
  cursor: pointer;
}
#dba-Id2 ul li:hover {
  background-color: rgb(0,0,0,0.6);
 
}
#dba-Id2 ul li a{
 color: whitesmoke;
}
#dba-Id2 ul li:hover a{
 color: gold;
}
#dba-Id2 ul li:hover h2{
 color: goldenrod;
}

#dba-Id2 ul li h2{
 color: white;
 font-weight: 400;
 margin: 5px 0;
 font-size: 22px;
 text-shadow: 0 0 1px black;
}
#dba-Id2 ul li h3{
 color: white;
 font-weight: 600;
 margin: 10px 0;
}

#dba-Id3{
   
  font-weight: bold;
  color: rgb(255,255,255);
}
#dba-Id3 h3{
 font-size: 20px;
 text-align: center;
 color: white;
 text-shadow: 0 0 1px black;
}
#dba-Id4{
 display: block;
}
#dba-Id4 a{
  color: rgb(255,255,255,0.9);  
 
}
#dba-Id4 table{
  width: 100%;
  padding: 10px;
}
#dba-Id4 table:hover{
  background-color: rgb(0,0,0,0.6);
  
}
#dbaId5{
   
  padding-top: 10px;
  padding-bottom: 10px;
 
}

.button-dba-Id2{
  color: rgb(255,255,255,0.9);
  border: none;
  background-color: transparent; 
  text-align: left;
  font-size: 16px;
  cursor: pointer;
 padding: 10px 0;
}


.button-dba-Id2 a{
  color: white;    
}
.button-dba-Id2 a:hover{
  color: navy;  
  font-weight: 700;
  text-decoration: underline;  
}

#button-dba-Id2{
  padding-top: 60px;
  font-size: 22px;
}
#button-dba-Id2 a{
  padding: 0 10px;
  border-bottom: 5px solid;
 
}
.button-dba-Id2-background{
background-color: rgba(0, 0, 0, 0.6);
padding: 10px;
border-radius: 5px;

}
.button-dba-Id2-background:hover{
background-color: rgba(0, 0, 0, 0.2);


}

#pastPaperImg {
width: 30px;
height: 100%;
}
#pastPaperImg img{
width: 100%;
}
#pastPaperImg1 {
width: 50px;
height: 50px;
}
#pastPaperImg1 img{
width: 100%;
border-radius: 50%;
}
.tooltip-container {
  position: relative;
 
  cursor: pointer;
}

.tooltip-content {
  
  background-color: transparent;
  color: black;
  padding: 20px 8px;
  border-radius: 8px; 
  opacity: 0;
  display: none; /* Use display none to hide the tooltip */
  white-space: normal;
  font-size: 14px;
 
}

.tooltip-container.show-tooltip .tooltip-content {
  opacity: 1;
  display: block; /* Set display to block to show the tooltip */
}
#tooltip-content{
  margin-top: 20px;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: -5px;
  background-color: transparent;
  color: black;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 0 3px black;
  border-radius: 50%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
}

#datapage{
 color: blue;
 cursor: pointer;
}
#hideButton{
  margin-top:  40px;
  padding:3px 10px;
    border-radius: 5px;
    color: darkgray;   
    font-weight: 700; 
   background-color: #fff;
   font-size: 17px;
   
    border: none;
    cursor: pointer;
}
#hiddenContent{
  display: none;
}



#keyboard-shortcut{
  font-size: 18px;
}

#Introduction-to-Excel-ul{
 display: none;  
}

#Introduction-to-Excel-ul li a{
  padding: 0 0 10px 5px;
  color: beige;
  
}
#Introduction-to-Excel-ul-disabled li{
  padding: 0 0 10px 0px;
  color: beige;
  
}
#Introduction-to-Excel-ul-disabled li:last-child{
 border: none;
  
}
#Introduction-to-Excel-ul-disabled li a{
  padding: 0 0 10px 0px;
  color: beige;
  font-size: 16px;
}
#Introduction-to-Excel-ul-disabled li a:hover{
 color: navy;
 text-decoration: underline;
}

 #Introduction-to-Excel-ul-disabled-currentPage{
  text-decoration: underline;
  text-decoration-color: #f4f4f4; /* Change the underline color to blue */
  text-decoration-thickness: 2px;
}
#Introduction-to-Excel-ul li a:hover{
  text-decoration: underline;
  color: blue;
  font-weight: 700;
  cursor: pointer;
  
}
#Introduction-to-Excel-ul li:last-child{
  border-bottom: none;
}

#format-funtions-examples{
  padding-left: 10%;
}

#video-container {
  margin-top: 20px;
  margin-bottom: 20px; 
  max-width: 100%;
   
}

#cropped-video {

    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
    width: 70%;
   

}
#cropped-video-1 {

    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
   

}
#cropped-video-2 {

  padding-top: 20px;
  padding-bottom: 20px;
  background-color: black;
  width: 100%;
 height:auto;

}

 #content-current-page{  
 
  padding-left: 30px;
  color: #f4f4f4;
  width: 100%;
}
#Introduction-to-Excel-ul-disabled-currentPage-ul li{
  
  padding-left: 30px;
  color: #f4f4f4;
}
#Introduction-to-Excel-ul-disabled-currentPage-ul li:last-child{
  
  border: none;
}
.formats-and-function-list > li::marker{
font-weight: bold;
font-size: 22px;
}
.formarts-header-style{
  padding-top: 70px;
  font-size: 22px;
}
.formarts-header-style1{
  padding-top: 60px;  
}
#excel-header-img{
  border-color: lightgray;
  border-style: dotted;
  border-radius: 7px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
#excel-header-img img {
  max-height: 100%;
  max-width: 100%; 
  flex: 1;  
}

#L-image, #R-image {
  width: 100px; 
}
.answer a{
  color: blue;
}
#dba-subheadings-paragraphs a{
  color: blue;
}
#other-releted-context-main{ 
  padding:50px 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background:ivory ;
}
#other-releted-context-main h2{ 
  font-family: 'Times New Roman', Times, serif;
}
#other-releted-context-main ul{
  list-style: none;
  
}
#other-releted-context-main ul li{
  margin-bottom: 20px;  
}
#other-releted-context-main ul li a{
  color: blue; 
}
#other-releted-context-main ul li a:hover{
  color: orangered;
  text-decoration: underline; 
}
#table-of-content-td-padding{
  padding-right: 5px;
}
#other-releted-context{
  box-shadow: 0 0 1px;
  padding: 50px;
  background: ivory;
  
}
#other-releted-context ul{
  list-style: none;
}
#other-releted-context-id{
 padding-left: 40px;
}
#other-releted-context-id1{
  padding-left: 30px;
}
#other-releted-context ul li{
  margin-bottom: 20px;
}
#other-releted-context a{
  color: blue;  
  font-family: lobstar;
  font-weight: 600;
}
#other-releted-context a:hover{
  color: navy;
  text-decoration: underline;
  font-weight: 700;
   
}
#other-releted-context p{
  
  color: gray;
  font-weight: 700;
  font-size: 20px;
}
#pandl{
  padding-top: 60px;
}
.key-takeaways{
  padding: 50px;
}
.key-takeaways h4{
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: blue;
}
.trend-analysis-images-wrapper{
  background-color: beige;
  padding: 20px;
}
.trend-analysis-images{
  width: 100%; 
  display: flex; 
  justify-content: center;
  padding: 20px;
}
.graph-charts{
  text-align: center; 
  display: inline-block; 
  padding: 0; margin: 0; 
  border: 0;
  max-width: 100%;

  
}
.graph-charts img{
  max-width: 100%;
  height: auto;
  border: 1px solid lightgray;
    
}
.graph-charts-content{
  background-color: #fff;
  padding: 5px;
  color: gray;
  width: 100%;
 
  border: 1px solid lightgray;
  margin-top: -4px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#showmore{
  cursor: pointer;
  color: blue;
  text-decoration: underline;
 font-weight: 700;
}
#showmoreDown{
  cursor: pointer;
  color: blue;
  text-decoration: underline;
 font-weight: 700;
 padding-left: 50px;
}
#KeyArrow{
  color: black;
}
#showmore:hover{
  color: navy;
}
#showmore:hover ~ #KeyArrow{
  color: gray;
}
.morecontent{
  display: none; 
padding: 20px;
border: 1px solid;
}
#morecontent{
display: none; 
}
#morecontent p{
margin: 0 50px;
}
#morecontent ol{
margin: 0 70px;
}
#morecontent table{
  margin: 0 70px;
  border-collapse: collapse;
}
 #style-table-div{
 display: none;
 }
 .style-table-div-b{
margin-left: 60px;
 }
 #display-solutions{
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  transition: font-size 0.3s ease;
 }
 #display-solutions:hover{
  color: navy;
  font-weight: 600;
 }
.Forcasting-financial-statements-Table-of-content li a{
  color: blue;
}
.Forcasting-financial-statements-Table-of-content li a:hover{
  color: orangered;
  text-decoration: underline;
}
.Forcasting-financial-statements-Table-of-content li::marker{
  font-weight: 600;
  color: blue;
}
.Forcasting-financial-statements-Table-of-content li:hover::marker{
  color: orangered;
}
/* Style the menu bar */
#menu-bar {
  position: fixed;
  top: 70px;
  right: 20px; 
  padding: 2px 10px;
  z-index: 100; /* Ensure it's above other content */
  display: none; /* Initially hidden */
cursor: pointer;
}

/* Style the menu items as needed */


#show-table-of-contents{
font-size: 14px;
height: 80vh;
display: none;
border: 1px solid;
float: right;
margin-top: 5px;
padding: 20px;
background-color: goldenrod;
}
#show-table-of-contents a{
  color: white;
}
#show-table-of-contents h2{
  color: white;
  text-decoration: underline;
  text-decoration-color:lightgray;
  text-decoration-thickness: 5px;
}
#show-table-of-contents ol >li::marker{
  color: white;
}
#show-table-of-contents ol li> ul li::marker{
  color: white;
}
#menu-bar-wrapper{
  float: right;
  border: 1px solid;
  padding: 0 10px; 
  border-radius: 3px;
  background: navy;
  color: white;
  opacity: 0.8;
}
#menu-bar-wrapper:hover{
  background: goldenrod;
  color: black;
}
#menu-bar-menu{  
  font-size: 33px;
  font-weight: 600;
}

#menu-bar-close-menu{  
  font-size: 25px;
  display: none;
  font-weight: 600;
}
.core-application-img-box-wrapper {
  width: 100%; 
  overflow: hidden;
  border-top: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
  padding-top: 20px;
  padding-bottom: 20px;
}

#core-application-img-box {
  display: flex;
  transition: transform 2s ease-in-out; 
}

.box {
  width: 100%;
  flex: 0 0 100%; /* Display one image in each scroll */
  align-items: center;padding:30px 10px;
}
.box span{
  display: flex;
}
.box div{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px;
  border: 1px solid ivory;
  background-color: #f4f4f4;
  width: 50%;
  font-family: 'Courier New', Courier, monospace;
}

.box img {
  width: 50%; /* Make sure the image fills the container width */
  height: 250px; /* Maintain aspect ratio */
}
.box p {
  width: 25%; /* Make sure the image fills the container width */
  height: auto; /* Maintain aspect ratio */  
  padding-left: 30px;
  padding-right: 30px;
}
#recommendations{
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, #007BFF, #00BFFF);
  text-align: center;
  padding: 50px;
  border-radius: 7px;
  margin-top: 10px;
  box-shadow: 0 0 3px lightblue;
}
#recommendations h1{
  font-family: lobstar;
  color: whitesmoke;
  font-weight: 100;
}
#recommendations button{
  margin-top: 5%;
  padding: 10px 20px;
  border-radius: 3px;
  border: transparent;
  background: linear-gradient(90deg,#00BFFF, #007BFF );
  color: gold;
}
#more-data-analytics-notes{
  display: flex;
  justify-content: center;
}

#worstBaseBest{
  display: flex;
  font-size: 14px;
}
.worstBaseBest{
  display: none;
margin-left: 5%;
}
#worstBaseBest-button{
 padding:20px 0;
}
#worstBaseBest-button button{
  margin-right: 1.5%;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: transparent;
  border: transparent;
  box-shadow: 0 0 1px;
  transition: font-size 0.3s ease;
  width: 110px; /* Fixed width */
  
}
#worstBaseBest-button button:hover{
  font-weight: 600;
  background-color: #f4f4f4;
  
}
#scenario-table{font-size: 14px;}
#solution-h2{
  margin-bottom: -60px;
  color: blue;
  text-decoration: underline;
}
#button1{
  background: linear-gradient(90deg,#FF5733, #6A0572);
 
}
#button1 a{
  color: white;
}
#button2{
  background: linear-gradient(90deg,#FF5733, #6A0572);
 
}
#button2 a{
  color: white;
}
#button3{
  background: linear-gradient(90deg,#FF5733, #6A0572);
 
}
#button3 a{
  color: white;
}
.dataVizualization-wrapper{
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  box-shadow: 0 0 5px #f4f4f4;
  border-radius: 7px;
}
.dataVizualization{
 
  padding: 10px 50px;
}
#npv-irr-wrapper{
  display: flex;
   background-color: black;
   color: white;
   border-radius: 7px;
   font-family: 'Times New Roman', Times, serif;
}
#npv-wrapper{
  margin:  45px 20px;
  font-size: 28px;
  font-weight: 700;
}
#equal-wrapper{
  margin: 55px 0px;
  padding: 0 10px;
}
#sum-icon{
  margin-top: 40px;
   font-size: 36px;
   padding: 0 10px;
   font-weight: 100;
}
#formula-body{
  margin-top: 45px;
}
#initial-investment{
  margin-top: 55px;
  padding: 0 10px;
}
#npv-icon{
  margin-left: 20%;
   
}
#irr-npv-img{
  width: 100%;
  display: flex;
  justify-content: center;
}
#irr-npv-img img{
  width: 90%;
  height: 300px;
}
#showmore_1{
  padding: 5px 20px;
  background: linear-gradient(135deg,#007BFF,#00BFFF);
  border-radius: 5px;
  margin-right: -5px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  float: left;
}
#showmore_2{
  
  color: blue;
  cursor: pointer;
}
#showmore_2:hover{
  text-decoration: underline;
}

.graph-chart-content{
  margin-bottom: 20px;
  border: 2px solid #f4f4f4;
  padding: 10px 0;
  margin-top: -8px;
}
#morecontent_1{
  display: none;
  padding-top: 20px;
}
#morecontent_2{
  display: none;
  
}
.graph-chart{
  text-align: center; 
  display: inline-block; 
  padding: 0; margin: 0; 
  border: 0;
  max-width: 100%;

  
}
.graph-chart img{
  max-width: 100%;
  height: auto;
  border: 2px solid #f4f4f4;
  
    
}
.maAUdit{
  display: flex;
}
.sub-maAudit-img{
  width: 20%;
  display: flex;
  justify-content: center;
}
.sub-maAudit-p{
  width: 80%;
}
.Audit-Intro{
 max-width: 100%;
 height: auto;
  
}
.Audit-Intro img{
  width: 90%;
  height: 300px;
}

.other-areas-heading {
  position: relative;
  text-align: center; 
}

.other-areas-heading::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4); 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; 
 
}

.other-areas-heading h2 {
  color: white; 
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: 700;
}

.other-areas-heading img {
  z-index: 2; 
  width: 100%;
  height: 150px;
}


.types-of-variances-styling{
  font-family: Italic;
  font-size: 20px;
}
#try_it{
  padding: 5px 10px ;
  background: linear-gradient(90deg,#d1d1d1,#f4f4f4);
  color: #007BFF;
  cursor: pointer;
}
#income_tax{
  display: none;
 
}
#income_tax_wrapper{
  border-left: 5px solid gold;
  padding-left: 20px;
}
#Syllabus_list a{
  color: navy;
}
#Syllabus_list a:hover{
  color: blue;
  text-decoration: underline;
}
.bda-solutions{
  padding:10px 2px;
  margin-bottom: 10px;
}
#bda_solution_explanation{
  display: none;
  padding: 30px;
  background: linear-gradient(navy,rgb(0,0,255,0.6),blue);
  color: white;
  margin-top: 10px;
}
#dotted{
  color: lightgray;
  font-size: 60px;
}
#Explanation{
  cursor: pointer;
  background: linear-gradient(#d1d1d1,#f4f4f4,#F5F5F5);
  padding: 5px 30px;
  font-weight: 600;
}
.spacer_right{
  margin-left: 50px;
}
#pdf{
  width: 100%;
  height: 100vh;
}
#pdf iframe{
  width: 100%;
  height: 100%;
}
.Bda_Solutions{
  background: linear-gradient(#d1d1d1,#f4f4f4,#F5F5F5) ;
  color: navy;
  padding: 5px 20px;
  border-radius: 3px;
  margin-top: 5px; 
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.Bda_Solutions:hover{
  background: linear-gradient(#0074D9,#00BFFF,#007BFF) ;
  color: white;
 
}
#Bda_Solutions_arrow_up{
  display: none;
  transition: transform 0.3s ease;
}
#Explanation_solution{
  background: linear-gradient(navy,rgb(0,0,255,0.6),blue);
  color: white;
  display: none;
  margin-top: 5px;
}
.kasneb_ad{
  border: 1px solid lightgray; 
  padding: 20px;
  margin: 20px 0;
}
#kasneb_ad{
  margin: 0 50px;
}
.start_your_journey_with_kasneb{
  background: lightblue;
  padding: 10px 0;
}
.start_your_journey_with_kasneb a{
  color: navy;
  padding: 10px;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.start_your_journey_with_kasneb a:hover{
  color: chocolate;
  
}
#kasneb_ad_mid_wrapper{
  display: flex;
}
#kasneb_ad_mid_wrapper_div{
  margin-right: 25px;
 }
 
#kasneb_ad_mid_wrapper_div h3{
  background: linear-gradient(#FF5733, #6A0572);
  border-radius: 5px;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}
#kasneb_ad_mid_wrapper_p{     
  padding:0px 20px;
}
#Bda_Solutions_Main_Wrapper{
  margin: 50px;
}
#kasneb_ad_p{
  background: brown;
  padding: 10px;
  border-radius: 15px;
  color: white;
 }
 .exam_release{
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: relative;
  
 }
 .exam_release::before{
  content: "";
  background-color: rgba(0, 0, 0, 0.4); 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; 
 }
 .exam_release img{
  width: 100%;
  height: 300px;
  z-index: 2;
 }
 #exam_release_p{
  top: 80%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  color: white;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
 }
 #exam_release_p span{
 margin-left: auto;
 margin-right: auto;
 }
 #exam_release_p h3{
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: left;
 }
 #exam_release_p p{
  text-align: left;
 }
 #jpg{
  width: 100%;
  height: 400px;
  display: none;
 }
 #jpg img{
  width: 80%;
 }
@media all and (min-width:1100px){
.nav-unit-download-max1099{
display: none;
}

.nav-unit-header{
 display: none;

}
}


@media all and (max-width:1099px) {
  
  .senm-head{
    justify-content: space-between;
   
  }
 
  .nav-Unit-Header-Download{
    background-color: #333;
    color: #f4f4f4;
    padding: 10px 0;   
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-top: 10px;
  }
  .nav-unit-header{  
    width: 50px;  
    height: 100%;
    display: flex;
    line-height: 50px;
  }
  
  .nav-unit-download {
   display: none;
  }

  
  
  #mainNavigationBtn{
    margin: 0 0 20px 0;
   
     
 }
 #NavigationBtn{
    
     display: flex;
     justify-content: space-between;
     
 }
 #NavigationBtn a{
    background: goldenrod;
    
     padding: 5px 10px;
     border-radius: 5px;
     color: white;
     font-size: 18px;
     font-weight: 600;
 } 
 
  #dba-subcolr{
 padding: 50px 0 0 0;
 margin: 0;
      width: 100%;
      height: 100vh;
      position: fixed;
      left: -100%;
      top: 0px;
      background: goldenrod;
      z-index: 2;
      transition: 0.33s;
      overflow-y: scroll;
  }
  .closeBtn {   
   font-size: 22px; 
    cursor: pointer;   
    font-weight: 700;
    color: white;
    
  }
  #dba-subcolr.open {
    left: 0;
  }
  .menuIcon {
    display: inline-block;
    font-size:32px;
    cursor: pointer;
    font-weight: 700;
    color: white;
  }

  .menuIcon.active {
    display: none;
  }
  .closeBtn.active {
    display: none;
   
  }

  #dba-subCol{
    width: 100%;    
    padding: 0 20px 20px 20px;
  }
  .business-dataAnalytics-section{
    margin :0px;
  }
  .business-dataAnalytics-section-ol li::marker{
   
    font-size: 17px;
  }
  .dba-header-section{
    display: none;
  }
  #business-dataAnalytics-heading{  
    font-size: 22px;
   
  }
  #business-dataAnalytics-subheading{
  
    font-size: 19px;
   
  }
  #subbusiness-dataAnalytics-subheading{
    
    font-size: 18px;  
  }

  .button{
    
    padding:0px;
  
  }
  #dba-Id2{
    padding: 0px;   }
  
    #Introduction-to-Excel-ul li a{
      padding: 0 ;    
      
    }
    #Introduction-to-Excel-ul-disabled li{
      padding: 0;
    }
    .format-funtions-examples{
      margin-left: -20px;
    }
    #video-container {     
      
        overflow-x: scroll;
        scrollbar-width: thin;
        width: 100%;
        
    }
    #cropped-video{
      width: 100%;
      height: 100%;
    }
    #cropped-video-1{
      width: 100%;
      height: 100%;
    }
    
    .scroll-Bda {
     
      overflow-x: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
      margin: 2px;
      padding:0 10px 20px 0;
      border-radius: 13px;
     width: 100%;
  }
  #xxxtable{
    padding: 0;
    background-color: transparent;
  }
  #excel-header-img {
    flex-direction: column; /* Stack images vertically on smaller screens */
    align-items: center; /* Center-align images on smaller screens */
   width: 100%;
   height: none;
}

#excel-header-img img {
    max-width: 100%; 
    max-height:100%; 
}
#L-image, #R-image {
  display: none; 
 
}
#other-releted-context{
  padding: 10px;
}
.key-takeaways{
  padding: 20px;
}

.trend-analysis-images-wrapper{
  padding: 0px;
  background-color: #fff;
}

.trend-analysis-images{
  padding: 0px;
}
#morecontent{
display: none; 
}
#morecontent p{
margin: 10px;
}
#morecontent ol{
margin: 10px;
}
#morecontent table{
  margin: 0px;
  display: flex;
  justify-content: center;
}
#morecontent-Table{
  font-size: 14px;
}
#style-table-example{
  font-size: 12px;
  }
#style-table-div{
   font-size: 12px;
  }
.style-table-div-b{
    margin-left: 10px;
     }
     #other-releted-context-main{ 
      padding:10px;
    }
 
    .core-application-img-box-wrapper {
      width: 100%;          
      padding-top: 20px;
      padding-bottom: 20px;
    }
    
    #core-application-img-box {
      width: 100%;
      height: 100%;
    }
    .box{
      height: 300px; 
      width: 100%;
    }
    
    .box div{     
      text-align: center;
      padding: 10px;
      width: 100%;
      font-size: 14px;
      background-color: white;
    }
    
    .box img {
      width: 100%; 
      height: 200px;
    }
    .box p {
      display: none;
    }
    #recommendations{
      width: 100%; 
      
      padding: 10px;
      border-radius: 7px;
      margin-top: 10px;
      box-shadow: 0 0 3px lightblue;
    }
    
    #recommendations button{
      margin-top: 10px;
      padding: 5px ;
      border-radius: 3px;
    }
    
    #worstBaseBest-button button{
    margin-right: 5px;
    width: 85px;
    padding: 5px;
    }
   
    #npv-irr-wrapper{
      display: flex;
       background-color: black;
       color: white;
       border-radius: 7px;
       padding: 20px 0;
    }
    #npv-wrapper{
      margin:  5px;
      margin-top: 15px;
      font-size: 18px;
      font-weight: 700;
    }
    #equal-wrapper{
      margin: 5px ;
      margin-top: 15px;
      padding: 0;
    }
    #sum-icon{
      margin-top: 10px;
       font-size: 26px;
       padding: 0;
       font-weight: 100;
    }
    #formula-body{
      margin-top: 5px;
    }
    #initial-investment{
      margin-top: 15px;
      padding: 0 10px;
    }
    #npv-icon{
      display: none;
      
    }
    #irr-npv-img img{
      width: 100%;
      height: auto;
    }
    .graph-chart img{
      max-width: 120%;
      height: auto;
     margin-left: -50px;     
        
    }
    .graph-chart-content{
     width: 120%;
      padding: 5px 0;
      margin-top: -8px;
      margin-left: -50px;  
    }
    .maAUdit{
      flex-direction: column;
    }
    .sub-maAudit-img{
      width: 100%;
    }
    .sub-maAudit-p{
      width: 100%;
    }
    .Audit-Intro{
      width: 100%;
    }
    .Audit-Intro{
      width: 100%;
    }
    .Audit-Intro img{
      width: 100%;
      margin-bottom: 20px;
    }
    .Audit-Intro-p{
      width: 100%;
    }
    .other-areas-heading h2{
      font-size: 20px;
      top: 50%;
      left: 50%;
  transform: translate(-50%, -50%);
    }
    #other-areas-heading-h2-background{
      display: none;
      
    }
    #menu-bar {
      top: 50px;
      right: 0px; 
    
    }
    .bda-solutions img{
      width: 100%;
    }
    #bda_solution_explanation{
      padding: 10px;
      
    }
    .spacer_right{
      margin-left: 0px;
    }
    #kasneb_ad_mid_wrapper{
      display: flex;
      flex-direction: column;
    }
    #Bda_Solutions_Main_Wrapper{
      margin: 50px 0;
    }
    #kasneb_ad_mid_wrapper img{
      width: 100%;
    }
    #kasneb_ad_mid_wrapper_div{
     margin-right: 0;
     padding: 0;
    }
    #kasneb_ad_mid_wrapper_div h3{     
      padding: 10px 5px;
      font-size: 17px;
      margin-bottom: 20px;
    }
    #kasneb_ad_mid_wrapper_p{     
      padding: 10px 5px;
    }
    #kasneb_ad_p{
     border-radius: 0px;
     font-size: 16px;
     width: 100%;
     display: block;
    }
    #kasneb_ad h3{
     width: 100%;
    }
    .kasneb_ad{
      padding: 5px;
    }
    #kasneb_ad{
      margin: 0 ;
    }
    .exam_release img{
      width: 100%;
      height: 200px;
      z-index: 2;
     }
     #exam_release_p{
      top: 70%;
      left: 50%;
      position: absolute;
      transform: translate(-50%,-50%);
      color: white;
      z-index: 2;
      width: 100%;
      display: flex;
      align-items: center;
     }
     #exam_release_p span{
     margin-left: auto;
     margin-right: auto;
     }
     #exam_release_p h3{
      font-size: 18px;
      margin-bottom: 10px;
      text-align: center;
     }
     #exam_release_p p{
      text-align: center;
     }
     #jpg{
      display: block;
     }
     #jpg img{
      width: 100%;
      
     }
     #pdf{
      display: none;
     }
}