@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");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
:root {
  --light_white: #f8f8f8;
  --black: #000;
  --white: #fff;
  --primary_color: #007bff;
  --secondary_color: #00202f;
  --font-family: Poppins, sans-serif;
}

img {
  pointer-events: none;
}

/*Website Font USE/
font-family: 'Poppins', sans-serif;
/*Website Font USE*/

/*BEGIN: GENERAL CSS*/

/*html{
      scroll-behavior: smooth;
}*/

body {
  font-family: var(--font-family);
  overflow-x: hidden;
}

div#userwayAccessibilityIcon {
  right: -20px !important;
  top: 20px;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
  display: none;
}

body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--secondary_color);
}

::selection {
  color: var(--white);
  background: var(--secondary_color);
}

a {
  text-decoration: none;
  color: #000;
  font-family: var(--paragraph-font);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p {
  color: #b1b5d3;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

/*Header Section Begin*/

header {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
  transition: 0.5s ease-in-out;
  background: transparent;
}

header.menu_fixed {
  width: 100%;
  position: fixed;
  z-index: 99999;
  padding: 10px 0;
  background: rgb(0 0 0 / 74%);
  background: #111;
}

.main_menu_sec ul li a {
  font-size: 16px;
  color: var(--white);
  font-weight: 600;
  padding: 21px 13px !important;
  font-family: "Playfair Display", serif;
}

.btn__head ul li a {
  font-size: 15px;
  color: var(--white);
  font-weight: 300;
}

.btn__head ul li a img {
  padding-right: 11px;
  position: relative;
  top: -1px;
}

.btn__head ul li {
  padding: 10px 3px;
  display: inline-block;
}

.btn__head ul li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  background: var(--primary_color);
  border-radius: 34px;
  color: #fff;
  border: 0;
  transition: all 0.5s ease;
  padding: 13px 30px;
}

.container {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.btn__head {
  text-align: center;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 29%);
  min-width: 16rem;
  border-radius: 0;
}

.main_menu_sec ul.dropdown-menu li a {
  font-size: 14px;
  color: #fff !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid rgb(255 255 255 / 7%);
}

ul.dropdown-menu {
  padding: 0;
  background: var(--secondary_color);
  border: 0 !important;
  top: 84%;
}

.main_menu_sec ul.dropdown-menu li a:hover {
  color: #9193b9 !important;
  background: var(--white) !important;
}

.app-container.active {
  left: -80%;
}

.app-container {
  position: relative;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: none;
}

.lines:before,
.lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

ul.firstlevel.unstyled {
  padding: 0;
}

.logo__Sec__main img {
  width: 100%;
}

/*Header Section End*/

/*Banner CSS Begin*/

.banner__sec__main .carousel-caption {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: left;
  display: flex;
  align-items: center;
  z-index: 99;
  bottom: 0;
}

.banner__sec__main {
  position: relative;
}

.banner__sec__main:after {
  content: "";
  background: rgb(0 0 0 / 64%);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.banner__content__sec h3 {
  background-image: -webkit-linear-gradient(
    -90deg,
    var(--primary_color),
    #0053ab
  );
  text-wrap: nowrap;
  display: inline-block;
  padding: 6px 20px;
  font-size: 24px;
  margin-bottom: 20px;
}

.banner__content__sec h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 34px;
}

.banner__content__sec p {
  font-size: 18px;
  line-height: 32px;
  color: var(--white);
  font-weight: 300;
  font-family: "Playfair Display", serif;
}

.banner__sec__main video {
  height: 860px;
  background-size: cover;
  object-fit: cover;
  width: 100%;
}

.banner___form___sec {
  background: rgb(255 255 255 / 28%);
  padding: 30px 30px;
  border-radius: 20px;
}

.banner___form___sec h3 {
  font-size: 35px;
  font-weight: bold;
}

.banner___form___sec p {
  font-size: 18px;
  color: var(--white);
}

.banner___form___sec p span {
  animation: key-second 4s linear infinite;
  -webkit-animation: key-second 4s ease-in-out infinite;
  background-color: transparent !important;
}

@keyframes key-second {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    color: #fff;
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    color: var(--primary_color);
  }
}

.banner___form___sec input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
}

.banner___form___sec textarea {
  height: 80px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  resize: none;
  margin-bottom: 10px;
}

.banner___form___sec .check___box {
  width: 18px;
  height: 24px;
  position: absolute;
  margin-bottom: 0;
}

label.remember__text {
  padding: 0 30px;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
}

label.remember__text a {
  color: var(--white);
  font-weight: bold;
  text-decoration: underline;
}

.btn__banner input {
  background-image: -webkit-linear-gradient(
    -90deg,
    var(--primary_color),
    #0053ab
  );
  color: var(--white);
  font-size: 16px;
  margin-top: 10px;
  height: auto;
  padding: 11px 0;
}

/*Banner CSS End*/

/*Logo Section Begin*/

.logo__psec img {
  width: 70% !important;
  margin: 0 auto;
}

.logo__psec {
  text-align: center;
}

.logo___sec__pt {
  padding: 40px 0;
  background: #fff;
  background-image: -webkit-linear-gradient(90deg, #ededed, #fff);
  border-bottom: 0.1px solid #d7d7d7;
  box-shadow: 0 7px 18.27px 2.73px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}

.logo___sec__pt .owl-nav {
  display: none;
}

/*Logo Section End*/

/*About Us Section Begin*/

.about__content__sec h2 {
  font-size: 48px;
  color: var(--black);
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 10px;
}

.about__content__sec h3 {
  font-size: 22px;
  color: var(--primary_color);
}

.about__content__sec p {
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
}

.web__btn ul li {
  display: inline-block;
}

.web__btn ul li a {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  background: var(--primary_color);
  padding: 10px 40px;
  display: inline-block;
  border-radius: 30px;
  color: var(--white);
}

.About___img_sec img {
  width: 100%;
}

.padding__70 {
  padding: 70px 0;
}

.web__btn {
  margin-top: 30px;
}
/*About Us Section End*/

/*Portfolio Section Begin*/

.tab___btn ul {
  justify-content: center;
  border: 0;
  margin-bottom: 0;
}

.tab___btn ul li button {
  border: 0 !important;
  background: var(--black) !important;
  color: var(--white) !important;
  border-radius: 50px !important;
  padding: 12px 30px;
  margin: 0 20px 0 0;
}

.tab___btn ul li button.active {
  background: var(--primary_color) !important;
}

.portfolio__img__Sec {
  padding-bottom: 20px;
}

.portfolio__img__text h4 {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.portfolio__img__text p {
  color: var(--black);
  font-family: "Playfair Display", serif;
}

/*Portfolio Section End*/

/*CTA Section Begin*/

.cta__bg__sec:after {
  content: "";
  position: absolute;
  background: url(../images/cta-bg.webp);
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  border-radius: 30px;
  top: 10px;
  z-index: -1;
}

.cta__bg__sec {
  position: relative;
}

.cat__img img {
  width: 100%;
  animation: upAndDown 3s ease-in-out 0.6s infinite;
}

@keyframes upAndDown {
  0%,
  to {
    transform: translateZ(0);
  }

  50% {
    transform: translate3d(0, -2%, 0);
  }
}

.cat__img {
  padding-left: 40px;
}

.CTA__content__sec {
  padding: 0 60px;
}

.CTA__content__sec h3 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
}

.CTA__content__sec p {
  font-size: 18px;
  color: var(--black);
  font-family: "Playfair Display", serif;
}

.cat__img {
  position: relative;
  z-index: 99;
}

.cat__img:after {
  content: "";
  position: absolute;
  background: url(../images/cta-vector.png);
  width: 400px;
  height: 500px;
  top: 0;
  z-index: -1;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

/*CTA Section End*/

/*Services W offer Section Begin*/

.serices___offer_Sec {
  background-position: top;
  background: url(../images/cta-bg.webp);
  margin-top: 90px;
  background-size: cover;
}

.center___content__sec h2 {
  font-size: 48px;
  font-weight: 600;
  color: var(--black);
  padding-bottom: 5px;
}

.center___content__sec h3 {
  font-size: 20px;
  padding-bottom: 5px;
  color: var(--black);
}

.center___content__sec p {
  font-size: 17px;
  color: var(--black);
  font-family: "Playfair Display", serif;
}

.offer__ser__content {
  background: var(--white);
  padding: 30px 20px;
  height: -webkit-fill-available;
}

.offer__ser__img img {
  width: 100%;
}

.icon___mainD {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}

.heading___ser {
  text-align: center;
}

.heading___ser p {
  font-size: 17px;
  color: var(--black);
  font-family: "Playfair Display", serif;
  padding-bottom: 5px;
}

.heading___ser h3 {
  font-size: 25px;
  color: var(--black);
  font-weight: 400;
}

.Num___ooffer h3 {
  font-size: 31px;
  border-bottom: 5px solid #000;
  padding-bottom: 5px;
}

.overlay___offert {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.offer__ser__img {
  position: relative;
}

.overlay___offert a {
  background: rgb(255 255 255 / 75%);
  padding: 15px 24px;
  font-family: "Playfair Display", serif;
  position: relative;
  z-index: 99;
}

.overlay___offert:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0 114 237 / 53%);
  -webkit-transition: opacity 0.5sease, visibility 0.5s ease,
    -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease,
    -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease,
    -webkit-transform 0.5s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.offer____box__main {
  overflow: hidden;
  margin-bottom: 30px;
}

.offer____box__main:hover .overlay___offert:before {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.offer____box__main:hover .overlay___offert {
  opacity: 1;
}

.offer____box__main:hover .offer__ser__content {
  background-image: -webkit-linear-gradient(
    -90deg,
    var(--primary_color),
    #0053ab
  );
}

.offer____box__main:hover .offer__ser__content .icon___img {
  filter: brightness(0) invert(1);
}

.offer____box__main:hover .Num___ooffer h3 {
  color: var(--white);
  border-color: var(--white);
}

.offer____box__main:hover .heading___ser p,
.offer____box__main:hover .heading___ser h3 {
  color: var(--white);
}

/*Services We offer Section End*/

/*Why Choose Section Begin*/

.choose___sec__main {
  background: url(../images/why-choose-bg.webp);
  background-size: cover;
  background-position: 100%;
  padding: 40px 0;
  margin-top: 80px;
  margin-left: 160px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
.choose___content h2 {
  color: var(--white);
  text-transform: capitalize;
  font-size: 36px;
  font-weight: bold;
}

.choose___content p {
  font-family: "Playfair Display", serif;
  color: var(--white);
  font-size: 17px;
  line-height: 29px;
}

.choose___content ul li {
  color: var(--white);
  font-size: 16px;
  display: inline-block;
  width: 47%;
  font-weight: 600;
  position: relative;
  padding: 0 25px 10px;
}

.choose___content ul li:before {
  content: "";
  background: url(../images/check-mark.webp);
  width: 17px;
  height: 17px;
  left: 0;
  top: 4px;
  z-index: 99;
  position: absolute;
}

.choose___content {
  padding-left: 40px;
}

/*Why Choose Section End*/

/*Review Section Begin*/

.review___box {
  background-color: #e8e4e4;
  border-radius: 4px;
  overflow: hidden;
  padding: 23px;
  height: -webkit-fill-available;
  z-index: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.stars___re img {
  width: 140px;
}

.revew___star_ma {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.loca___re svg {
  position: relative;
  top: 0px;
}

.loca___re span {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 19px;
}

.review___content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
}

.review___content p {
  color: var(--black);
  font-family: "Playfair Display", serif;
  line-height: 30px;
  font-size: 17px;
  margin-bottom: 40px;
}

.date__RV span {
  font-weight: 600;
  font-size: 17px;
}

.content___re_M {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review___box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -13px;
  right: 1px;
  background-image: -webkit-linear-gradient(
    -90deg,
    var(--primary_color),
    #0053ab
  );
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(5.5);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.review___box:hover:before {
  transform: scale(45);
}

.review___box:hover .review___content h3,
.review___box:hover .review___content p {
  color: var(--white);
}

.review___box:hover .date__RV span {
  color: var(--white);
}

/*Review Section End*/

/*Cirtifi Seciton Begin*/

.Cir___box {
  border: 3px dotted #00000061;
}

.Box__cirM {
  padding: 1rem;
  text-align: center;
  border-right: 2px dotted #00000061;
}

.Box__cirM h4 {
  font-size: 14px;
}

.Box__cirM img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.Box__cirM p {
  font-size: 13px;
  font-family: "Playfair Display", serif;
  color: var(--black);
}

/*Cirtifi Seciton Begin*/

/*FAQ Begin*/

.Faq___sec__main .accordion-item {
  background-image: -webkit-linear-gradient(
    -90deg,
    var(--primary_color),
    #0053ab
  );
  color: #fff;
  margin-bottom: 10px;
  border: 0;
  border-radius: 10px;
}

.accordion-body p {
  color: var(--white);
  font-family: "Playfair Display", serif;
  font-size: 17px;
  line-height: 31px;
}

.Faq___sec__main .accordion-item button {
  color: #fff;
  background: transparent;
  border-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(255 255 255);
  padding: 24px 25px;
  font-size: 18px;
  line-height: 26px;
  font-family: "Playfair Display", serif;
}

.Faq___sec__main .accordion-item button:after {
  filter: brightness(0) invert(1);
}

/*FAQ End*/

/*Contact Us Section Begin*/

.Contact___tab__frm {
  border: 5px solid var(--primary_color);
  padding: 40px 100px 0px 0px;
  border-radius: 60px;
  background: #e5e7eb;
}

.women__pic img {
  width: 400px;
}

.form__head h4 {
  font-size: 36px;
  font-weight: 600;
  color: var(--black);
}

.form__head p {
  font-size: 17px;
  line-height: 24px;
  color: var(--black);
  font-family: "Playfair Display", serif;
}

.cntact___form input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  margin-bottom: 20px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 10px;
}

.cntact___form textarea {
  width: 100%;
  height: 140px;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 10px;
}

.Contact___tab__frm input.check___box {
  width: 37px;
  height: 19px;
  position: absolute;
  margin: 4px 0 10px -5px;
}

.cntact___form label.remember__text {
  font-size: 14px;
}

.cntact___form label.remember__text a {
  color: var(--black);
  font-weight: bold;
}

.form__lffft {
  padding-left: 70px;
}
/*Contact Us Section End*/

/*Footer Section Begin*/

footer {
  background: var(--black);
  padding: 40px 0 0;
  margin-top: 60px;
}

.logo__footer img {
  width: 80%;
  margin-bottom: 20px;
}

.footer__content p {
  color: var(--white);
  font-size: 16px;
  line-height: 31px;
  font-weight: 300;
}

.quick___heading h3 {
  color: var(--white);
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 30px;
}

.linkssss___foo ul li {
  padding-bottom: 11px;
  display: block;
}

.quick___heading {
  margin-top: 40px;
}

.linkssss___foo ul li a {
  color: var(--white);
  font-size: 17px;
}

.info__list ul li {
  color: var(--white);
  position: relative;
  padding-bottom: 20px;
}

.info__list ul li span {
  padding-bottom: 10px;
  display: inline-block;
}

.info__list ul li a {
  display: block;
  color: #fff;
  font-size: 17px;
}

.info__list ul li p {
  margin-bottom: 0;
}

.info__list ul li span img {
  margin-right: 7px;
  position: relative;
  top: 0px;
}

.copy__right {
  background: var(--primary_color);
  margin-top: 40px;
  padding: 20px 0;
}

.copy__right {
}

.copy_text p {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}

.term__links {
  text-align: right;
}

.term__links ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 17px;
  color: var(--white);
}

.term__links ul li a {
  color: var(--white);
}
/*Footer Section End*/

/*Inner Banner Section Begin*/

.inner___banner .inner__bg {
  height: 410px;
  background-size: cover;
  width: 100%;
  object-fit: cover;
}

.inner___banner .carousel-caption {
  top: 50px;
}
/*Inner Banner Section Eng*/

/*CTA Inner Section Begin*/

.CTA___sec___inner {
  background: url(../images/cta-bg-banner.png);
  padding: 50px 0;
  background-size: cover;
  position: relative;
}

.center___cta___content h3 {
  color: var(--primary_color);
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 600;
}

.center___cta___content p {
  color: var(--white);
  font-size: 17px;
  font-family: "Playfair Display", serif;
}

.CTA__left__img img {
  position: absolute;
  top: -20px;
  width: 330px;
  left: 90px;
}

.CTA__right__img img {
  position: absolute;
  width: 300px;
  top: 20px;
  right: 60px;
}

/*CTA Inner Section End*/

/*Processs Section Begin*/

.stepppp___proce___sec {
  background-color: #e6ded8;
}

.proces___boxx {
  background-image: -webkit-linear-gradient(
    -90deg,
    var(--primary_color),
    #0053ab
  );
  height: -webkit-fill-available;
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 0px 6px 6px rgb(0 0 0 / 26%);
  position: relative;
}

.proces___boxx h3 {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}

span.num__pro {
  background: var(--white);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: -10px;
  font-size: 28px;
  box-shadow: 0px 0px 7px #000;
  border-radius: 10px;
  /* font-family: "Playfair Display", serif; */
  font-weight: 500;
}

.proces___boxx p {
  color: var(--white);
  font-size: 17px;
  line-height: 28px;
  font-family: "Playfair Display", serif;
}

/*Processs Section End*/
/* ---------- MOBILE RESPONSIVE FIX ---------- */

@media (max-width: 767px) {
  /* Adjust overall banner layout */
  .banner__sec__main .carousel-caption {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 15px;
  }

  /* Video height reduced for phones */
  .banner__sec__main video {
    height: 1220px;
    object-fit: cover;
  }

  /* Content text styling */
  .banner__content__sec {
    text-align: center;
    margin-bottom: 20px;
  }

  .banner__content__sec h3 {
    font-size: 16px;
    padding: 4px 12px;
    margin-bottom: 10px;
  }

  .banner__content__sec h1 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .banner__content__sec p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
  }

  /* Form section adjustments */
  .banner___form___sec {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.25);
  }

  .banner___form___sec h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .banner___form___sec p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .banner___form___sec input,
  .banner___form___sec textarea {
    font-size: 13px;
    padding: 8px 15px;
  }

  .btn__banner input {
    font-size: 14px;
    padding: 10px 0;
  }

  /* Optional: stack text and form cleanly */
  .banner__sec__main .carousel-caption > div {
    width: 100%;
  }
  label.remember__text {
    padding: 0px;
  }
  .banner___form___sec .check___box {
    left: 22px;
  }

  .padding__70 {
    padding: 10px 0;
    display: flex;
  }
  .about__content__sec h2 {
    font-size: 30px;
    padding: 6px;
  }
  .about__content__sec p {
    padding: 8px;
  }
  .web__btn {
    padding: 16px;
  }
  .tab-content.pt-5 {
    display: flex;
    margin: auto;
    width: 85%;
  }
  ul#myTab {
    display: flex;
    gap: 20px;
    margin: auto;
    width: 84%;
    flex-direction: column;
  }
  button#Published__book-tab {
    margin: -10px;
  }
  section.cta__Sec__main {
    display: flex;
  }
  .cat__img:after {
    width: 376px;
  }
  .CTA__content__sec {
    padding: 20px 14px;
  }
  .web__btn ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .choose___sec__main {
    margin-left: 0px;
    border-radius: 20px;
  }
  .circle___img___choose img {
    width: 31%;
    margin: auto 0%;
  }
  .choose___content {
    padding: 18px;
    padding-left: 15px;
    width: 30%;
  }
  .CTA__content__sec h3 {
    font-size: 30px;
  }
  .center___content__sec h2 {
    font-size: 30px;
  }
  .Cir___box {
    margin: auto 2%;
    width: 28%;
  }
  .Contact___tab__frm {
    width: 30%;
    margin: auto 1%;
    padding: 0px;
  }
  .women__pic img {
    width: 360px;
  }
  .form__lffft {
    padding: 20px;
  }
  .Contact___tab__frm input.check___box {
    width: 16px;
    margin: 1px 0 15px -19px;
  }
  .logo__footer img {
    width: 30%;
  }
  .footer__content {
    width: 300px;
    margin: auto 4%;
    text-align: left;
  }
  .offset-1 {
    margin-left: 3.333333%;
  }
  .contact__infooo {
    margin: auto 3%;
    width: 340px;
  }
  .copy__right {
    display: flex;
  }
  .term__links {
    text-align: center;
    margin-top: 30px;
  }
  .copy_text p {
    text-align: center;
  }
  .logo__Sec__main {
    display: none;
  }
  .main_menu_sec,
  .btn__head {
    display: none !important;
  }
  section.logo___sec__pt {
    display: none;
  }

  .CTA___sec___inner {
    display: flex;
    padding-top: 300px;
  }
  .CTA__left__img img {
    display: none;
  }
  span.num__pro {
    right: 10px;
  }
}
