@import url('../../css2');
html {
	scroll-behavior: smooth
	}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}

body {
  font-family: "Poppins", sans-serif;
	font-display:swap;
	font-size: 16px;
	color: black;
	line-height: 1.7em;
	font-weight: 400;
	background: #fff !important;
}

body, html{
overflow-x:hidden!important;
}

a {
	text-decoration: none !important;
  font-family: "Poppins", sans-serif;
	cursor: pointer;
	color: black;
    font-size: 15px !important;
}   
button,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
}

p {
font-family: "Poppins", sans-serif;
	line-height:28px;
    font-size: 16px;
}

h1 {
	font-size: 35px ;
    font-weight: 700 ;
    margin: 0;
}

h2 {
	font-size: 30px ;
    font-weight: 700 ;
    margin: 0;
}

h3 {
	font-size: 25px ;
    font-weight: 700 ;
    margin: 0 ;
}

/* header new */

header csss .dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: white!important;
}

/* top header */
.top-header-left {
  display: flex;
  align-items: center;
}
.top-header-left ul {
  margin: 0;
  display: flex;
  gap: 15px;
}

.top-header-left ul li {
  list-style: none;
}
.top-header-left ul li a {
  align-items: center;
  text-decoration: none;
  color: white;
  font-weight: 500;
  gap: 10px;
  font-size: 14px!important;
}
.top-header-left ul li a:hover {
  color: #45365b;
}

.top-header-icon svg {
  fill:white;
  width: 20px;
}
 .top-header-left:hover{
  color: #45365b;
 }

.top-header-right ul {
  margin: 0;
  display: flex;
  justify-content: end;
  gap: 25px;
}
.top-header-right ul li {
  list-style: none;
}
.top-header-right ul li a svg {
   fill: white;
  width: 20px;
}

/* header */
.sticky-head {
  padding: 10px 0;
  position: absolute;
  top: 0px;
  width: 100%;
  background: #45365b4a;
  
  z-index: 10;
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.offcanvas-body ul{
  text-align: center;
  margin: 0;
}
.navbar-nav li a {
  font-weight: 600;
  margin: 0 1px;
  color: white;
}

.navbar-nav li a:hover {
 color: #e3a22a !important;
}

button.btn-close.hh-close {
    /* background: #fff; */
    filter: invert(1) !important;
}

  /* button css */
  .btn-style{
    margin-top: 20px;
  }

  .btn-style1{
    margin-top: 20px;
    text-align: center;
  }

  a.mainbtn {
    width: 230px;
    background: #45365b;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    padding: 13px 30px;
}

a.mainbtn1 {
  width: 230px;
  background: black;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  padding: 13px 30px;
}

a.mainbtn:hover {
  background-color: black;
  color: white;
  /* border: 2px solid black; */
}

a.mainbtn1:hover {
  background-color: white;
  color:black;
  /* border: 2px solid black; */
}

/* hero section */

.hero{
   background-image: url("https://takemyteasforme.online/assets/images/takemyteasexam.webp");
  color: white;
  padding-top:150px;
  padding-bottom: 60px;
}

.heroul {
  display: flex;
}

.card1 {
  background:#00000000;
  color:white;
  border-radius: 10px;
  padding-left: 8px;
  padding-top: 5px;
  text-align: center;
}

.card1 p {
  font-weight: bold;
}

.review-star {
    filter: invert(1);
}

/* review-section */

.review-section {
  padding: 40px ;
}

.hero1{
  background-image: url("https://takemyteasforme.online/assets/images/takemyteasexam.webp");
background-size: cover;
background-position: center;
  color: white;
  padding-top:150px;
  padding-bottom: 60px;
  text-align: center;  
}

/* review cards */
  .card11 {
    background: white;
    color: black;
    border-radius: 10px;
   padding: 20px;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #e9e9e9;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
}


.card11 span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.bold1{
  font-size: 15px;
  font-weight: bold;
}


.card11:hover {
  background: #45365b;
  color: black;
}

/* first content section */

.first-content {
 background: white;
  padding: 40px 0;
}

.c-img{

  margin-bottom: 30px;
}

/* offer section */
.offer-section{
  background:rgb(245, 243, 243);
  padding: 40px 0;

}

.offer-head {
  text-align: center;
}
.row.nrow {
  margin: 20px 0;
}

.offer-box {
  text-align: center;
}

.offer-box span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 6px 0;
}

.offer-box img {
    width: 30%;
}

/* step-section */
section.step-section {
  background: #45365b30;
  padding: 40px 0;
}

.step-head {
  text-align: center;
 
  padding-bottom: 40px;
}

.step-box {
  text-align: center;
}



.step-box span {
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-top: 10px;
}

/* banner section */


.banner-section {
  background: #45365b;
  color: #fff;
  padding: 40px 0;
}


.banner-box span {
  font-weight: bold;
  font-size: 18px;
}

/* main section */

.main-section {
 background: rgb(245, 243, 243);
  padding: 40px 0;
}

/* cta section */
.cta-section {
 background: #45365b;
  padding: 40px 0;
}

.cta-box {
  text-align: center;
}

.span{
  	font-size: 35px ;
    font-weight: 700 ;
}

/* cta2 section */
.cta2-section {
 background:#45365b;
 color: white;
  padding: 40px 20px;
   margin: 20px 0;
   border-radius: 10px;
}

.cta2-box img {
    position: absolute;
    bottom: -144px;
}

/* faqs section */

.faqs-section {
  padding: 40px 0;
}

/* testinomial sec */
.sec-testionmial {
  padding-top:30px;
  padding-bottom:10px;
}

.testinomail-head p {
  padding: 10px 0;
}

.testinomail-head {
  text-align: center;
}
.testinomail-head span{
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: black;
}

.testinmial-info {
    box-shadow: 5px 5px 20px 3px #311a1a1a;
  padding:20px;
  margin: 30px 3%;
  border-radius: 20px;
}

.test-prof p {
  margin: 0;
  padding: 12px 0;
}

.test-main {
  align-items: center;
  display: flex;
}

.test-prof {
  display: flex;
}

.test-prof svg {
  fill: #8a1538;
  width: 60px;
  margin-top: -90%;
}

.test-prof img {
  padding-left: 20px;
  width: 150px;
  height: 150px;
  border-radius: 150px;
}

.test-con {
  text-align: left;
  height: 300px;
}

.test-prof-id-name span {
  color:#0d1f42;
}

.test-prof-id-desc {
  display: grid;
}

.test-prof-id-desc svg {
  width: 60px;
  fill: #8a1538;
}

.slick-dots li button:before {
  font-size: 16px !important;
  color:#0d1f42 !important;
}

.flex-box {
  display: flex;
  gap: 15px;
  align-items: center;
}

.flex-box img {
    width: 20%;
    border-radius: 50%;
}

/* contact us */
section.contact-section {
  padding: 40px 0;
}

.contact-us-area {
  border: 1px solid #e9e9e9;
  padding: 30px ;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
}

ul.contact-list-style {
  list-style: none;
}

.span2{
  	font-size: 25px ;
    font-weight: 700 ;
}

/* form contact  */
.sec-one-right {
  padding: 15px;
  background:white;
  color:black ;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #e9e9e9;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
  border-radius: 10px;
}

.bold{
  color: #45365b;
}

.form-inner {
  padding: 5px;
}

.form-control {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input#signup {
  font-weight: bold;
  width: 100%;
  background: #45365b;
  color: white;
  padding: 10px 0;
}


input#signup:hover {
  background:#45365b;
  color: white;
}

/* footer */
footer.footer-section {
  padding: 30px 0;
  background: #45365b;
  /* margin-top: 10px; */
}

.ft-links span {
  font-size: 20px;
  color: white;
  font-weight: 700;
}

.ft-head p {
  font-size: 15px;
  color: white;
  
}

ul.sociallinks {
  text-decoration: none;
  display: flex;
  gap: 20px;
  list-style: none;
}

svg.svgcolor {
  color: white;
}

svg.svgcolor:hover {
  color:#45365b ; 
}
ul.sociallinks {
  margin-top: 20px;
  padding-left: 0;
}

ul.ilinks li a {
  color: white; 
  
}

ul.ilinks li a:hover {
  color:#45365b ; 
  
}

ul.ilinks {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  line-height: 30px;
}

input#signup {
  font-weight: bold;
}

.col-md-12.form-group.form-g-btn {
  margin-top: 20px;
}

/* footer bottom */
section.footer-bottom {
 padding-top: 10px;
  background: #45365b;
  text-align: center;
  border-top: 1px solid white;
  color: white;
}

/*Thanks Page*/
.sec-one-thank{
  padding-top: 150px;
  padding-bottom: 100px;
background:white ;
}

/*Form Error*/
.banner-form-btn:hover{background:white!important;
Color:black!important;}

 .error-message {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 5px;
}

input.error, select.error, textarea.error {
    border-color: #dc3545 !important;
}

/*Form Error*/
.whatsapp-number {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* space between icon and text */
    font-weight: 600;
    padding: 10px 14px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    background-color: #28a744; /* site accent gold */
    color: white; 
    border-radius: 10px; 
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 100;
    transition: all 0.3s ease;
}

.whatsapp-number svg {
    fill: currentColor;
}

.whatsapp-number:hover {
    background-color: black; 
    color: #45365b;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}
.whatsapp{
    background:#28a744 !important;
}

