@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
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:var(--text-gray);
	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;
  color: #333333;
  margin-bottom: 20px;
   /* color: #555 */
}

h1 {
	font-size: 35px ;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.3;
   
}

h2 {
	font-size: 30px ;
   /* margin-bottom: 15px; */
    font-weight: 700 ;
    margin: 0;
   
}

h3 {
	font-size: 25px ;
    font-weight: 700 ;
    margin: 0 ;
   
}





/* Color Theme */
    :root {
      /* --primary: #1A4D8F; */
      /* --secondary: #4A90E2; */
      --primary: #a8885f;
      --secondary: #03554d;
      --accent: #F5A623;
      --background: #F4F6F8;
      --text-gray: #333333;
    }



.logo{
  width: 15%;
}

.logo-f img {
    width: 65%;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

    /* header start */



    #header{
       background: #ffffff;
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    }


    .top-bar {
    padding: 10px 0px;
    background: var(--primary);
    color: white;
}

    #ap-nav li.nav-item .nav-link{
color:var(--text-gray);

    }

  #ap-nav li.nav-item .nav-link:hover{
color: var(--primary);

  }

   


.contact-info .icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}



.social-icons .icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
 
  
}

.contact-info a:hover{
  color: var(--secondary);
}

.contact-info span {
  font-size: 14px;
  color: #ffffff;
}


.contact-info a {
  font-size: 14px;
  color: #ffffff;
}


.social-icons svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  transition: fill 0.3s ease;
 
}

.social-icons svg:hover {
  fill:var(--secondary);
}


    

    /* header end */




    /* Hero Section */
    .hero-section {
      background-color: var(--background);
     padding-top: 190px;
      padding-bottom: 55px;
    }

    .hero-content h1 {
      color: var(--bg-white);
      font-size: 36px;
      font-weight: bold;
    }

    .heading span{
      color: var(--primary);
    }
      
    
    .hero-content p {
      color: var(--bg-white);
      line-height: 1.6;
      font-size: 16px;
      margin: 20px 0;
    }


 /* hero about us */
 .hero-section-abt {
    background-color: var(--background);
    padding-top: 130px;
    padding-bottom: 0px;
}


.badges {
    display: flex;
    padding: 30px 0px;
}


/* box feature section  */

.box-feature{
   background-color: var(--background);
  padding: 40px 0;
  text-align: center;
}

.fbox span {
    /* font-size: 20px; */
    color: var(--primary);
    font-size: 28px;
    font-weight: 600;
   
}



.features .feature-icon:hover {
  transform: scale(1.1);
}




/*  Button */

.btn-order{
  /* background-color:var(--primary);  */
  /* border: 2px solid var(--primary); */
  background-color:var(--secondary); 
  color: #fff;
  border: 2px solid var(--secondary);
  padding: 10px 70px; 
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all .3s ease;
 
    
 
    
    
}

.btn-order:hover{
  background-color: var(--bg-white);
  color: var(--secondary);
  border: 2px solid var(--secondary) ;
}


.btn-assign {
  background-color:var(--secondary); 
  color: #fff;
  border: 2px solid var(--secondary);
  padding: 10px 30px; 
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all .3s ease;
}
.btn-assign:hover {
   background-color: var(--bg-white);
  color: var(--secondary);
  border: 2px solid var(--secondary) ;
}

/* white btn */

.btn-assign1 {
  background-color: var(--bg-white);
  color: var(--secondary);
  border: 2px solid var(--secondary) ;
  padding: 10px 30px; 
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all .3s ease;
}
.btn-assign1:hover {
  background-color: var(--secondary);
  color: #FFFFFF;
border: 2px solid #FFFFFF;
}


/* blue btn */

.btn-assign2 {
  background-color: var(--primary-blue); 
  color:#FFFFFF;
  border: 2px solid #FFFFFF;
}
.btn-assign2:hover {
  background-color: var(--bg-white);
  color: var(--primary-blue);
  border: 1px solid var(--primary-blue) ;
}

/* section brand logo */

.brand-logos {
    padding: 30px 0;
  }

  .brand-logo img {
    max-height: 60px;
    margin: 0 auto;
  }

  /* Desktop grid visible only on md and up */
  .brand-logo-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .brand-carousel {
    display: none;
  }

  @media (max-width: 767.98px) {
    .brand-logo-grid {
      display: none;
    }

    .brand-carousel {
      display: block;
    }
  }




/* content section start */
.content-section {
  background: white;
  padding: 60px 0;
 
}


.top-heading-para{
  text-align: center;
}

.top-heading-para span{
  margin-bottom: 15px;
  	font-size: 30px ;
    font-weight: 700 ;
  
}


.content-heading{
  margin-bottom: 15px;
}
.content-heading span {
  color: var(--primary);
}


/* List styling */
.content-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.content-list li {
  font-size: 1rem;
  /* color: #333333; */
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
    color: var(--text-gray);
  
}

.content-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: bold;
}

/* content section end */


/* editor tab section */

.editors-section{
  padding: 60px 0px;
  background: var(--background);
}

/* Remove default border under nav-tabs */
.nav-tabs {
  border-bottom: none;
}

section.editors-section .top-heading-para p {
    margin-top: 15px;
}

/* Style for tab buttons */
.nav-tabs .nav-link {
  border: 2px solid var(--secondary);
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
  color: var(--secondary);
  background: #fff;
  transition: all 0.3s ease;
}

/* Active tab = dark blue background, white text */
.nav-tabs .nav-link.active {
  background:var(--secondary);
  color: #fff;
  border: 2px solid var(--secondary);
}

/* Hover effect */
.nav-tabs .nav-link:hover {
  background: var(--secondary);
  border: 2px solid var(--secondary);
  color: #fff;
}

/* Card styling */
.card {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  /* text-align: center; */
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}


.editor-profile {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.profile-img {
  width: 35%;
  border-radius: 50%;
  object-fit: cover;
}

.editor-profile span {
  font-size: 15px;
}



.editor-profile .experience {
  font-size: 14px;
}





.Einfo {
    text-align: left;
    margin-left: 15px;
}





/* before and after section */
.why-choose-us{
  padding: 40px 0px;
  
}


.process{
  display: flex;
 
}



.process p{
 /* margin: auto; */
 /* font-weight: bold; */
}

.process-card {
    margin-right: 30px;
    margin-bottom: 30px;
}


.process-card img {
    width: 350px;
}


/* feature section start */

.features-section {
  background: var(--secondary);
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}



.features-section h2 {
margin-bottom: 15px;
}



.features-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 20px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* height: 323px; */
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}



.feature-icon img {
  width: 25%;
}

.feature-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

.feature-desc {
  font-size: 1rem;
  color: var(--text-gray);
  line-height: 1.6;
}

/* feature section end */

/* banner section start */


.banner-section {
  background-color: var(--primary-blue);
  padding: 20px 0;
  color: #FFFFFF;
}

.banner-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.banner-text {
  color: #FFFFFF;

}



/* Image Styling */
.banner-image img {
    border-radius: 12px;
    max-width: 38%;
    margin-left: 197px;
    margin-top: -114px;
}

/* banner section end */


/* tab section start */
.services-section{
    background: var(--bg-light);
    padding: 60px 0;
  }

  /* Horizontal tabs */
  .services-tablist{
    display:flex;
    gap: 8px;
    flex-wrap: nowrap;
    overflow:auto;
    background: var(--white);
    border:1px solid #e6e6e6;
    border-radius: 10px;
    padding: 8px;
    scrollbar-width: thin;
  }

  .services-tablist .tab{
    flex: 1 0 auto;
    white-space: nowrap;
    background: var(--primary-blue);
    color: white;
    border: 1px solid #dbe4ff;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    transition: all .25s ease;
  }

  .services-tablist .tab[aria-selected="true"]{
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
  }

  .services-tablist .tab:focus{
    outline: 2px solid var(--accent);
    outline-offset: 2px;
  }

  /* Panels */
  .services-panels{
    background: var(--bg-white);
    border:1px solid #eee;
    border-radius: 14px;
    margin-top: 18px;
    padding: 24px;
  }

  .panel-title{
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
  }

  .panel p, .panel li{
    color: var(--text);
  }

  .panel ul{
    margin: 12px 0 18px;
    padding-left: 18px;
  }

  
  /* tab section end */

  
/* faq start */


.faqs{
 
  margin-top: 40px;
  margin-bottom: 0px;
}


.faq-section {

      max-width: 800px;
      margin: 40px auto;
      background: var(--white);
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
      text-align: left;
    }
    .faq-section span {
      font-size: 25px;
      font-weight: 700;
    
    }
    .faq {
      border-top: 1px solid #ddd;
      margin-top: 20px;
      
    }
    .faq-item {
      border-bottom: 1px solid #ddd;
    }
    .faq-question {
      margin: 0;
      padding: 15px;
      background:var(--bg-light);
      cursor: pointer;
      position: relative;
      font-size: 16px;
      font-weight: bold;
      color: var(--primary);
      line-height: 30px;
      text-align: left;
    }
    .faq-question::after {
      content: '+';
      position: absolute;
      right: 1px;
      font-size: 1.2rem;
      transition: transform 0.3s;
    }
    .faq-item.open .faq-question::after {
      transform: rotate(45deg);
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      padding: 0 15px;
      text-align: left;
    }
    .faq-item.open .faq-answer {
      padding: 15px;
      max-height: 200px;
    }
    .faq-answer p {
      font-size: 16px;
      margin: 0;
      line-height: 1.6;
    }


    .faq-answer {
  display: none;
}

.faq-item.open .faq-answer {
  display: block;
}



.sample-text {
    margin-left: 20px;
    
}

.sample-text p {
    margin-bottom: 10px;
}



.ap-card-body{
  display: flex;
  align-items: start;
}

    /* faq section end */

    /* main content start */

    .content {
padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    /* background:var(--primary); */
  }

  .content h2 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .content p {
    color:var(--text-gray);
    /* font-size: 16px; */
    line-height: 1.7;
    margin-bottom: 15px;
  }

  .content-box {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
    text-align: left;
  }

    .content-box span {
  font-size: 25px ;
    font-weight: 700 ;
    margin-bottom: 15px;
  }




  .content-box:hover {
    transform: translateY(-5px);
  }




  /* main content section end */


  /* cta staRT */
  .cta-with-image {
  background: var(--background);
  padding: 40px 0;
}

.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.cta-text {
  flex: 1 1 500px;

}



.cta-text p {
  /* font-size: 1.125rem; */
  color: black;
  margin-bottom: 30px;
  line-height: 1.6;
  margin-top: 15px;
}









/* review section */

.review-section{
padding: 60px 0;
}


.review-home  .review-box{
    min-height: auto;
}


.review-home .review-image img {
display: none;
}


.top-heading-review span{
  /* margin-bottom: 15px; */
  	font-size: 30px ;
    font-weight: 700 ;
    /* line-height: 1.3; */
  
}

.top-heading-review img {
    margin-top: 15px;
}

.review-cards {
    overflow: auto;
    height: 430px;
    overflow-x: hidden;
}









.review-heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.review-card {
  background: var(--background); /* primary blue base */
  border-radius: 15px;
  margin: 10px;
  padding: 15px;
  position: relative;
}

.review-box {
 
  color: var(--text-gray);
  border-radius: 15px;
  padding: 25px;
  text-align: left;
  min-height: 250px;
  position: relative;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
}

.review-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: var(--primary);
}

.review-location {
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--text-gray);
}

.review-stars {
  color: var(--primary); /* orange stars */
  font-size: 18px;
  margin-bottom: 10px;
}

.review-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: var(--text-gray);
}

/* profile image bubble */
.review-image {
  position: absolute;
  top: -10px;
  right: 20px;
  background: var(--background);
  padding: 5px;
  border-radius: 50%;
}

.review-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--bg-white);
}

/* slick dots */
.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  border: none;
  background: transparent;
  font-size: 0;
}

.slick-dots li button:before {
  content: "•";
  font-size: 16px;
  color: var(--primary-blue);
  opacity: 0.4;
}

.slick-dots li.slick-active button:before {
  color: var(--accent-orange);
  opacity: 1;
}
/* review section end */


/* process section */
.process-section {
    padding: 60px 0px;
    background-image: url("../images/section_bg_8.webp"); 
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.process-section h3{

margin-bottom: 15px;
/* text-align: center; */
color: var(--primary);
}


.process-section span{

font-size: 20px ;
    font-weight: 700 ;
    margin: 0 ;
}






/* service page section */

 /* banner with form section start  */

.banner-form{
  background: var(--primary-blue);
  padding: 60px 0px;
  
}



.service-banner-img {
    /* margin-bottom: -75px; */
    
    margin-bottom: -34px;

}

.service-banner-img1 {
    /* margin-bottom: -75px; */
    
    margin-bottom: -101px;

}

/* bannetr with form sectoin end */



/* service page end */

/* contact us page start */

/* contact us */

section.contact-section {
  padding: 40px 0;
}


.contact-us-area {
  border: 1px solid #e9e9e9;
  padding: 30px ;
  text-align: left;
  /* box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px; */
  box-shadow: 15px 15px 10px var(--background);
  height: 475px;
  border-radius: 10px;
}


ul.contact-list-style {
    list-style: none;
    margin-left: -30px;
    line-height: 35px;
}

.span2{
  	font-size: 25px ;
    font-weight: 700 ;
    
}



/* contact us page end */








/*Thanks Page*/
.sec-one-thank{
  padding-top: 150px;
  padding-bottom: 100px;
background:white ;
}







/*Form Error*/




 .error-message {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 5px;
}

input.error, select.error, textarea.error {
    border-color: #dc3545 !important;
}

/*Form Error*/






/* form contact  */


.sec-one-right {
  padding: 30px;
  background:white;
  color:black ;
  text-align: left;
  font-size: 24px;
  font-weight: 800;
  border: 1px solid #e9e9e9;
  /* box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px; */
  box-shadow: 15px 15px 10px var(--background);
  border-radius: 10px;
}

.sec-one-right p {
 /* font-family: "Inter", sans-serif; */
	line-height:28px;
    font-size: 16px;
    font-weight: 400;
}



.dynamic-validate .form-select{
  margin: 10px 0px;
}


.order-form{
 padding: 15px;
  background:white;
  color:black ;
  text-align: left;
  font-size: 25px;
  font-weight: 800;
  border: 1px solid #e9e9e9;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
  border-radius: 10px; 
}


div#label-style label {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}



.bold1{

  color: var(--primary-blue);

}



.form-inner {
  padding: 5px;
}

.heading-form{
  font-size: 30px;
}

.form-control {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-btn-primary);
  -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: var(--secondary);
  border: 2px solid var(--secondary) ;
  color: #ffffff;
  padding: 10px 0;
}


input#signup:hover {
  
    background-color: var(--bg-white);
  color: var(--secondary);
  border: 2px solid var(--secondary) ;
 
}



.contact-cards{
  padding: 40px 0;
   background:var(--color-btn-secondary) ;
  
   
}


/* for review page */

.review-section{
  padding: 60px 0px;
  
}

/* review cards */



  .card11 {
    background: white;
    color: black;
    border-radius: 20px;
   padding: 20px;
    margin: 10px 0;
    text-align: left;
    border: 1px solid #e9e9e9;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
    height: 300px;
    
}


.card11 span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.bold1{
  font-size: 15px;
  font-weight: bold;
}


.card11:hover {
  background: var( --accent-orange);
  color: white;
  
  
}



/* for thanks page */

.thanks-content h1 span {
    font-size: 35px !important;
    color: var(--primary);
}


/* service page */

/* service card section */

 .service-section{
   background:var(--color-background) ;
   padding: 40px 0px;
   text-align: center;
 }

 .service-section h2{
  margin-bottom: 15px;
 }

.service-card {
    border: 1px solid grey;
    height: 230px;
    text-align: left;
    padding: 15px;
    margin-bottom: 20px;
    background: white;
    box-shadow: 10px 10px 5px grey;
    border-radius: 10px;
}


.service-card img {
    max-width: 100%;
    width: 70px;
}
  


/* journal section */

.journal-section{
  padding-top: 0px;
  padding-bottom: 60px;
}




.journal-card{
  display: flex;
    flex-direction: column;
}

.journal-card-2{
  display: flex;
    flex-direction: column-reverse;
    
}


.j-content-box {
    text-align: center;
    background: var(--primary);
    color: #ffff;
   padding: 25px 5px;
}

.j-content-box-2 {
    text-align: center;
    background: var(--background);
    color:#0000;
   padding: 25px 5px;
}

.j-content-box-2 span {
    color: #000000;
    font-size:30px;
       font-weight: 800;
}


.j-content-box span {
    font-weight: 800;
    font-size: 30px;
}

.j-content-box p {
    width: 65%;
    margin: auto;
    font-size: 16px;
    color: #ffffff;
}



.j-content-box-2 p {
    width: 65%;
    margin: auto;
    font-size: 16px;
    color: #000f;
}

/* service-cta */

section.service-cta {
    background: var(--background);
   
}

.service-cta-text {
    text-align: center;
}

.service-cta-text h3 {
    margin-bottom: 15px;
}

.service-cta-image {
    margin-bottom: -164px;
}


/* service form section */
.form-section{
    background-image: url(../images/Request-Our-Journal-Manuscript-Writing-Service-Today!.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
   padding: 80px 0px;
}



/* footer */

footer.footer-section {
  padding: 40px 0;
  background: var(--secondary);
  /* margin-top: 10px; */
  
}


.footer-heading{
   font-size: 25px;
   padding-bottom: 10px;
}

.ft-links span {
  font-size: 20px;
  color: white;
  font-weight: 700;
}

.ft-head p {
  font-size: 15px;
  color: white;
  
}

.ft-head span {
 font-size: 25px;
 
   color: #ffffff;
  
}



ul.sociallinks {
  text-decoration: none;
  display: flex;
  gap: 20px;
  list-style: none;
}

svg.svgcolor {
  color: white;
  /* font-size: 25px; */
  
}

svg.svgcolor:hover {
  color:var(--primary) ; 
}
ul.sociallinks {
  margin-top: 20px;
  padding-left: 0;
}

ul.ilinks li a {
  color: white; 
  
}

ul.ilinks li a:hover {
  color:var(--primary) ; 
  
}

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;
}

/* .logo-footer {
    width: 223px;
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
} */

/* footer bottom */

section.footer-bottom {
 padding-top: 10px;
  background: var(--secondary);
  text-align: center;
  border-top: 1px solid white;
  color: white !important;
}

.bottom-box p{
  color: white !important;
}

/* footer end */


/* whatsapp btn bottom */


.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:var(--primary); 
    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: white;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}


.bold{
  color: var(--accent-orange);
}


#signup.banner-form-btn-2 {
      width: 100%;
    background: var(--primary);
    border: 2px solid var(--primary);
    color: #ffffff;
    padding: 10px 0;
}

#signup.banner-form-btn-2:hover {
      width: 100%;
    background: transparent;
    border: 2px solid var(--primary);
    color: #fff;
    padding: 10px 0;
}

