/*----------------------------------------
[Master Stylesheet]

Project:	AUH 
Version:	Latest
 
----------------------------------------*/

/*
[Table of contents]

1. Fonts
2. root variable
3. Common styles
4. header area styles 
5. Responcive
 

*/
/*==============================
	Fonts
==============================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=League+Spartan:wght@100..900&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rowdies:wght@300;400;700&display=swap");
/*==============================
	root variable
==============================*/

:root {
  --white: #ffffff;
  --black: #000000;
  /* --white-color: #ffffff; */
  --black-color: #000000;
  --comman-color: #14a4f5;
  --montserrat_font: "Montserrat", sans-serif;
}

/*==============================
	Common styles
==============================*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

div {
  transition: all ease 0.5s;
}

body {
  font-family: var(--montserrat_font) !important;
  background-color: #f7f7f8;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

html,
body {
  overflow-x: hidden !important;
}

/* 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #d6292960;
    background-color: #ef42ae;
} */

p {
  margin-bottom: 0px;
}

.top_header {
  background-color: #212832 !important;
  padding: 5px 0;
}

.top_header.compact-header {
  padding: 4px 0;
}

.header_Button {
  margin-top: 20px;
}

.top_header_inner>.box>p {
  color: var(--white);
}

.container {
  max-width: 1700px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.top_header_inner>.box>p>a {
  color: #14a4f5 !important;
  text-decoration: none;
}

.top_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_header_inner>.box_1>ul {
  margin-bottom: 0;
  padding-left: 0px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.top_header_inner>.box_1>ul>li {
  list-style: none;
}

.top_header_inner>.box_1>ul>li>a {
  text-decoration: none;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
}

.top_header_inner>.box_1>ul>li>a>i {
  color: #14a4f5;
}

.top_header_inner>.social>ul {
  display: flex;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 0px;
  gap: 20px;
}

.top_header_inner>.social>ul>li {
  list-style: none;
}

.top_header_inner>.social>ul>li>a {
  color: var(--white);
  transition: all ease 0.5s;
}

.top_header_inner>.social>ul>li>a:hover {
  color: #14a4f5;
}

nav {
  box-shadow: 2px 4px 8px 0px #00000026 !important;
  padding: 12px 0 !important;
  background-color: #ffffff !important;
}

nav.main-navbar {
  padding: 10px 0 !important;
}

.nav_P {
  color: #000;
}

.navbar>.container {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 8px 0;
  padding-left: 46px;
  padding-right: 46px;
}

.navbar-nav {
  justify-content: end !important;
  width: 100%;
}

.nav-link {
  font-family: var(--montserrat_font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #000;
  padding: 10px 20px 10px 20px !important;
  transition: all ease 0.5s;
}

.nav-link:hover {
  color: #000;
  /* border-bottom: 2px solid #007bff; */
}

.nav-link.active {
  color: #14a4f5 !important;
  border-bottom: 2px solid #14a4f5;
}

/* Enable hover dropdown for desktop */
@media (min-width: 992px) {
  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}

.nav_btn {
  border: 1px solid #14a4f5;
  border-radius: 61px;
  padding: 15px 35px !important;
  transition: all ease 0.5s;
}

.nav_btn>form>button {
  background-color: transparent !important;
  border: none !important;
  outline: 0;
}

.nav_btn:hover {
  background-color: #14a4f5;
  /* color: #fff; */
  color: var(--white);
}

.page_display_area {
  width: 100%;
  padding: 20px 0;
  background: #bbe5fa;
}

.page_display_inner>h3 {
  font-family: var(--montserrat_font);
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}

.page_display_inner>h3>span {
  color: #14a4f5;
}

.page_display_inner>p {
  font-family: var(--montserrat_font);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #52565b;
}

.blog_area {
  padding: 50px 0;
}

/* File Upload Styling for Service Details Form */
.file-upload-wrapper {
  position: relative;
  width: 100%;
}

.file-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.file-upload-design {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 2px dashed #14a4f5;
  border-radius: 12px;
  background: #f0f9ff;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  /* Added cursor pointer here as well */
}

.file-upload-input:hover+.file-upload-design {
  background: #e1f5fe;
  border-color: #0d6efd;
}

.upload-icon {
  font-size: 24px;
  color: #14a4f5;
  margin-bottom: 8px;
}

.upload-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}

.upload-browse {
  font-weight: 700;
  color: #0d6efd;
  text-decoration: underline;
}

.file-name-display {
  font-size: 12px;
  color: #666;
  font-style: italic;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog_area_inner {
  background: #bbe5fabf;
  padding: 35px 40px;
  position: sticky;
  border-radius: 20px;
  height: 100%;
}

.blog_area_inner>ul {
  padding-left: 0px;
  margin-bottom: 0;
  background-color: var(--white);
  padding: 30px 28px;
  border-radius: 15px;
}

.blog_area_inner>ul>li {
  list-style: none;
  margin-bottom: 19px;
}

.blog_area_inner>ul>li>a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--black-color);
  text-decoration: none;
  font-weight: 500;
}

.blog_area_inner>ul>li>a>span {
  padding: 8px;
  background: #daf2fe;
  display: flex;
  width: fit-content;
  border-radius: 100px;
}

.blog_area_inner>ul>li>a>span>i {
  color: var(--black-color);
  font-size: 13px;
}

.blog_area_inner>h3 {
  font-size: 20px;
  font-weight: 600;
  padding-left: 8px;
  line-height: 33.6px;
  text-align: left;
  color: var(--black-color);
}

.blog_box {
  background: #f2fbff;
  border: 1px solid #0000006b;
  width: 100%;
  border-radius: 22px;
  border: 1px solid #0000006b;
  padding: 18px 26px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
}

.blog_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #14a4f5;
}

.blog_box>.image {
  width: 100%;
}

.blog_box>.image>img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #0000007c;
}

.blog_box>.content {
  padding: 12px 0;
}

.blog_box>.content>span {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  text-align: center;
}

.blog_box>.content>h5 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.94px;
  text-align: left;
  color: #000000;
  padding: 10px 0 5px;
  margin-bottom: 0;
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_box>.content>p {
  color: #000000;

  font-family: Quicksand;
  font-size: 15px;
  font-weight: 600;
  line-height: 26.2px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_box>.content>.box>span {
  display: flex;
  color: #000;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}

.blog_box>.content>.box {
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_box>.content>.box>.view_more_link {
  display: flex;
  padding: 5px 15px;
  background-color: white;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 6.3px 0px #000000c9;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

.blog_box:hover .view_more_link {
  background-color: #14a4f5;
  color: #fff;
}

.hero_area {
  padding: 60px 0;
  background-color: #bbe5fa;
  position: relative;
}

.hero_area_inner>span {
  color: var(--comman-color);
  font-size: 20px;
}

.hero_area_inner>h3 {
  font-size: 48px;
  font-weight: bold;
  color: var(--black-color);
  margin-top: 15px;
  position: relative;
  line-height: 58px;
}

.hero_area_inner>h3>span {
  color: var(--comman-color);
}

.hero_area_inner>p {
  color: #0109157a;
  font-weight: 550;
  font-size: 17px;
  position: relative;
  margin-top: 76px;
}

.hero_area_inner>h3>img {
  position: absolute;
  bottom: -29px;
  left: 19%;
  transform: rotate(352deg);
}

.hero_area_inner>.box {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.hero_area_inner>.box>.box_inner_1 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 50%;
  position: relative;
}

.hero_area_inner>.box>.box_inner_1::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 2px;
  background-color: #96b9cc;
  right: 15px;
}

.hero_area_inner>.box>.box_inner_1>img {
  width: 123.89px;
}

.hero_area_inner>.box>.box_inner_1>.content>h4 {
  color: var(--black-color);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.hero_area_inner>.box>.box_inner_1>.content>p {
  color: #0109157a;
  font-weight: 500;
}

.hero_area_inner>.box>.box_inner_2>h4 {
  color: #000;
  font-weight: 600;
}

.hero_area_inner>.box>.box_inner_2>span {
  color: #14a4f5;
}

.hero_area_inner>.box>.box_inner_2>span>i:nth-child(5) {
  color: #5b748683 !important;
}

.hero_area_inner>.box>.box_inner_2>span>span {
  color: #5b7486 !important;
  font-weight: 500 !important;
}

.box_inner_2 {
  width: 50%;
}

.custom_button {
  background-color: #14a4f5;
  padding: 19px 35px;
  border-radius: 50px;
  text-decoration: none;
  color: var(--white);
  display: flex;
  width: fit-content;
  margin-top: 50px;
  transition: all ease 0.5s;
}

.custom_button:hover {
  transform: scale(0.98);
  color: #fff !important;
  box-shadow: 0 0 3px 1px rgba(15, 156, 221, 0.75);
}

.hero_area_inner_1 {
  background-color: var(--white);
  padding: 20px 32px 15px 32px;
  border-radius: 13px;
}

.hero_area_inner_1>p {
  color: #000;
  max-width: 90%;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.tab-pane {
  color: #000;
}

.nav-tabs .nav-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tabs_box {
  margin-top: 18px;
}

.nav-tabs .nav-link>img {
  width: 20px;
  height: 20px;
}

.nav-tabs {
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  border-bottom: 0;
}

.nav-tabs>.nav-item {
  width: 48%;

  /* flex-grow: 1; */
  display: flex;
}

.nav-tabs>.nav-item>button {
  width: 100%;
  text-align: center;
  border: 3px solid #dddddd;
  border-radius: 80px !important;
  padding: 5px 29px !important;
}

.nav-tabs>.nav-item>button.active {
  border: 3px solid #14a4f5;
  color: #000 !important;
}

.Country_Code>select {
  display: flex;
  width: 100%;
  padding: 12px 0 12px 10px !important;
  border-radius: 10px;
  border: 1px solid #14a4f5 !important;
  font-weight: 500;
}

.form_box>input {
  width: 100%;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #14a4f5;
  font-weight: 500;
}

.form_box>input:focus {
  outline: none;
}

.tab_form {
  padding: 25px 0 0 0;
}

.form_box textarea {
  width: 100%;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #14a4f5;
  font-weight: 500;
  background-color: #dff3fd !important;
  height: 80%;
}

.form_box textarea:focus {
  outline: none;
}

.file-att_box {
  border: 1px solid #14a4f5;
  border-radius: 10px;
  height: 100%;
  padding: 15px;
  overflow: hidden;
}

.uploadfild[type="file"]::file-selector-button {
  background: #dff3fd;
  border: none;
  padding: 0px 10px;
  font-weight: 500;
  border-radius: 5px;
  height: 30px;
  width: 125px;
  font-size: 14px;
}

.form_box>a {
  margin-top: 0px !important;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.z-11 {
  position: relative;
  z-index: 11;
}

.hero_area>.shapes {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.hero_area>.shapes>.shap_1 {
  position: absolute;
  right: 0;
  margin-top: 55px;
}

.hero_area>.shapes>.shap_2 {
  position: absolute;
  left: 35%;
  bottom: 80px;
  margin-top: 55px;
}

.services_area {
  padding: 50px 0;
  background-color: var(--white);
}

.service_inner>h4 {
  font-family: "Baloo Chettan 2", sans-serif;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 60px;
  text-align: center;
  color: var(--black-color);
  position: relative;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.service_inner>h4>span {
  color: #14a4f5;
}

.service_inner>h4>img {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: auto;
  max-width: 180px;
}

.service_inner>p {
  font-family: Inter;
  font-size: 17.72px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: var(--black-color);
}

.service_box {
  background: #ffffff;
  padding: 0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
}

.service_box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.service-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service_box:hover .service-card-image img {
  transform: scale(1.1);
}

.service-card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-card-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #14a4f5 0%, #0d6efd 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: auto;
}

.service-card-cta:hover {
  background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
  transform: translateX(4px);
  color: #fff;
  text-decoration: none;
}

.service-card-cta i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.service-card-cta:hover i {
  transform: translateX(4px);
}

.services_box_heading {
  display: flex;
  flex-direction: row;
  /* height: 80px; */
  justify-content: space-between;
  /* background-color: green; */
  align-items: center;
  width: 100%;
}

.sample_details_top {
  background-color: #bbe5fa;
}

/* Swiper Container */
.Sample_slider {
  width: 100%;
  height: 100%;
}

/* Swiper Slide */
.Details_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

/* Card Styling */
.Sample_card {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 80%;
  max-width: 400px;
  text-align: center;
}

/* Image Styling with Fixed Height */
.sampleDetailsImage {
  width: 100%;
  /* Image fills the width of the card */
  height: 200px;
  /* Fixed height for all images */
  object-fit: cover;
  /* Crops the image to fit within specified dimensions */
  border-bottom: 1px solid #eee;
}

/* Title Overlay */
.absolute-title {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

/* Card Details */
.card-details {
  padding: 15px;
}

.sample-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
}

/* Text Secondary Styling */
.text-secondary {
  color: #888;
  font-size: 14px;
}

/* Swiper Pagination */
.swiper-pagination {
  bottom: 10px;
  text-align: center;
}

/* Navigation Buttons Styling */
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.services_box_heading>title {
  width: 70%;
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 21.75px;
  text-align: left;
  color: #181818;
  margin-bottom: 0;
  padding: 10px;

  /* background-color: red; */
}

/* service details  */

h1 {
  font-optical-sizing: auto;
  font-weight: "bold";
  font-style: normal;
}

.carousel-item img {
  width: 100%;
  height: 80vh;
}

.left-Con>h2 {
  font-weight: bold;
  color: #000;
}

.left-Con>h1 {
  font-weight: bold;
  color: #000;
}

.left-Con h6 {
  font-weight: 300;
  font-size: 22px;
  color: #000;
}

.left-Con p {
  color: #000;
  margin-bottom: 15px;
}

.left-Con li {
  color: #000;
  margin-bottom: 15px;
}

.left-Con h5 {
  font-weight: 400;
  font-size: 22px;
  color: #000;
}

.accordion-button {
  background-color: rgba(238, 238, 238, 0.92) !important;
  font-size: 18px !important;
  font-weight: 550;
  border: 1px solid black;
}

.left-con-button2 {
  height: 50px;
  background-color: rgb(3, 167, 3) !important;
}

.left-con-button1:hover {
  border: none;
  transition-duration: 0.5s;
  background-color: red !important;
}

.left-con-button2:hover {
  transition-duration: 0.5s;
  background-color: green !important;
  border: none;
}

#customFile {
  /* height: 100px !important; */
  /* padding-top: 30px !important; */
  /* padding-bottom: 60px !important; */
}

.Form input {
  /* height: 30px !important; */
  font-size: medium !important;
  padding: 4px 0 4px 5px;
  border: 0.2px solid gray;
  border-radius: 5px;
  /* background-color: red !important; */
}

.Form textarea {
  /* height: 30px !important; */
  font-size: medium !important;
  padding: 5px 0 22px 10px !important;
  border: 0.2px solid gray;
  border-radius: 5px;
}

.uploadFile {
  border: 1px black dotted;
  border-radius: 5px;
}

.custom-file-input {
  align-items: center;
  justify-content: center;
  padding: 50px 20px 50px 20px !important;
}

@media screen and (max-width: 767px) {

  .left-Con p,
  li {
    font-size: 15px;
  }
}

.gradient-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 0 0 3px 5px;
  display: inline-block;
}

.services_box_heading>img {
  width: 60px;
  height: 60px;
}

.colo_s_1 {
  background: #ee4a6212;
}

.colo_s_2 {
  background: #0ecd7312;
}

.colo_s_3 {
  background: #f8b81f12;
}

.colo_s_4 {
  background: #8e56ff12;
}

.colo_s_5 {
  background: #f9259612;
}

.colo_s_6 {
  background: #5866eb12;
}

.colo_s_7 {
  background: #f8941f12;
}

.colo_s_8 {
  background: #39c0fa12;
}

.service_box>img {
  width: 50px;
  height: 50px;
}

.service_button {
  text-align: center;
  justify-content: center;
  display: flex;
}

.service_button>a {
  padding: 19px 55px;
  margin-top: 25px;
}

.whatsapp {
  right: 50px;
  position: fixed;
  bottom: 20px;
  height: 60px;
  width: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #4caf50;
  z-index: 22;
  cursor: pointer;
}

.s_process_area {
  background: #14a4f5;
  padding: 75px 0;
}

.s_process_area .service_inner>h4 {
  color: var(--white);
}

.s_process_area .service_inner>p {
  color: var(--white);
}

.process_box>.icon {
  width: 175px;
  height: 175px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 22px;
}

.process_box>.icon>.span_1 {
  position: absolute;
  width: 115px;
  height: 115px;
  background: #ffffff;
  display: flex;
  border-radius: 1000px;
}

.process_box>.icon>.span_2 {
  position: absolute;
  background: #ffffff80;
  width: 145px;
  height: 145px;
  display: flex;
  border-radius: 1000px;
}

.process_box>.icon>.span_3 {
  position: absolute;
  background: #ffffff1a;
  width: 175px;
  height: 175px;
  display: flex;
  border-radius: 1000px;
}

.process_box>.icon>img {
  position: relative;
  z-index: 22;
}

.process_box>.content>h4 {
  font-family: "Quicksand", sans-serif;
  font-size: 23.63px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.process_box>.content>p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #ffffff99;
  max-width: 80%;
  text-align: center;
  margin: auto;
}

.process_box {
  position: relative;
}

.process_box::before {
  width: 80px;
  height: 80px;
  position: absolute;
  content: "";
  right: -30px;
  background-image: url("../images/icons/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 20%;
  transition: all ease 0.5s;
  animation: r_l_ani 2s infinite;
}

@keyframes r_l_ani {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10px);
  }
}

.process_box.pro-none::before {
  display: none;
}

.card {
  position: relative;
  color: white;
  background-color: #ffffffeb;
  border-radius: 15px;
}

.sampleCardImage {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card-body {
  background: linear-gradient(0deg, #ffffff, #bfe3fa);
  border-end-start-radius: 15px;
  border-end-end-radius: 15px;
}

.absolute-title {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #14a4f5;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(176, 221, 248, 0.5);
}

.card-title {
  color: black;
  padding: 10px 5px 10px 0px;
  border-radius: 20px;
  white-space: nowrap;
  /* Prevents wrapping */
  overflow: hidden;
  /* Hides the overflow */
  text-overflow: ellipsis;
  /* Adds the ellipsis */
  max-width: 80%;
  /* Ensures it doesn't exceed the card's width */
}

.card-title:hover {
  color: #14a4f5;
}

.sample_area {
  padding: 60px 0 20px;
  background-color: var(--white);
}

.sample_area_inner>h3 {
  color: var(--black-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  letter-spacing: 2px;
  position: relative;
  font-family: "Baloo Chettan 2", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}

.sample_area_inner>h3>span {
  color: #14a4f5;
}

.sample_area_inner>h3>img {
  position: absolute;
  bottom: -27px;
  width: 170px;
  left: 10%;
}

.sample_area_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search_sample {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
}

.search_sample>input {
  border: 1px solid #bbe5fa;
  background: #ffffff;
  padding: 22px;
  width: 100%;
  border-radius: 10px;
  transition: all ease 0.5s;
}

.search_sample>button {
  position: absolute;
  right: 15px;
  background-color: #bbe5fa;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
}

.search_sample>button>i {
  color: #14a4f5;
}

.search_sample>input:focus-visible {
  outline: none !important;
  border-color: #14a4f5 !important;
}

/* .column {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
} */
.column>p {
  font-weight: 500;
  color: gray !important;
  font-size: 18px;
}

.column:not(:last-child) {
  border-right: 0.3px solid rgb(167, 167, 167);
}

.Service_Details_Button>button {
  margin-top: 20px;
  padding: 10px 20px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.Whatsapp {
  background-color: #1ebe5d;
}

.Download {
  background-color: #14a4f5;
}

.ButtonHover {
  color: #fff !important;
}

.SampleImages {
  padding: 20px;
  width: 100%;
  border: 1px solid #14a4f5;
}

.download_Section_Image {
  height: 200px;
  width: auto;
}

.leftSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.RightSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.RightSection>P {
  color: gray;
}

.RightSection>button {
  height: 50px;
  background-color: #14a4f5;
  border: none;
  /* border-radius: 5%; */
  color: #fff;
  padding: 12px;
  margin-bottom: 10px;
}

.Download_Button>button {
  height: 50px;
  background-color: #14a4f5;
  border: none;
  color: #fff;
  padding: 12px;
  margin-bottom: 10px;
}

.Download_Button>button:hover {
  color: #000;
}

p {
  color: #999;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filter_btn>a {
  padding: 15px 35px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--black-color);
  border-radius: 15px;
  height: 110px;
}

.sample_filters {
  background-color: #bbe5fa;
  padding: 40px 60px;
  border-radius: 15px;
  margin-top: 50px;
  position: relative;
}

.sample_filters .swiper-slide {
  border-radius: 15px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  padding: 15px;
  background-color: var(--white);
}

.swiper-button-prev {
  padding: 15px 18px;
  display: flex;
  height: auto !important;
  width: auto !important;
  border-radius: 50px;
  background-color: var(--white);
}

.swiper-button-next {
  padding: 15px 18px;
  display: flex;
  height: auto !important;
  width: auto !important;
  border-radius: 50px;
  background-color: var(--white);
}

.swiper-button-next:hover {
  background-color: #14a4f5;
  color: var(--white) !important;
}

.swiper-button-prev:hover {
  background-color: #14a4f5;
  color: var(--white) !important;
}

.sample_box {
  background: #bbe5fa52;
  border: 1px solid #bbe5fa26;
  padding: 20px 15px;
  border-radius: 15px;
}

.sample_box>.image>img {
  width: 100%;
}

.sample_box>.content {
  background-color: #bbe5fa;
  padding: 23px 28px;
  border: 2px dashed #000;
  border-radius: 15px;
  margin-top: 15px;
}

.custom-width {
  /* background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
  border-bottom: 1px solid #ffffff87;
  padding-bottom: 18px;
  padding-top: 18px;
  max-width: 70px; */
  /* margin-right: 20px; */
}

.sample_box>.content>h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28.8px;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}

.sample_box>.content>p {
  font-family: Baloo Chettan 2;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.4000000059604645px;
  text-align: center;
  padding-top: 5px;
  color: #14a4f5;
}

.sample_btn_1>a {
  margin: auto;
  margin-top: 15px;
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.sapmleScroller {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow: auto;
  padding: 10px;
}

.showcounters_area {
  padding: 30px 0 0;
  background-color: #fff;
}

.counter-container {
  display: flex;
  justify-content: center;
}

.counter-box {
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  width: 170px;
  height: 170px;
  background-color: rgba(187, 229, 250, 0.38);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.border-rotate {
  position: absolute;
  border: dashed 2px rgba(0, 0, 0, 1);
  /* animation: rotatecircle 13s linear infinite; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.border-rotate:hover {
  border: dashed 2px rgba(0, 0, 0, 1);
  animation: rotatecircle 13s linear infinite;
}

.counter {
  font-size: 48px;
  /* Size of the counter text */
  /* color: #4caf50; Counter text color */
  transition: all 0.5s ease;
  /* Smooth transition for the counter */
}

.counter-box h2 {
  font-size: 28px !important;
  font-weight: 700;
  font-family: var(--montserrat_font);
  color: rgba(0, 0, 0, 1);
  margin-bottom: 2px;
}

.counter-box p {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--montserrat_font);
  color: rgb(0, 0, 0, 1);
  margin-bottom: 0;
}

.second-counter-show {
  margin-left: 10px;
  margin-right: 10px;
}

.counter-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0 0;
}

@keyframes rotatecircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.choose_area {
  padding: 90px 0;
  background-color: #bbe5fa;
}

.choose_area_inner>h4 {
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #000000;
}

.choose_area_inner>p {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: justified;
  color: #000000;
}

.support_box {
  background: #14a4f5;
  border: 2px dashed #ffffff;
  padding: 28px 20px;
  border-radius: 38px;
  margin-top: 20px;
}

.support_box>.image>img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  border-radius: 22px;
}

.support_box>.content {
  text-align: center;
}

.support_box>.content>h4 {
  font-family: "Rowdies", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}

.support_box>.content {
  padding: 20px 0;
}

.support_box>.content>p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.box>a {
  text-decoration: none;
}

.support_box>.content>.box {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 21px;
}

.support_box>.content>.box>.box_1 {
  width: 35%;
  display: grid;
  background: #88b520;
  padding: 18px 18px;
  border-radius: 12px;
}

.support_box>.content>.box>.box_1>i {
  font-size: 22px;
}

.support_box>.content>.box>.box_1>span {
  font-family: Rowdies;
  font-size: 16px;
  font-weight: 300;
  line-height: 17.39px;
  text-align: center;
  margin-top: 8px;
}

.color-c {
  background: #fc800a !important;
}

.choose_inner_2 {
  background-color: var(--white);
  padding: 27px;
  border-radius: 15px;
}

.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  /* Darker background when expanded */
  color: #14a4f5;
  /* Change text color */
}

.accordion-body {
  background-color: #ffffff;
  /* White background for the body */
  color: #212529;
  /* Dark text color */
}

.accordion-item {
  border: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

button:focus:not(:focus-visible) {
  box-shadow: none !important;
}

h2 {
  font-family: Montserrat !important;
}

.accordion-button {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000;
  padding: 30px 15px;
  background-color: #fff !important;
  border: 1px solid #c6c7c8;
  /* margin-bottom: 10px; */
}

.testmonial_area {
  padding: 50px 0;
  background-color: #fff;
}

.service_inner>span {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #14a4f5;
  display: flex;
  justify-content: center;
}

.test_slid_box>.image>img {
  /* max-width: 90px; */
}

.testmonial_slider .swiper-slide {
  background-color: transparent !important;
}

.test_slid_box {
  text-align: center;
  padding: 40px;
  border: 1px solid #30925533;
  border-radius: 20px;
  background-color: var(--white);
}

.test_slid_box>.image {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.test_slid_box>.image>span {
  padding: 10px;
  background-color: #14a4f5;
  position: absolute;
  border-radius: 100px;
  bottom: -18px;
}

.test_slid_box>.content>.stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.test_slid_box>.content>.stars>i {
  color: #ffba00;
}

.test_slid_box>.content>.stars>i:last-child {
  color: #d0d0d0;
}

.test_slid_box>.content {
  padding: 50px 0 0;
}

.test_slid_box>.content>p {
  color: #52565b;
  font-size: 15px;
  margin: 15px auto;
  max-width: 90%;
}

.test_slid_box>.content>h4 {
  color: #1d2733;
  font-size: 22px;
  margin-bottom: 5px;
  padding-top: 15px;
}

.test_slid_box>.content>span {
  color: #14a4f5;
  font-size: 14px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto !important;
  left: 0;
  width: 100%;
  bottom: 0px !important;
}

.testmonial_slider .swiper {
  padding-bottom: 60px;
}

.testmonial_area {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.test_slider {
  padding: 30px 20px;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.swiper-slide .image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 10px;
}

.slide {
  padding: 40px 40px;
}

.content .stars i {
  margin: 0 2px;
}

.swiper-slide {
  box-shadow: none;
  /* Removes shadow from the slide itself */
}

.swiper-slide .content {
  box-shadow: none;
  /* Ensures no shadow on the content area */
}

.content h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 10px 0 5px;
}

.content span {
  font-size: 0.9rem;
  color: #6c757d;
}

.swiper-button-next,
.swiper-button-prev {
  color: #007bff;
}

.next {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  color: #000;
  background-color: transparent;
  border-radius: 50%;
  z-index: 10;
  opacity: 1;
}

.prev {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  color: #000;
  background-color: transparent;
  border-radius: 50%;
  z-index: 10;
  opacity: 1;
}

.next::after,
.prev::after {
  font-size: 24px;
  /* Adjust the size here */
  line-height: 1;
}

.contact_us_area {
  padding: 50px 0;
  background-color: #14a4f5;
}

.get-contact-dtlsvw h3 {
  font-size: 33px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin-top: 50px;
}

.get-contact-dtlsvw p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 10px;
}

.get-cont-call-locateicn {
  margin-left: 10px;
}

a {
  color: #fff;
}

a:hover {
  color: #000;
}

.signInBtn:hover {
  color: #fff !important;
}

.get-cont-call-locateicn p {
  margin-top: 0px;
}

.get-cont-call-locateicn h5 {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.get-contact-formus {
  background-color: rgba(255, 255, 255, 1);
  padding: 15px;
  border-radius: 13px;
}

/* input[type="file"]::file-selector-button {
  
  padding: 0.5em;
  border-radius: 0.2em;
  background-color: #fff;
  input[type="file"]::file-selector-button:hover {
    background-color: #14a4f5;
    border: 1px solid #14a4f5;
    color: #fff;
    } */

.custom-file-upload {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  color: gray;
  border: 1px dashed gray;
  transition: 1s;
}

.custom-file-upload:hover {
  color: white;
  border: 1px dashed white;
  background-color: #14a4f5;
}

input[type="file"] {
  display: none;
  /* Hide the default file input */
}

.footerCountry_Code>select {
  display: flex;
  width: 100%;
  padding: 8px 0 12px 10px !important;
  border: none;
  font-weight: 500;
  border-radius: 0px !important;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  background-color: transparent;
  color: gray;
}

.ContactCountry_Code>select {
  display: flex;
  width: 100%;
  padding: 17px 10px !important;
  border: none;
  font-weight: 500;
  border-radius: 0px !important;
  background-color: transparent;
  border-bottom: solid 0.5px #ffffff91;
  color: #fff;
}

.ContactCountry_Code>select:focus {
  background-color: transparent;
  border-bottom: solid 0.5px #ffffff91;
  box-shadow: none;
}

.footerCountry_Code>select:focus {
  background-color: transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  box-shadow: none;
}

.get-contact-input-box {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  outline: none;
  width: 100%;
  padding: 10px;
}

.get-contact-input-box {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  outline: none;
  width: 100%;
  padding: 10px;
}

.trade-view-morebtns {
  background-color: #14a4f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 10px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  border: none;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.contact-checklabel {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 500;
}

.spanget_us_span {
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #14a4f5;
}

.joinnow_area {
  padding: 50px 0;
  background-color: #fff;
}

.join_now_box {
  background: #bbe5faeb;
  display: flex;
  justify-content: space-between;
  padding: 50px 100px 80px;
  overflow: hidden;
  border-radius: 20px;
}

.join_now_box>.box_1>span {
  color: #23aaf6;
  font-weight: 600;
}

.join_now_box>.box_1>h4 {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 49px;
  text-align: left;
  color: #1d2733;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 15px;
  margin-top: 30px;
}

.join_now_box>.box_1>h4>span {
  color: #14a4f5;
}

.join_now_box>.box_1>h4>img {
  position: absolute;
  bottom: -28px;
  right: 0;
}

.join_now_box>.box_2>a {
  padding-left: 70px !important;
  padding-right: 70px !important;
  border-radius: 10px;
}

.join_now_box {
  position: relative;
}

.join_now_box>.icons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.join_now_box>.icons>img:first-child {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 177.82px;
}

.join_now_box>.icons>img:last-child {
  position: absolute;
  right: 0%;
  top: 0%;
}

/* Modern Footer Styles */
.modern-footer {
  background: linear-gradient(135deg, #001f3f 0%, #003366 100%);
  padding: 80px 0 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modern-footer::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 140%;
  height: 200%;
  background: radial-gradient(circle, rgba(20, 164, 245, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.footer-brand .footer-logo img {
  max-height: 60px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}

.footer-brand .footer-logo img:hover {
  transform: scale(1.05) rotate(-2deg);
}

.brand-description {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 350px;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-social a:hover {
  background: #14a4f5;
  color: #fff;
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 25px rgba(20, 164, 245, 0.4);
}

.footer-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  color: #fff;
}

.footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #14a4f5;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(20, 164, 245, 0.5);
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 12px;
}

.footer-links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links li a:hover {
  color: #14a4f5;
  transform: translateX(8px);
}

.footer-contact li {
  display: flex;
  gap: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.footer-contact li i {
  color: #14a4f5;
  font-size: 18px;
  margin-top: 3px;
  text-shadow: 0 0 10px rgba(20, 164, 245, 0.3);
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.dcma-logo {
  max-width: 120px;
  filter: grayscale(0.5) opacity(0.8);
  transition: all 0.3s ease;
}

.dcma-logo:hover {
  filter: grayscale(0) opacity(1);
}

/* Glassmorphism card for the footer content on mobile */
@media (max-width: 768px) {
  .modern-footer {
    padding: 60px 0 30px;
  }

  .footer-brand {
    text-align: center;
  }

  .brand-description {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-heading {
    margin-top: 30px;
  }
}

.footer-list-size {
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-family: "Outfit", sans-serif;
}

.ftr-timeline li {
  list-style: none;
}

.ftr-lineshow {
  border-top: dashed 1px #fff;
  margin-top: 15px;
}

.copy-right-ftr {
  font-size: 13px;
  font-weight: 400;
  font-family: var(--sub-main-font-family);
}

.filter_btn>a.active {
  color: #14a4f5;
  border: 1px solid #14a4f5;
}

.sml_service_box>a>img {
  width: 64px;
}

.sml_service_box>a {
  text-decoration: none !important;
  color: black;
}

.sml_service_box {
  border: 1px solid #14a4f5;
  box-shadow: 0px 0px 5px 0px #00000026;

  border-radius: 11px;
  align-items: center;
}

.service_box {
  display: flex;
  padding: -5px -10px;
  justify-content: space-between;
}

.sml_service_box>a>span {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  text-align: center;
  color: #000000;
}

.p-103 {
  padding: 103px 0;
}

.sample_p_section {
  padding: 70px 0;
}

.panget_button_sample>ul {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
  padding-left: 0 !important;
}

.panget_button_sample>ul>li {
  list-style: none;
}

.panget_button_sample>ul>li.prev {
  padding: 15px 16px;
  background-color: #000;
  border-radius: 50px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panget_button_sample>ul>li.numb {
  width: 48px;
  height: 48px;
  background: #ffffff;
  color: black;
  border-radius: 50px;
  line-height: normal;
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 9.8px 0px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panget_button_sample>ul>li.next {
  padding: 15px 16px;
  background-color: #000;
  border-radius: 50px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item>a {
  line-height: normal;
  height: 38px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item>span {
  line-height: normal;
  height: 38px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab_less_area {
  padding: 50px 0;
}

.ab_less_inner_1>span {
  color: #14a4f5;
}

.ab_less_inner_1>h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 62.06px;
  font-weight: 600;
  line-height: 66px;
  text-align: left;
}

.ab_less_inner_1>p {
  color: black;
  max-width: 80%;
}

.ab_less_inner_1>ul {
  padding-left: 0;
  margin-top: 10px;
  display: grid;
  grid-template-columns: auto auto;
}

.ab_less_inner_1>ul>li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 17px;
  font-size: 15px;
}

.ab_less_inner_1>ul>li>span {
  padding: 6px 7px;
  background-color: #14a4f5;
  border-radius: 100%;
  line-height: normal;
  display: flex;
  color: var(--white);
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 12px;
}

.ab_less_inner_1>.box>a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  margin-top: 0;
  padding-bottom: 15px;
}

.ab_less_inner_1>.box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 28px;
}

.ab_less_inner_1>.box>.contact-b>span {
  padding: 19px;
  background-color: #14a4f5;
  border-radius: 100px;
  line-height: 0;
}

.ab_less_inner_1>.box>.contact-b>.content>span {
  font-family: Inter;
  font-size: 17.72px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.ab_less_inner_1>.box>.contact-b {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ab_less_inner_1>.box>.contact-b>.content>h5 {
  font-family: "Bitter", serif;
  font-size: 22.88px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
  color: #14a4f5;
}

.policy_area {
  padding: 50px 0;
}

.policy_inner>h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.policy_inner>.policy_box>h4 {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-align: justified;
  color: #14a4f5;
}

.policy_inner>.policy_box>p {
  color: #000;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: justify;
}

.policy_inner>.policy_box>ol {
  padding-left: 19px;
  margin-bottom: 0;
}

.policy_inner>.policy_box>ol>li {
  /* list-style: none; */
  color: #000;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: justify;
}

.policy_inner>.policy_box>ul {
  padding-left: 19px;
  margin-bottom: 0;
}

.policy_inner>.policy_box>ul>li {
  /* list-style: none; */
  color: #000;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: justify;
}

.login_area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90vh;
}

.l-color {
  background-color: #34b0f6;
}

.login_inner {
  padding: 43px 40px;
  border-radius: 20px;
  background-color: #004872;
  text-align: center;
}

.login_inner>img {
  margin: auto;
}

.login_inner>.form_box>input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
  border-bottom: 1px solid #ffffff87;
  padding-bottom: 18px;
  padding-top: 18px;
}

.login_inner>.form_box>input::placeholder {
  color: #fff;

  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
}

.form_box>a {
  display: flex;
  justify-content: end;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form_box>button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  outline: 0;
  border: 0;
  font-weight: 600;
  margin-top: 10px;
  background-color: #14a4f5;
}

.form_box1>p {
  display: flex;
  margin-top: 10px;

  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  text-align: left;
  color: #fff;
}

.contact_area {
  padding: 50px 0;
  background-color: #fff;
}

.contact_inner>h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -1.9249999523162842px;
  text-align: left;
  color: #010000;
}

.contact_inner>p {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #000;
}

.contact_inner>ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 55px;
}

.contact_inner>ul>li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.contact_inner>ul>li>span {
  padding: 17px;
  background-color: #000;
  border-radius: 100%;
  line-height: 0;
  font-size: 15px;
}

.contact_inner>ul>li>.content>span {
  color: #000;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

.contact_inner>ul>li>.content>h5 {
  margin-bottom: 0;
  color: #000;
  font-weight: 650;
}

.contact_inner_1 {
  background: #14a4f5;
  border: 2px dashed #ffffff;
  padding: 40px 40px;
  border-radius: 15px;
}

.contact_inner_1 .form_box>input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
  border-bottom: 1px solid #ffffff87;
  padding-bottom: 18px;
  padding-top: 18px;
}

.contact_inner_1 .form_box>input::placeholder {
  color: #fff;

  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
}

.contact_inner_1 .form_box>textarea {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  color: #fff;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
  border-bottom: 1px solid #ffffff87;
  padding-bottom: 18px;
  padding-top: 18px;
}

.contact_inner_1 .form_box>textarea::placeholder {
  color: #fff;

  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
}

.contact_inner_1 .form_box2>input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  width: fit-content;
  background-color: #fff;
  border-radius: 8px;
  color: #000;
  outline: 0;
  border: 0;
  font-weight: 600;
  margin-top: 10px;
  text-decoration: none;
}

.contact_inner_1 .contact-checklabel {
  color: #fff;
  font-weight: 500;
}

.blog-d-in>h3 {
  text-align: center;
  margin-bottom: 0;
}

.blog-d-in>p {
  text-align: center;
  max-width: 80%;
  margin: auto;
  color: #000;
  margin-bottom: 12px;
}

.blog-d-form {
  padding: 40px 42px 20px;
  background-color: var(--white);
  border-radius: 20px;
}

.blog-d-form>.form-box>label {
  color: #000;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 550;
}

.blog-d-form>.form-box>input {
  width: 100%;
  padding: 10px 15px;
  background-color: #bbe5fa;
  border-radius: 10px;
  border: 0;
}

.blog-d-form>.form-box>select {
  width: 100%;
  padding: 10px 15px;
  background-color: #bbe5fa;
  border-radius: 10px;
  border: 0;
}

.blog-d-form>.form-box>input:focus {
  border: 0;
  outline: 0;
}

.blog-d-form>.form-box {
  margin-bottom: 15px;
}

.blog-d-form>.form-box>a {
  padding: 15px 28px;
  background-color: #14a4f5;
  text-decoration: none;
  border-radius: 12px;
  color: #fff;
  display: flex;

  width: fit-content;
  justify-content: center;
  margin: auto;
}

.blog-d-form>.form-box>textarea {
  width: 100%;
  padding: 10px 15px;
  background-color: #bbe5fa;
  border-radius: 10px;
  border: 0;
}

.blog-d-area>h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}

.blog-d-area>p {
  color: #000;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}

.blog-d-area>.image {
  padding: 15px;
  border-radius: 25px;
  border: 1px dashed #000;
  margin-top: 25px;
}

.blog-d-area>.image>img {
  width: 100%;
}

.blog-d-inner {
  background: #bbe5fa;
  border: 2px dashed #f2f0f9;
  padding: 60px 20px 60px;
  margin-top: 35px;
}

.blog-d-inner>h5 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  position: relative;
}

.blog-d-inner>h5>img {
  position: absolute;
  margin-left: -15px;
  margin-top: -10px;
}

.blog-d-inner>p {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.blog-d-inner>.accordion {
  background-color: transparent !important;
  --bs-accordion-bg: transparent !important;
}

.blog_description {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 40px;
  margin-top: 20px;
  color: black !important;
}

.blog_p {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 40px;
  margin-top: 20px;
  color: black !important;
}

.blog_d_inner_2 {
  margin-top: 20px;
}

.blog_d_inner_2>h5 {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 700;
  text-align: justified;
  color: #14a4f5;
  margin-bottom: 10px;
}

.blog_d_inner_2>p {
  font-family: Quicksand;
  font-size: 16px !important;
  font-weight: 800 !important;
  /* text-align: justified; */
  color: #000000;
}

.blog_d_inner_2>ul {
  /* padding-left: 0; */
}

.blog_d_inner_2>ul>li {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.councling_book_btn>ul {
  padding: 0;
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.councling_book_btn>ul>li {
  list-style: none;
}

.councling_book_btn>ul>li>a {
  padding: 10px;
  border: 1px dashed #000;
  border-radius: 50px;
  display: flex;
  width: fit-content;
}

.councling_book_btn>ul>li>a>img {
  width: 25px;
}

.councling_book_btn>.btn-book {
  padding: 19px;
  display: flex;
  justify-content: center;
  background-color: #14a4f5;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
}

.blog-d-latest {
  padding: 50px 0;
}

.page-item {
  margin: 0 8px;
  border-radius: 100%;
}

.page-item>a {
  border-radius: 100%;
  line-height: normal;
  border: 1px dashed #0000ff;
}

.page-item.active>span {
  border-radius: 100%;
  line-height: normal;
  border: 1px dashed #0000ff;
}

.page-item:first-child .page-link {
  border-radius: 100% !important;
  line-height: normal;
  height: 38px;
  width: 37px;
  color: transparent !important;
  position: relative;
  background-color: #0d6efd;
}

.page-item:first-child .page-link::before {
  content: "\f104";

  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}

.page-item:last-child .page-link {
  border-radius: 100% !important;
  line-height: normal;
  height: 38px;
  width: 37px;
  color: transparent !important;
  background-color: #0d6efd;

  position: relative;
}

.page-item:last-child .page-link:focus {
  background-color: #0000ff !important;
}

.page-item:first-child .page-link:focus {
  background-color: #0000ff !important;
}

.page-item:last-child .page-link::before {
  content: "\f105";
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}

.page-link:focus {
  background-color: transparent !important;
}

.page-link:hover {
  border-color: #0d6efd;
}

.page-item.disabled {
  opacity: 0.8;
}

.panget_button_sample nav {
  box-shadow: none !important;
}

.PlaceOrderForm {
  background-color: #14a4f5;
  border-radius: 20px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.placeOrderBtn>button {
  height: 50px;
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.placeOrderBtn>button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.grid-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.placeOrderRightBox {
  border: 0.5px solid #14a4f5;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.ol>li {
  font-weight: 500;
  font-size: 17px;
  color: #000;
}

/* ------------------------------------ Responcive css start  ------------------------------------*/

@media screen and (max-width: 1600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1484px !important;
  }
}

@media screen and (max-width: 1550px) {
  .Country_Code>input {
    display: flex;
    width: 120%;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #14a4f5;
    font-weight: 500;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1404px !important;
  }

  .hero_area_inner>h3 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1450px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1304px !important;
  }

  .hero_area_inner>h3 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1350px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1204px !important;
    margin: 0 10px !important;
  }

  .hero_area>.shapes>.shap_2 {
    position: absolute;
    left: 27%;
    bottom: 80px;
    margin-top: 55px;
  }

  .process_box::before {
    width: 80px;
    height: 80px;
    position: absolute;
    content: "";
    right: -56px;
  }
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1250px) {
  .whatsapp {
    right: 11px;
  }
}

@media screen and (max-width: 1200px) {
  .blogDetailsPage {
    display: flex;
    flex-direction: column-reverse;
  }

  .formSection {
    margin-top: 20px;
  }

  .Country_Code>input {
    display: flex;
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #14a4f5;
    font-weight: 500;
  }

  .process_box::before {
    display: none;
  }

  .counter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 1150px) {
  .nav-link {
    padding: 15px 20px !important;
  }

  .search_sample {
    max-width: 333px;
  }
}

@media screen and (max-width: 1100px) {
  .top_header_inner>.box {
    display: none;
  }
}

@media screen and (max-width: 1098px) {}

@media screen and (max-width: 992px) {
  .nav_btn {
    margin-top: 20px;
    text-align: center;
  }

  .search_sample {
    max-width: 275px;
  }

  .join_now_box {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero_area_inner>.box {
    display: block;
  }

  .box_inner_2 {
    margin-top: 20px;
    width: 100%;
  }

  .search_sample {
    display: none;
  }

  .hero_area_inner>.box>.box_inner_1 {
    width: 100%;
  }

  .hero_area_inner>h3 {
    line-height: normal;
  }

  .container {
    margin: 0px !important;
  }

  .join_now_box {
    display: block;
    padding: 50px;
  }

  .ab_less_inner_1>p {
    color: black;
    max-width: 100%;
    font-size: 14px;
  }

  .phone {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    /* Creates 3 equal columns */
  }
}

@media screen and (max-width: 550px) {
  .nav_P {
    color: #000;
    font-size: small;
  }

  .swiper-slide .image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 10px;
  }

  .swiper-slide {
    padding: 12px;
  }

  .content .stars i {
    margin: 0 2px;
  }

  .content p {
    font-size: small;
  }

  .content h4 {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 10px 0 5px;
  }

  .content span {
    font-size: 12px;
    color: #6c757d;
  }

  .next {
    visibility: hidden;
  }

  .prev {
    visibility: hidden;
  }

  /*  */
  .policy_inner>.policy_box>p {
    line-height: 20px;
    text-align: justify;
  }

  .policy_inner>.policy_box>ul>li {
    line-height: 20px;
    margin-bottom: 5px;
  }

  .policy_inner>.policy_box>ol>li {
    line-height: 20px;
    margin-bottom: 5px;
  }

  .navbar>.container {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact_inner>h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .blog-d-form {
    padding: 40px 22px 20px;
  }

  .contact_inner>p {
    font-size: 14px;
    text-align: justify;
  }

  .blog-d-area>h4 {
    font-size: 25px;
  }

  .contact_inner>ul>li>span {
    padding: 15px;
  }

  .login_inner {
    padding: 43px 15px;
  }

  .contact_inner_1 {
    padding: 40px 20px;
  }

  .contact_inner>ul>li>.content>span {
    font-size: 14px;
  }

  .contact_inner>ul>li>.content>h5 {
    font-size: 16px;
  }

  .blog_area_inner {
    padding: 35px 10px;
  }

  .blog_box {
    padding: 18px 15px;
  }

  .policy_inner>.policy_box>p {
    font-size: 14px;
  }

  .policy_inner>.policy_box>h4 {
    font-size: 17px;
    line-height: normal;
  }

  .policy_inner>.policy_box>ul>li {
    font-size: 14px;
  }

  .policy_inner>.policy_box>ol>li {
    font-size: 14px;
  }

  .ab_less_inner_1>h3 {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: normal;
  }

  .ab_less_inner_1>ul {
    grid-template-columns: auto;
  }

  .ab_less_inner_1>.box {
    display: grid;
    gap: 22px;
  }

  .choose_inner_2 {
    padding: 27px 12px;
  }

  .test_slid_box {
    padding: 40px 15px;
  }

  .page_display_inner>h3 {
    font-size: 36px;
  }

  .page_display_inner>p {
    font-size: 14px;
  }

  .sml_service_box>a>span {
    text-align: left;
    font-size: 16px;
  }

  .join_now_box>.icons {
    display: none;
  }

  .join_now_box>.box_1>h4 {
    font-size: 30px;
  }

  .join_now_box>.box_2 {
    margin-top: 40px;
  }

  .test_slid_box>.content>p {
    color: #52565b;
    font-size: 11px;
    margin: 15px auto;
    max-width: 100%;
  }

  .accordion-button {
    font-size: 14px;
    padding: 14px 5px;
  }

  .accordion-body {
    padding: 10px 0;
  }

  .top_header_inner>.box_1 {
    display: none;
  }

  .sample_filters {
    background-color: #bbe5fa;
    padding: 11px 60px;
    margin-top: 30px;
  }

  .top_header_inner {
    justify-content: center;
  }

  .navbar-brand>img {
    width: 40px;
  }

  .hero_area_inner>h3>img {
    display: none;
  }

  .hero_area_inner>p {
    margin-top: 5px;
  }

  .nav-tabs .nav-link {
    display: grid !important;
  }

  .nav-tabs {
    gap: 10px;
  }

  .sample_area_inner>h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  .nav-tabs .nav-link {
    display: grid !important;
  }

  .hero_area_inner>h3 {
    font-size: 27px;
  }

  .sample_box>.content>h3 {
    font-size: 16px;
  }

  .footer-content {
    padding: 60px 20px 30px 20px;
  }

  .sample_box>.content>p {
    font-size: 14px;
  }

  .service_inner>h4 {
    font-size: 22px;
  }

  .choose_area_inner>h4 {
    font-size: 22px;
  }

  .blog-d-inner>h5 {
    font-size: 18px;
  }

  .join_now_box {
    display: block;
    padding: 31px 20px;
  }

  .join_now_box>.box_1>h4 {
    margin-top: 0px;
  }

  .form_box1>p {
    font-size: 14px;
  }

  .sample_box>.content {
    background-color: #bbe5fa;
    padding: 23px 20px;
  }

  .sample_area {
    padding: 75px 0 0;
  }

  .sample_area_inner>h3 {
    flex-wrap: wrap;
  }

  .sample_area_inner>h3>img {
    position: absolute;
    bottom: -19px;
    width: 110px;
    left: 27%;
  }



  .hero_area_inner>span {
    font-size: 14px;
  }

  .hero_area_inner>.box>.box_inner_1::before {
    display: none;
  }

  .hero_area_inner>p {
    font-size: 14px;
    text-align: justify;
  }

  .custom_button {
    padding: 13px 35px;
    margin-top: 21px;
  }

  .hero_area_inner_1 {
    padding: 20px 15px 15px 15px;
  }

  .hero_area_inner_1>p {
    font-size: 13px;
    margin: auto;
  }

  .service_box {
    padding-right: 15px;
    padding-left: 15px;
  }

  .service_box>span {
    font-size: 18px;
  }

  .counter-box {
    width: 140px;
    height: 140px;
  }

  .counter-box h2 {
    font-size: 22px !important;
  }

  .counter-box p {
    font-size: 11px;
  }

  .ab_less_inner_1>span {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ab_less_inner_1>ul>li {
    font-size: 14px;
  }
}

@media screen and (max-width: 325px) {}

/* Sticky Header Styles */
.main-header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.main-header.sticky-header .top_header {
  transition: all 0.3s ease;
}

.main-header.sticky-header nav {
  transition: all 0.3s ease;
  background-color: #ffffff !important;
}

/* Add padding to body when header is sticky */
body.has-sticky-header {
  padding-top: 110px;
}

/* Compact header logo */
.header-logo {
  height: 40px;
  width: auto;
  transition: all 0.3s ease;
}

/* Dropdown menu styles */
.nav-item.dropdown .dropdown-menu {
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 5px;
  padding: 8px 0;
}

.nav-item.dropdown .dropdown-item {
  padding: 8px 20px;
  font-size: 15px;
  color: #000;
  transition: all 0.3s ease;
}

.nav-item.dropdown .dropdown-item:hover {
  background-color: #14a4f5;
  color: #ffffff;
}

.nav-item.dropdown .dropdown-toggle::after {
  margin-left: 5px;
  vertical-align: 0.2em;
}

/* Account dropdown specific styles */
.account-dropdown .dropdown-menu {
  min-width: 160px;
}

/* WhatsApp icon color */
.top_header_inner>.box_1>ul>li>a>i.fa-whatsapp {
  color: #25d366 !important;
}

/* Responsive adjustments for sticky header */
@media (max-width: 991px) {
  .main-header.sticky-header {
    position: relative;
  }

  body.has-sticky-header {
    padding-top: 0;
  }

  .navbar>.container {
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Sample Page Card Styles */
.sample_card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.sample_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.sampleCardImage {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.sample_card .absolute-title {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(20, 164, 245, 0.9);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.banner_img_wrapper {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.banner_img_wrapper:hover {
  transform: scale(1.01);
}

.banner_img_wrapper img {
  display: block;
  transition: transform 0.5s ease;
}

.banner_img_wrapper:hover img {
  transform: scale(1.05);
}