body{

	/* background: #FFFFFF url("../images/trt-bkg.png"); */
	margin: 0 auto;
	font-family: Jost;
	font-size: 	14px;
	color: #305954;
}
/*========Navigation menu start===========*/

/* Navbar */
.nav-links,
.nav-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #224f47;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}

/* Hamburger toggle (for mobile if needed) */
.menu-toggle {
  display: none;
  background: none;
  font-size: 24px;
  color: white;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

/* Links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-links li {
  position: relative;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  padding: 8px 12px;
  display: block;
  transition: background 0.3s ease;
  text-transform: uppercase;
}

.nav-links a:hover {
  background-color: #1a3f38;
  border-radius: 5px;
}

/* Dropdown (first level: Courses) */
.dropdown > .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #224f47;
  top: 100%;
  left: 0;
  min-width: 265px;
  z-index: 1000;
  margin: 0;
  padding: 0;
}

.dropdown > .dropdown-menu.show {
  display: block;
}

.dropdown-toggle::after {
  content: "\25BC"; /* ▼ arrow */
  font-size: 14px;
  margin-left: 5px;
}

/* Submenu (second level: Python → Beginner, etc.) */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 220px;
  background-color: #224f47;
}

.dropdown-submenu > .submenu.show {
  display: block;
}

/* Arrow for submenu items */
.dropdown-submenu > a::after {
  content: "\25B6"; /* ▶ */
  float: right;
  margin-left: 5px;
  font-size: 12px;
}

/* Show dropdowns on hover */
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > .submenu {
  display: block;
}

/* Submenu link styling */
.dropdown-menu li a {
  padding: 10px;
  text-align: left;
}

 /*=======Navigation menu end=========*/  

@font-face{

	font-family: GOTHIC;
	src:url("../fonts/GOTHIC.TTF");
}

@font-face{

	font-family: Jost;
	src:url("../fonts/Jost-VariableFont_wght.ttf");
}

#course_registration{
	display: none;
	position: fixed;
	background-color: #16d2c9;
	max-width: 40%;
	min-height: 300px;
	z-index: 100;
	left: 23%;
    top: 10px;
	text-align: left;
	padding: 10px;
	border: 3px solid #305954;
}

#course_registration_close {
	float: right;
    position: relative;
    margin: -42px 0 0 0;
	padding: 5px 10px;
	background-color: #16d2c9;
	border: 1px solid #305954;
	cursor: pointer;
}

#course_registration * {margin-bottom: 4px;}
/*modified for fitting*/

#courseFee{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	position: absolute;          
	/* bottom: 105px;                 */
	/*right: 100px;  */
	right: 0px;
    top: 70%;
    transform: translate(-50%, -50%);
}
#totalFee {
  margin-top: 10px;
}

#container_header{
	/*background: #FFFFFF url("../images/techresqteam-banner1.jpg") no-repeat;*/
/*	background-image: linear-gradient(360deg, #ffffff, #FFFDE7,#bbd7e5);*/
	/* min-height: 200px; */
	border-bottom: 3px solid #305954;
    border-top: 3px solid #305954;
	text-align: center;
	background-size: cover;
}

#container_header #container_logo {

	display: inline;

}

#container_page_intro{
	/* 	min-height: 175px; */
	border-bottom:5px solid #7c7c7c;
	text-align: center;
}

#container_page_intro > div{
	margin: 0;
}

#container_page_intro h1{
	
    font-family: GOTHIC;
    color: #e0e3e3;
    font-size: 40px;
    /* letter-spacing: 2px; */
    display: block;
    margin-top: 1px;
    font-weight: 600;
    background: #73807f;
    padding: 10px 10px;
    margin-bottom: 1px;
}

#container_page_intro h2{
	font-family: Jost;
	width: 90%;
	font-size: 200%;
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 0;
	color:#16d2c9;
}
.content_intro{
	padding: 0px 30px;
}
h3.innerpage {
	font-size: 200%;
	color: rebeccapurple;
	margin: 15px 0 0 0;
}
#container_page_intro > h3{
	font-family: Jost;
	color:#7b7a79;
	font-size: 22px;
	padding: 5px 15px 0px 15px;
	display: inline-block;
	margin: 5px 0px 20px 0px;
	font-weight: 500;
	width: 90%;
	text-align: justify;
}

#container_header #logo{
	margin: 10px 0 10px 0;
	width: 400px;
}

#container1{
	min-height: 175px;
	border-bottom:5px solid #c7ac20;
	text-align: center;
}

#container_page_intro img {
	width: 93%;
    margin-bottom: 0;
    margin-top: 20px;
}

#container1 img.main_image{
	width: 400px;
	float: left;
	border: 10px solid rgba(0, 0, 0, 0.1);
	margin: 0px 10px 10px 0px;
}

#container1 img.iso_image{
	width: 400px;
	margin: 0px 0px 10px 0px;
}

#container1 div{
	width: 100%;
	margin: 0 auto;
}

#container1 p{
/*	float: left;*/
	font-family: Arial;
	text-align: justify;
}

#container_buttons{
	height: 71px;
	background: url("../images/scopeindia-blue-bkg.jpg") repeat-x;
}



.our_experts{
	display: grid;
  	gap: 3px;
  	background-color: #3db4ae;
  	padding: 10px 5px 10px 5px;
  	grid-template-columns: auto auto auto;
}

.our_experts .fee, .fee{
	color:#D81B60;
	font-size: 20px;
}

#green_circle{
	border-radius: 50px;
	border: 2px solid lightgreen;
	width: 16px;
	height: 16px;
	background-color: green;
	display: inline-block;
	margin: 5px 5px -5px 5px;
}

.our_experts > div{
	background-color: #dbdbdb;
 	/*color: #305954;*/
 	color: black;
 	text-align: left;
 	padding: 20px;
 	font-size: 14px;
 	margin: 10px 5px;
 	font-weight: normal;
	border: 2px solid white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 460px; 
	box-sizing: border-box;
}
.our_experts > div p{
	font-size: 120%;
	margin-bottom: 15px;
	flex-grow: 1;
}
.our_experts > div h3{
	font-size: 177%;
	margin: 0;
}
.button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
  }
.our_experts > div a, .link{
	text-decoration: none;
    border: 2px solid;
    color: #fff;
    padding: 5px 10px;
    background: #305954;
	display: inline-block;
	font-size: 120%;
	cursor: pointer;
}

.link_general{
	text-decoration: none;
    border: 2px solid transparent;
    color: black;
    padding: 0px 10px;
    background: #9fcbc6;
	display: inline-block;
	font-size: 100%;
	cursor: pointer;
	font-weight: bold;
	margin: 10px 2px;
}

.link_general:hover{
	background: #dbfa7c;
}

.our_experts > div a:hover, .link:hover{
	background: #32afa9;
}

.our_experts > div span, .special_info{
	display: block;
	margin-bottom: 10px;
	font-size: 120%;
}
.our_syllabus{
	/* background-color: grey; */
	text-align: left;
	font-size: 120%;
	padding: 0; 
	color: black;
	list-style-type: 1;
}
.our_syllabus ul{
	list-style-type: none;
}
.our_syllabus > ul{
	margin:0px;
	margin-left: -40px;
}

.our_syllabus ul li{
	/* background-color: #DDD; */
	margin: 5px;
	padding: 10px;
	border-bottom: 1px solid #32afa9;
}

.our_syllabus > ul > li > ul li{
	/* background-color: #0b8aad; */
	margin: 5px;
	padding: 10px;
	border-bottom: 1px solid #32afa9;
	/* background: url(); */
}

.our_syllabus > ul > li > ul > li > ul > li{
	/* background-color: #590bad; */
	margin: 5px;
	padding: 10px;
}
	
h6.heading{
	font-size: 200%;
	display: inline-block;
	margin: 20px 0 20px 0;
	padding: 0;
	color:#16d2c9;
}

#call_now {
	font-family: GOTHIC;
    font-size: 35px;
    margin-top: 0px;
    font-weight: 600;
    background: #416662;
    padding: 10px 0px;
    margin-bottom: 0px;
    position: sticky;
    /* text-shadow: gold 0px 0px 7px; */
}
#call_now a{
	text-decoration: none;
	color: rgb(22 206 195);
}

#call_now a:hover{
	text-decoration: none;
	color: white;
	font-size: 36px;
}


/* Certificates secion */
#certificate_section .section_title {
    text-align: center;
    font-size: 200%;
    margin: 20px 0 0 0;
    padding: 0;
    color: #16d2c9;
}

#certificate_section #container {
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
    gap: 20px;
    margin: 20px;
}

#certificate_section #container div {
    /* border: 1px solid #ccc; */
    padding: 10px;
    text-align: center;
}

#certificate_section #container img {
    width: 50%;
    height: auto;
    object-fit: contain;
}



/* ================================ */

#enquiry_form{
	display: grid;
	grid-template-columns: 50% 50%;
	padding: 20px;
	align-items: center;
}

#container_page_intro h4 {
	font-size: 200%;
	margin: 15px 0;
}

input[type="text"], input[type="tel"], input[type="email"], textarea{
	width: 90%;
    border: 3px solid #3db4ae;
    font-size: 20px;
    padding: 5px;
}
.block_element{
	display: block;
}
input[type="checkbox"],input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: lightgreen;
	margin-top: 4px;
    vertical-align: middle;
    margin-bottom: 7px;
}

#enquiry_form #enquiry_form_submit_button, #course_reg button{
	font-family: 'Jost';
    width: 93%;
    font-size: 26px;
    color: #305954;
    cursor: pointer;
    padding: 6px 0 6px 0;
    font-weight: 600;
    margin-top: 10px;
}
#enquiry_form label{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}

#enquiry_form .requirements{
	display: grid;
	grid-template-columns: auto auto;
}

#enquiry_form input[type="checkbox"]{
	width: 20px;
	height: 20px;
	accent-color:#39b2ab;
}

#enquiry_form input{
	margin-bottom: 15px;
}

#enquiry_form > div label{

	display: block;
	color: #305954;
}

#write_us {
    font-family: Jost;
    color: white;
    font-size: 35px;
    margin-top: 0px;
    font-weight: 600;
    padding: 10px 5px;
    margin-bottom: 0px;
    text-align: center;
	background-color: #305954;
}

.error{
	color:red;
	font-size:18px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}
#enquiry_response_message{
	color:#2f9435;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
}

#register_response_message{
	color:#2f9435;
	font-size: 19px;
	font-weight: 700;
	display: inline-block;
}

/*== Register success page ==*/
.container {
	padding: 60px 20px;
  }

  .circle-icon {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: radial-gradient(circle at top left, #a4f78c, #0aba00);
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3), inset 0 4px 8px rgba(255,255,255,0.3);
	position: relative;
	animation: pop 0.4s ease-out;
  }

  .circle-icon::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border-radius: 50%;
	background: linear-gradient(to bottom, rgba(255,255,255,0.6), transparent);
	/*z-index: 1;*/
  }

  .checkmark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg) scale(0);
	width: 30px;
	height: 60px;
	border-right: 8px solid white;
	border-bottom: 8px solid white;
	/*z-index: 2;*/
	animation: check 0.5s ease-out 0.4s forwards;
  }

  @keyframes pop {
	0% { transform: scale(0.6); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
  }

  @keyframes check {
	to { transform: translate(-50%, -50%) rotate(45deg) scale(1); }
  }

  .message {
	font-size: 28px;
	color: #12274c;
	margin-top: 30px;
	font-weight: bold;
	text-align: center;
  }

  .sub-message {
	font-size: 22px;
	color: #2c2c2c;
	margin-top: 10px;
	text-align: center;
  }
  .qr-block img{
	display: block;
	margin: auto;
  }
  
  #courseCheckboxContainer{
      position:relative;
  }
  
#container_footer {
  background: #224f47; /* professional dark shade */
  color: #ecf0f1;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 400;
}

#container_footer .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* responsive on mobile */
  gap: 12px;
}

#container_footer a {
  color: #ecf0f1;
  text-decoration: none;
  transition: color 0.3s ease;
}

#container_footer a:hover {
  color: #1abc9c; /* accent color */
}

#container_footer .divider {
  opacity: 0.6;
  margin: 0 8px;
}

#container_footer i {
  margin-right: 6px;
  color: #1abc9c; /* icon highlight */
}


/* ---------------------------------------------------------------------- */
@media only screen and  (min-width: 769px) {
    .navbar {
        justify-content: center;
    }
    /* .our_experts > div p{
    	height:220px;
    } */
}
@media only screen and (max-width: 878px){

	#container_page_intro > h3{
		width: 90%;
	}
	.our_experts{
  		grid-template-columns: auto auto;
	}
	#enquiry_form{
		grid-template-columns: auto;
	}
}
@media only screen and (max-width: 768px) {
	.nav-links {
		display: none;
		flex-direction: column;
		background-color: #224f47;
		width: 100%;
		position: absolute;
		top: 60px;
		right: 0;
	  }
	
	  .nav-links.show {
		display: flex;
	  }
	
	  .menu-toggle {
		display: block;
		font-size: 24px;
		background: none;
		border: none;
		cursor: pointer;
		padding: 8px 12px;
	  }
	  
	  .menu-toggle::before {
		content: "\2630"; 
	  }
	  .nav-links li{
		text-align: left;
	  }
	  
}

@media only screen and (max-width: 700px){

	#container_page_intro > h3{
		width: 90%;
	}

	#course_registration{
		max-width: 90%;
		left: 10px;
	}
}

@media only screen and (max-width: 575px){

	#container_header{
		min-height: 100px;
	}

	#container_header #logo{
        width: 74%;
        margin-top: 25px;
        /* margin-left: -61px; */
    }

	#container_page_intro > h3{
		width: 90%;
		font-size: 18px;
	}
	#container_page_intro > h2{
		font-size: 18px;
	}

	.our_experts{
  		grid-template-columns: auto;
	}

	#enquiry_form .requirements{
		grid-template-columns: auto;
	}
}

@media only screen and (max-width: 500px){

	#container_header{
		min-height: 100px;
	}

	#container_header #logo{
        width: 74%;
        margin-top: 25px;
        /* margin-left: -61px; */
    }
	#container_page_intro h1{
		font-size: 32px;
	}
}

@media only screen and (max-width: 470px){

	#container_page_intro > h3{
		width: 90%;
		font-size: 15.5px;
	}
	#container_page_intro h2{
		font-size: 20px;
	}
}

@media only screen and (max-width: 430px){

	#container_header{
		min-height: 100px;
	}

	#container_header #logo{
        width: 74%;
        margin-top: 25px;
        /* margin-left: -68px; */
    }
 
	#container_page_intro h1{
		font-size: 30px;
	}

	#container_page_intro > h3{
		width: 90%;
		font-size: 18px;
	}
	#container_page_intro h2{
		font-size: 18px;
	}
}

@media only screen and (max-width: 390px){

	#container_header{
		min-height: 100px;
	}

	#container_header #logo {
        width: 74%;
        margin-top: 25px;
        /* margin-left: -78px; */
    }
	#container_page_intro h1{
		font-size: 25px;
	}

	#container_page_intro > h3{
		width: 90%;
		font-size: 12.5px;
	}
}

@media only screen and (max-width: 500px){
    .dropdown-submenu > .submenu {
      min-width: unset;
    }
}
