@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
  --primary-color:#ea4130;
  --secondary-color:#162466;
}

body{
	font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Roboto", sans-serif;
}
.font_30{
  font-size: 30px;
}
.font_18{
  font-size: 18px;
}
.color_primary{
	color: var(--primary-color);
}
.color_black{
  color: #000 !important;
}
.color_secondary{
	color: var(--secondary-color);
}
.text-light{
	color: gray !important;
}
.bg_primary{
  background-color: var(--secondary-color) !important;
}
.text_lightgray{
  color: #c8c8ca;
}
.text-dark {
    color: #79797a !important;
}
.bg_lightgray{
  background-color: #c8c8ca !important;
}
.border_2{
  border: 2px solid lightgray;
}
.fw_600{
  font-weight: 600;
}
p, li, a{
	color: var(--secondary-color);
}
.wrapper{
	max-width: 1200px;
	margin: auto;
}
.banner_section{
	background-image: url("https://www.dynamologic.com/wp-content/uploads/2025/05/coverSEO-scaled.jpg");
	min-height: 1700px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_heading{
	color: #162466; 
	font-size: 80px;
	max-width: 600px;

	padding-top: 300px;
}
.sub_heading{
	font-size: 60px;
	color: #6e707c;
  text-transform: uppercase;
}
.heading{
		padding-left: 7%;
}
.heading h3 span{
	font-size: 100px;
      padding-left: 10px;
}
.heading h3{
	font-size: 50px;
}
.project_logo{
	width: 350px;
}
.site_logo{
  max-width: 170px;
  max-height: 45px;
}
.main_site_logo{
  max-width: 170px;
  max-height: 70px;
}
.site_main_title a, .site_main_title{
  text-decoration: none;
}
.site_main_title a:hover{
  color: var(--primary-color);
}
    .toc {
      width: 100%;
      background-color: #fff;
         padding: 80px 50px;
    }
    .toc ul {
      list-style-type: none;
      padding: 0;
    }
    .toc li {
      margin:0px;
    }
    .toc a {
      text-decoration: none;
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
    .toc a:hover {
      text-decoration: none;
      color: var(--primary-color);
    }

    .content {
      padding: 40px;
      border: 2px solid lightgray;
    }
    .page-number {
      background-color: var(--primary-color);
      color: white;
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .toc_section{
    	background-color: #e4e8f1;
    	padding: 40px;
    }
    .large_font{
    	font-size: 40px;
    }
    .main_ul ul{
    	padding-left: 20px;
    }
    .yellow_section{
    	background-color: #fbf9e7;
    	padding: 30px;
    }
    .yellow_section p, .lightblue_section p{
    	color: #212529;
    	line-height: 30px;
      font-size: 1rem;
    }
    .icon_heading img{
    	height: 50px;
    	margin-right: 10px;
    }
    .red_text{
    	background-color: var(--primary-color);
    	padding: 10px;
    	color: #fff;
    }
.lightblue_section{
	background-color: #eaf5fa;
	padding: 30px;
	border: 2px solid lightgray;
}
.graph_box{
  background-color: #eaf5fa;
  border: 2px solid lightgray;
}
.progress-bar{
  background-color: green;
}
.progress{
  border-radius: 20px;
  height: 12px;
  background-color: #d8d8d8;
}

.square_box{
  height: 20px;
  width: 20px;
  background-color: #0e5f89;
}
.square_box_info{
  background-color: #6eb3e3;
}
.keywords_table thead th{
  color: #116c9c;
}
.graph_img{
  max-height: 30px;
}
.table td{
  vertical-align: middle;
  font-size: 12px;
  padding: 15px 10px;
  word-break: break-word;
}
.table td p{
  margin-bottom: 0px;
}
.yellow_section .text-dark{
  color: #000 !important;
}
.comparison_table td, .comparison_table th{
  font-size: 16px;
}
.comparison_table th{
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 20px;
  padding: 20px;
}
.comparison_table tbody td{
  background-color: #f1f1f1;
}
.comparison_table tbody tr td:nth-child(1), .comparison_table tbody tr:first-child td:nth-child(2){
  background-color: var(--secondary-color);
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.comparison_table tbody tr td{
  text-align: center;
}
.comparison_table tbody tr td:nth-child(1){
  border-right: 1px solid #fff;
}
.vertical_text{
    text-orientation: mixed !important;
    writing-mode: sideways-lr;
    text-align: center !important;
    font-weight: bold;
    width: 90px;
}
.keyword_number{
  font-weight: bold;
  font-size: 18px;
}
.comparison_table tbody tr td p{
  font-size: 14px;
  color: gray;
}
.vertical_text span{
      background: #fff;
    display: block;
    height: 160px;
    color: var(--secondary-color);
    margin: auto;
    font-size: 14px;
    border-radius: 5px;
}
.blue_heading_table thead{
  background-color: var(--secondary-color);
  color: #fff;

}
.blue_heading_table thead th{
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.table td{
  box-shadow: 0px 0px 0px transparent;
  font-size: 12px;
}
.table tr td:nth-child(3){
  font-size: 12px;
}
.table-striped tbody tr:nth-child(odd) td{
background-color: #f4f6fa !important;

}
.table-striped tbody tr:nth-child(even) td{
background-color: #e4e8f1 !important;
}
.table a{
  color: var(--secondary-color);
  text-decoration: none;
}
.table a:hover{
  color: var(--primary-color);
}
.listing li{
  list-style: none;
}
.yellow_section li{
  color: #212529;
}
.remedials_table thead th:nth-child(8){
  width: 200px;
}
.remedials_table tbody tr td:nth-child(8){
  font-size: 10px;
}
.yellow_section a, .lightblue_section a{
  color: #467ceb;
}
.lightblue_section li, .yellow_section li{
  list-style: none;
  color: #212529;
}
tfoot td{
  font-weight: bold;
}
.zoom_table td, .zoom_table th{
  font-size: 16px !important;
  padding: 20px !important;
}
.dotted_li{
  padding-left: 30px;
}
.dotted_li li{
  position: relative;
  margin: 10px 0px;
  line-height: 30px;
}
.dotted_li li::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-color: gray;
  border-radius: 100%;
  left: -30px;
  top: 7px;
}
.red_heading_table thead{
  background-color: var(--primary-color);
  color: #fff;
}
/* .red_heading_table th:first-child,
.red_heading_table td:first-child {
  width: 60%;   
}

.red_heading_table th:last-child,
.red_heading_table td:last-child {
  width: 40%;   
} */

/* .red_heading_table {
  width: 100%;
}

.red_heading_table td,
.red_heading_table th {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.red_heading_table a {
  white-space: nowrap;
} */

.red_heading_table {
  width: 100%;
  table-layout: fixed;
}

.red_heading_table th,
.red_heading_table td {
  word-wrap: break-word;
}


.chart_accordian .accordion-button::after{
display: none;
}
.chart_accordian .accordion-button{
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.chart_accordian .accordion-button span{
  color: lightblue;
}
.chart_accordian .accordion-item{
  border-radius: 0px;
  border: 0px;
}
.chart_accordian  .accordion-collapse{
  background-color: #f4f6fa  ;
}
.gray_box{
  background-color: #f4f6fa;
}
.light_ul li{
  color: gray;
}
.dark_ul li{
  color: #000;
}
.gray_box:nth-child(2){
  min-height: 450px
}
.content h3{
  text-transform: capitalize;
}
.graph_box .bg-white:has(> .progress){
  margin-top: -15px;
}
.main_ul>li:first-child span::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 30px;
    background-color: #ea4130;
    top: -40px;
}
.main_ul ul.last_ul>li:last-child span::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 30px;
    background-color: #ea4130;
    bottom: -40px;
}
.main_ul>li:first-child span, .main_ul ul.last_ul>li:last-child span{
  position: relative;
}
.dl_logo{
  padding-top: 70px;
  padding-right: 30px;
  text-align: right;
}
.dl_logo img{
  width: 350px;
}
.dp_text{
  background-color: #23387e;
}
.blue_box{
  background-color: #1b8ac6;
}
.purple_box{
  background-color: #5e449b;
}
.border-right{
  border-right: 2px solid lightgray;
}
.text-m-gray{
  color: #9f9e9e;
}
.border_top_0{
  border-top: 0px;
}
.border_bottom_0{
  border-bottom: 0px;
}
.stats_row h1{
  font-size: 32px;
}