@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Oranienbaum&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');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: var(--f1);
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  font-size: 15px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  /* text-transform: capitalize; */
  color: black;
  font-family: var(--f2);
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #89B93E; /* Red */
  --c4: #0b0b0b; /* Background Color */
  --c5: #6b6b6b; /* Background Color */
  --c6: #4f4f4fc4;


  --f1: "DM Sans", sans-serif;
  --f2: "Oranienbaum", serif;
  --f3: "Poppins", sans-serif;
}
::selection {
  background: var(--c5);
}
.wrapper {
  overflow: hidden;
  position: relative;
}

/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* end inner-wrapper */


/* repeatyed classes */

.spacing {
  padding: 100px 0px;
}

/* header */

.navigations nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.navigations ul li a {
    color: var(--c1);
    position: relative;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 600;
}
.logo img {
    width: 250px;
}
.h-items {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: -webkit-fill-available; */
    /* gap: 10px; */
}
.h-phone {
    display: flex
;
    gap: 10px;
    align-items: center;
}
.h-phone a {
    color: black;
    text-decoration: underline !important;
}

.h-phone i {
    color: var(--c3);
    font-size: 25px;
} 
.h-btn i {
    color: var(--c3);
    font-size: 23px;
    cursor: pointer;
}
.main-btn a {
    background: var(--c3);
    color: var(--c2);
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 22px;
}
.h-btn.main-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}
.h-items {
    display: flex;
    justify-content: end;
    align-items: center;
    height: -webkit-fill-available;
    gap: 22px;
}
.navigations {
    /* padding: 31px 0px; */
}

/* banner */
.banner {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.banner-title h4 {
    color: var(--c2);
    font-family: var(--f);
    font-size: 21px;
    padding-bottom: 5px;
}
.banner-title h1 {
    color: var(--c2);
    font-size: 70px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-right: 30px;
    font-weight: 700;
}

.banner-title h3 {
    color: var(--c2);
    padding: 10px 0px;
    font-family: var(--f1);
    font-size: 24px;
    line-height: 40px;
}
.banner-title .main-btn {
    padding-top: 20px;
}
                                          /* Whats We Offer */


section.what-we-offer {
    position: relative;
}

.offer-back-g-image {
    position: absolute;
    width: 950px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.what-we-offer {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

.main-title h4 {
    text-transform: uppercase;
    font-family: var(--f1);
    color: var(--c3);
    font-size: 17px;
    padding-bottom: 15px;
}
.main-title h2 {
    letter-spacing: 1px;
    font-size: 42px;
    font-weight: 600;
}
.what-we-offer.main-title h2 {
    padding: 0px 270px;
    font-size: 50px;
    font-weight: 500;
}


.whatwe-offer-box {
    position: relative;
}

.offer-box-content-top {
    position: absolute;
    top: 30px;
    color: var(--c2);
    left: 31px;
    font-size: 29px;
}

.offer-box-content-top span {
    font-family: var(--f2);
}
.whatwe-offer-box img {height: 650px;object-fit: cover;}
.offer-box-content {
    position: absolute;
    bottom: 0;
    padding: 10px 30px;
    text-align: start;
}

.offer-box-content h4 {
    color: white;
    padding-bottom: 14px;
    letter-spacing: 0px;
    font-size: 32px;
}

.offer-box-content p {
    color: #eee;
}

.offer-box-content span {
    color: white;
    font-size: 20px;
    padding-left: 9px;
}
.whatwe-offer-box::before {
    position: absolute;
    content: '';
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.8) 100%
    );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.whatwe-offer-box:hover::before {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(137, 185, 62, 0.1) 50%,
      rgba(137, 185, 62, 0.8) 100%
    );
}


.about-us-image {
    /* width: 480px; */
}
.about-us-image {
    position: relative;
}

.about-us-image-logo {
    position: absolute;
    bottom: 48px;
    right: -40px;
    background: white;
    border-radius: 80px;
    width: 340px;
    padding: 20px 10px;
}

.about-us-content p
 {
    padding-top: 19px;
}

.about-content-list i {
    color: var(--c3);
    padding-right: 10px;
}

.about-content-list {
}

.about-content-list ul li {line-height: 36px;color: #444;}  
.about-content-list i {
    color: var(--c3);
    padding-right: 10px;
}

.about-content-list {
    padding: 20px 0px;
}

.about-content-list ul li {line-height: 36px;color: #444;}

.choose-us-content-text h4 {
    font-size: 17px;
    font-family: var(--f1);
    color: #222;
}




/* Why Choose Us */

.why-choose-us {
  background-color: rgba(137, 185, 62, 0.05);
}

.why-choose-us-title {
    text-align: center;
    padding: 0px 160px;
    padding-bottom: 40px;
} 
.choose-us-content-icon {
    width: 120px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.choose-us-content
 {
    text-align: center;
    padding: 0px 22px;
    position: relative;
}

/* Apply vertical line to all choose-us-content boxes EXCEPT the last one */
.why-choose-us .row > .col-lg-3:not(:last-child) .choose-us-content::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100px;
  background: #999;
  border-radius: 30px;
  right: -8px;
  top: 27px;
}

.tax-solutions-contant h1 {
    color: var(--c2);
    font-size: 50px;
    padding-bottom: 20px;
}
.tax-sul-btn.main-btn a:last-child {
    background: var(--c2);
    color: var(--c1);
    margin-left: 16px;
}
.tax-solutions-contant {
    text-align: center;
}

.tesi-slider-item p {
    color: black;
    font-family: var(--f2);
    font-style: italic;
    letter-spacing: 0px;
    font-size: 18px;
}
.testi-image {
    width: 580px;
    height: 480px;
    padding: 0px 40px;
    position: relative;
}

.testi-image img {
    height: 100%;
    object-fit: cover;
}
.tesi-slider-item ul {
    display: flex
;
    gap: 3px;
    color: #ffad00;
    padding-bottom: 10px;
    padding-top: 20px;
}
.tesi-slider-item
 {
    padding: 0px 30px;
    border-left: 3px solid;
}
.testi-slider-footer {
    display: flex
;
    gap: 30px;
    align-items: center;
    justify-content: left;
    padding-top: 20px;
}
.tesimonial-slider {
    margin-left: 20px;
    margin-top: 30px;
    margin-right: 40px;
}



.shape {
    background: var(--c3);
    height: 380px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}


/* News And Events */

section.news.spacing {
    background: rgba(137, 185, 62, 0.05);
}

.news-title {
    text-align: center;
    padding-bottom: 30px;
}
.news-slider-items h3 {
    padding-top: 20px;
}
.news-slider-items {
    margin: 0px 20px;
    text-align: center;
}
/* Booking  */

.book-now-content.main-title {
    padding: 90px 40px;
}
.book-now-content h2 {
    padding-bottom: 30px;
}
.form-field input,
.form-field textarea {
}


.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #222;
    opacity: 1; 
}

                              /* footer */

footer.footer {
    background: rgba(137, 185, 62, 0.05);
    padding-top: 80px;
}
.f-logo img {
    width: 160px;
    height: 119px;
    object-fit: contain;
}
.f-logo {
    display: flex
;
    gap: 73px;
    justify-content: space-around;
    align-items: center;
}

.f-heding p {
    padding-left: 30px;
    padding-top: 20px;
}

.f-navigations nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-navigations nav ul li a {
    color: black;
    margin: 0px 10px;
    position: relative;
}

.f-navigations {
    padding: 90px 0px 0px 0px;
}
.f-address {
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.f-address {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    gap: 50px;
}

.f-address-box {
    display: flex
;
    flex-direction: column;
    align-items: end;
    gap: 10px;
    position: relative;
}
.f-address-box a:first-child {
    background: var(--c3);
    color: var(--c2);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 41px;
    margin-right: 7px;
    font-size: 21px;
    transition: all 0.3s ease-in-out;
}
.f-address-box a:first-child:hover {
    background: var(--c2);
    color: var(--c3);
    box-shadow: 0px 0px 12px var(--c3);
}

.f-address-box:not(:last-child)::before {
  content: '';
  position: absolute;
  background: #999999c9;
  width: 3px;
  height: 100px;
  border-radius: 30px;
  top: 0;
  right: -29px;
}
.f-bottom
 {
    text-align: center;
    padding: 20px 0px;
    border-top: 2px solid #999999ab;
    margin-top: 20px;
}

/*  */
/* ___BUTTON_ANIMATION____ */

.dswipe a {
    position: relative;
    overflow: hidden;
    z-index: 1;
	transition:all 0.2s ease-in-out;
    transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
	border:1px solid transparent;
}
.dswipe a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 50px solid var(--c2) ; 
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: -1; 
}
.dswipe a:hover {
  color:var(--c3);
  box-shadow: 0px 0px 4px #000000;
	border-color:var(--c3);
}
.dswipe a:hover::before {
  transform: translateX(0);
}

/* _____ */

/************************************/
/***       Loader         	  ***/
/************************************/ 

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--c3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid var(--c1);
  border-color: var(--c1) var(--c1) transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 3px solid;
  box-sizing: border-box;
}
.loader::after {
  width: 58px;
  height: 58px;
  border-color: transparent transparent var(--c1) var(--c1);
  animation: rotationBack 0.5s linear infinite;
}
.loader::before {
  width: 48px;
  height: 48px;
  border-color: var(--c2) var(--c2) transparent transparent;
  animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes rotationBack {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

/* Navigations Animations */


.navigations nav ul li a::before,
.navigations nav ul li a::after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #000000, #A6A6A6);
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: transform 0.4s;
	border-radius:10px;
}

.navigations nav > ul > li > a::before {
  top: 0;
  left: 0;
  transform-origin: left;
}

.navigations nav > ul > li > a::after {
  bottom: 0;
  right: 0;
  transform-origin: right;
}

.navigations nav > ul > li > a:hover::before,
.navigations nav > ul > li > a:hover::after {
  transform: scaleX(1);
}

/*Footer Navigation animations*/

.f-navigations nav ul li a::before,
.f-navigations nav ul li a::after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #000000, #A6A6A6);
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: transform 0.4s;
	border-radius:10px;
}

.f-navigations nav ul li a::before {
  top: 0;
  left: 0;
  transform-origin: left;
}

.f-navigations nav ul li a::after {
  bottom: 0;
  right: 0;
  transform-origin: right;
}

.f-navigations nav ul li a:hover::before,
.f-navigations nav ul li a:hover::after {
  transform: scaleX(1);
}

/* arrowss design  */
.tesimonial-slider {
  position: relative;
}

.tesimonial-slider .slick-prev,
.tesimonial-slider .slick-next {
  position: absolute;
  top: -30px;
  z-index: 2;
  background: var(--c3);
  color: var(--c2);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: background 0.3s ease;
}

.tesimonial-slider .slick-prev {
  right: 50px;
}

.tesimonial-slider .slick-next {
  right: -4px;
}

.tesimonial-slider .slick-prev:hover,
.tesimonial-slider .slick-next:hover {
  background: #444;
}



/*  Drop Down Menu */

.drop-down {
  position: relative;
}

.navigations nav ul li ul {
    border: 1px solid #999;
    border-radius: 2px;
    position: absolute;
    top: 100%;
    left: -25px;
    width: 220px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    color: black;
    background: var(--c2);
}
.navigations nav ul li ul li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #2333;
}
.navigations nav ul li ul li>a {
    font-size: 14px;
    color: #444;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px;
    transition: 400ms;
    text-shadow: 0px 0px 1px #89b93e3b;
    display: block !important;
    padding: 10px 16px;
}
.navigations nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}

/* custom css drop down */

.navigations nav ul li ul li:hover a {
    color: white;
}

.navigations nav ul li ul li:hover {
    background: var(--c3);
}

/* contant changes css */

.why-choose-us-title p {
    padding: 0px 130px;
    padding-top: 20px;
}

/* slider dots */
/* Slick container positioning */
.what-we-offer-slider {
  position: relative;
}

/* Dots wrapper - centered horizontally at bottom */
.what-we-offer-slider .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
}

/* Remove default bullets */
.what-we-offer-slider .slick-dots li button {
  font-size: 0; /* Hides default bullet */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #bbb; /* Inactive color */
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 0 2px transparent;
}

/* Hover effect */
.what-we-offer-slider .slick-dots li button:hover {
  background-color: #888;
  transform: scale(1.2);
}

/* Active dot */
.what-we-offer-slider .slick-dots li.slick-active button {
  background-color: black;
  transform: scale(1.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/*  */

.pages-content-image {
}

.tax-solutions-contant h2 {
    font-family: var(--1);
    color: var(--c2);
    line-height: 60px;
    font-size: 36px;
    padding: 0px 170px;
}
.pages-content-image img {
    object-fit: cover;
    transition: all 0.5s;
    height: 700px;
}
.pages-content-image {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 10px 10px 10px -4px var(--c3);
    padding: 10px;
}
.pages-content-image:hover img, .pages-content-image:hover img
 {
    transform: scale(1.1);
}

.pages-content-content {
    /* height: -webkit-fill-available; */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
    /* padding-right: 70px; */
}

.pages-content-content h2 {
    font-size: 36px;
    padding-bottom: 15px;
    font-weight: 600;
}
.pages-content-content p {
    font-style: italic;
    color: #444;
    padding: 10px 0px;
}

.pages-content-content ul li i {
    color: var(--c3);
    font-size: 18px;
    margin-right: 10px;
}
.pages-content-content ul {
    /* padding-left: 0px; */
}
.pages-content-content ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}


.pages-content-content.last-one ul {
    padding: 0;
}

                                       /* Contact Us Inner Page   */

                                                                           /* form */


.booking {
    padding-top: 120px;
}
.form-title h2 {
    font-size: 42px;
    padding-right: 60px;
    padding-bottom: 20px;
}
.form-field label {
    display: block;
    color: #000000bd;
    padding: 6px 0px;
    font-size: 14px;
    text-transform: capitalize;
}

.form-field input, .form-field textarea , .form-field select{
    border: none;
    border-bottom: 1px solid var(--c1);
    width: 100%;
    padding: 0px 0px 10px 0px;
    outline: none;
    margin-bottom: 40px;
}
.form-btn {
    padding-top: 20px;
    padding-left: 12px;
}
.form-content {
    padding-right: 30px;
}
.form-image::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    right: -20px;
    top: -30px;
    background: var(--c3);
    z-index: -1;
}
.form-image {
    position: relative;
}
.form-field input:focus {
    outline: none;
    box-shadow: inset 0px -1px 1px #123b129c;
	}

.form-field textarea:focus {
    outline: none;
    box-shadow: inset 0px -1px 1px #123b129c;
}  

/* Make sure the container is positioned relatively */
.col-lg-12.position-relative {
  position: relative;
}

/* Position the icon inside the select box */
.rotate-icon {
    /* position: absolute; */
    /* right: 25px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* pointer-events: none; */
    /* transition: transform 0.3s ease; */
    /* color: #666; */
}

/* Rotation class */
.rotate-icon.rotated {
  transform: translateY(-50%) rotate(180deg);
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}




/***************  Pricing Secions ******************/

.form-btn a {
    padding: 7px 63px;
}

th.pricing-info {
    background: vaR(--c3);
    color: var(--c2);
}

th.pricing-info h2 {
    color: var(--c2);
    font-family: var(--f1);
    font-size: 25px;
}

thead > tr {
    border: none;
}

thead > tr > th {
    border: none;
}

/***************  Online Agent ******************/

section.our-pakages {
    position: relative;
}
.our-pckages-content {
    display: flex;
    padding-top: 50px;
}
.packages-cards
 {
    background: var(--c2);
    margin: 15px;
    padding: 40px 35px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    border: 1px solid var(--c3);
}
.packages-card-content ul {
    height: 315px;
    overflow-y: scroll;
    padding-left: 20px;
    padding-right: 13px;
}
.packages-card-content h3 {
    font-size: 33px;
    padding-bottom: 16px;
    transition: all 0.4s ease-in-out;
    color: var(--c3);
    text-decoration: underline;
    text-decoration-color: #00000073;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
}
.packages-shape-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 13%;
}

.packages-card-content ul li {
    list-style-type: disc;
    padding: 7px 0px;
    font-size: 17px;
}

.packages-btn {
    padding-top: 30px;
}

.packages-cards:hover {
    box-shadow: -11px 9px 10px #0a271740;
    transform: translate(10px, -20px);
    background: var(--c3);
    color: white !important;
}
.packages-cards:hover .packages-card-content h3 {
	color:white;
}
.packages-cards:hover .packages-card-content ul::-webkit-scrollbar-thumb {
  background:var(--c2);
	border-color:var(--c2);
}
.packages-cards:hover .packages-card-content ul::-webkit-scrollbar-track  {
  background:#b0c2ac;
}
.packages-cards:hover .main-btn a {
    background: var(--c2)!important;
    color: var(--c3) !important;
}

.packages-card-content ul::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
	height:20px;
	border:none;
}

.packages-card-content ul::-webkit-scrollbar-track {
  background:#1e4b3229 ; /* Track color */
  border-radius: 10px;
}

.packages-card-content ul::-webkit-scrollbar-thumb {
  background:rgba(0, 0, 0, 0.664); /* Scroll handle color */
	transition: all 0.4s ease-in-out;
}

.packages-card-content ul::-webkit-scrollbar-thumb:hover {
  background: #071c10; /* Scroll handle on hover */
}
.packages-card-content ul::-webkit-scrollbar {
  height: 12px !important; /* Height of horizontal scrollbar */
}


/************************  Online Agent  ************************/
.our-packages-title
 {
    text-align: center;
}

/************************  Moblie Agent  ************************/

.mobiletax-title.main-title {
    text-align: center;
    padding-bottom: 40px;
}

.mobiletax-title h6 {
    font-family: var(--f1);
    font-weight: 400;
    padding: 10px 0px;
}

.mobiletax-title p {
    padding: 0px 101px;
}



.mobile-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebebeb;
    gap: 40px;
    width: 630px;
    padding: 20px 20px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}
.mobile-box:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.39);
}
.mobile-tax-content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.logo {
    display: flex;
    align-items: center;
}

header.header {margin: 0px 40px;}
.header-items {
    display: flex;
    gap: 60px;
    justify-content: end;
}
.logo span {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
}
.mobile-box-image img {
    width: 250px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
section.main-home {
    position: relative;
}

.banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.about-us-content {
    padding-left: 40px;
    text-align: start;
}

.inner-pages-content .row:nth-child(odd) .pages-content-content {
    padding-left: 40px;
}
 .pages-content-image , .pages-content-content {
    margin: 50px 0px;
}

/* Pricing */

 .pricing-section .table th,
  .pricing-section .table td {
    vertical-align: middle;
    font-size: 15px;
    padding: 14px;
  }
  .pricing-section .table thead th {
    font-size: 16px;
    font-weight: 600;
  }
  .pricing-section .btn {
    font-weight: 600;
    border-radius: 0;
  }
  .pricing-section .table tbody tr:nth-child(even) td {
    background: #f9f9f9;
  }
  /* .pricing-section .table tbody tr:last-child td {
    background: transparent;
    border: none;
  } */


.page-template-services .what-we-offer-slider-box {
    display: flex;
    flex-wrap: wrap;
}

.page-template-services .whatwe-offer-box {
    width: 33.33%;
}
.news-slider .slick-slide img {
	height:280px;
}
/* Responsive Menu */

.responsive-btn a {
  display: block !important;
}
.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c1);
  z-index: 9999;
  transition: all 0.5s;
}
.responsive-links ul li ul {
  display: none;
}
.responsive-links ul li i {
  transition: transform 0.3s ease;
}

.responsive-menu.active {
  left: 0;
}
.responsive-links ul li ul li {
  list-style: disc;
  color: var(--c3);
}
.responsive-menu-main {
  height: 100%;
  padding: 30px;
  position: relative;
  background: var(--c2);
}
.responsive-logo {
  width: 170px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 13px;
}
.responsive-links ul li a {
  color: var(--c1);
  padding: 10px 0px;
  display: block !important;
  font-weight: 600;
}
.responsive-links ul li {
  border-bottom: 1px solid #8080803d;
  position: relative;
}
.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c3);
  padding: 6px 0px;
}
.responsive-icon a i {
  display: block;
}
.responsive-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.responsive-icon a {
  color: var(--c1);
  font-size: 30px;
}
.responsive-links ul li:last-child {
  border: 0;
}
body.scroll-stop {
  overflow: hidden;
}
.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.resp-social ul li a i {
  display: block;
}
.resp-social ul li a {
  padding: 10px;
  color: var(--c2);
  font-size: 18px;
}
.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
  color: var(--c3);
}
.responsive-links ul li ul {
  padding-left: 30px;
  border-top: 1px solid #8080803d;
}
.responsive-links ul li i.active::before {
  content: "\f068";
}
.responsive-btn a {
    color: var(--c21);
    font-size: 26px;
    text-align: end;
}


th.pricing-info p {
    color: var(--c2);
    font-style: italic;
    font-weight: 400;
}


.service-on-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
222deg, var(--c3), var(--c4));
    top: 0;
    left: 0;
    padding: 40px 20px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.whatwe-offer-box:hover .service-on-hover {
    visibility: visible;
    opacity: 1;
}
.service-on-hover p {
    color: var(--c2);
    font-size: 20px;
    font-family: 'Oranienbaum';
    font-weight: 700;
    line-height: 30px;
}

.service-on-hover ul {
    text-align: left;
    color: var(--c2);
    padding-left: 20px;
    margin-top: 20px;
}

.service-on-hover ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-family: 'Oranienbaum';
    font-size: 20px;
    font-weight: 600;
}
.tesiti-slider-footer-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}


/* Whats we offer */
.we-offer-content {
    display: flex
;
    align-items: flex-start;
    flex-wrap: wrap;
}



.service-box {
    width: 33%;
    padding: 30px 40px;
    text-align: start;
    border: 1px solid #4444441c;
    height: 440px;
}

.service-box-image img {
    width: 70px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(29%) saturate(635%) hue-rotate(37deg) brightness(90%) contrast(86%);
}
.service-box-content h4 {
    padding: 12px 0px;
    color: #6ABAD0;
    font-weight: 600;
}
.main-title.we-offer-title {
    padding-bottom: 40px;
}

.scroll-content {
    height: 220px;
    overflow-y: auto;
    padding-right: 20px;
}

/* Chrome, Edge, and Safari */
.scroll-content::-webkit-scrollbar {
  width: 4px; /* scrollbar width */
}

.scroll-content::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
  border-radius: 10px;
}

.scroll-content::-webkit-scrollbar-thumb {
  background-color: #89B93E; /* scrollbar color */
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.scroll-content::-webkit-scrollbar-thumb:hover {
  background-color: #6ea02f; /* darker green on hover */
}

.form-field br {
    display: none;
}
.form-btn input {
    border: 0;
    background: var(--c3);
    color: var(--c2);
    padding: 10px 40px;
}
.scroll-content ul li {
    font-size: 15px;
    color: var(--c6);
    line-height: 25px;
}
.scroll-content ul {
    padding-top: 15px;
}
