
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    color: #16504E;
    background-color: #efff71;
    overflow-x: hidden;
    font-family: "Outfit", sans-serif;
}


/* comman */

html {
    scroll-behavior: smooth;
    margin: 0!important;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*Comman Css Start*/
img {
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

figure {
    margin: 0!important;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: none;
    box-shadow: none;
}
.container{
    max-width: 1299px;
    margin: 0 auto;
    width: 100%;
}
.container,
.container-fluid {
    padding: 0 30px;
}
.offcanvas {
    z-index: 1111;
    overflow-y: visaible;
}
.offcanvas::-webkit-scrollbar {
    display: none;
}
.offcanvas {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

b, strong {
  font-weight: 600;
}
/* Comman Css End*/



/* Navigation */
.top-closebar{
    display: none;
}



.header {
    z-index: 1111;
    position: relative;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
}

.header.fixed img {
    padding: 5px;
}
.f12-captcha.template-1 input.f12c {
    font-size: 18px;
}
.f12-captcha.template-1 .c-data {
    font-size: 18px;
}

/* .header.fixed{
  position: sticky!important;
  top: 0;
  left: 0;
  z-index: 11111!important;
  animation: slideDown 0.5s ease-out;
}
.header.fixed .navbar{
    background: linear-gradient(90deg,rgba(0, 95, 115, 1) 0%, rgba(111, 151, 161, 1) 15%, rgba(1, 96, 115, 1) 100%);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} */
.navbar-toggler {
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0 ;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    border-radius: 100px;
    transition: 0.4s;
    background-color: #16504E;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -6px);
  transform: rotate(45deg) translate(-4px, -6px);
}

.navbar {
    min-height: 60px;
    padding: 0px 0;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-brand {
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
}
.navbar-brand img{
    width: 100%;
    max-width: 250px;
}
.navbar-expand-lg .navbar-nav {
    margin: 0 0 0 auto;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0 31px 0 0;
    padding: 0px 0px 5px 0px;
    position: relative;
}

.navbar-nav .menu-item .sub-menu {
  position: absolute;
  background: #16504E;
  z-index: 999;
  padding: 15px;
  border-radius: 10px;
  list-style-type: none;
  margin: 0;
  width: 300px;
  display: none;
  top: 100%;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .sub-menu {display: block;}
.navbar-expand-lg .navbar-nav .sub-menu .nav-item {
  margin: 0 0px 5px 0;
  padding: 0;
  position: relative;
}
.navbar-nav .menu-item .sub-menu .nav-link {
  padding:3px 3px;
  border: none;
  color: #ffffff;
  line-height: normal;
  letter-spacing: 0.3px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 16px;
}

.navbar-nav .menu-item .sub-menu .nav-link:hover,
.navbar-nav .menu-item .sub-menu .current-menu-item .nav-link {
  color: #EFFF71;
 }

.navbar-expand-lg .navbar-nav .nav-item:last-child {margin: 0px;}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    border: none;
    color: #16504E;
    line-height: normal;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link::before{
    display: none;
}


.main-button  {
  display: inline-block;
  padding-right: 70px;
}

a.btn-primary {
    background: #ff8d00;
    vertical-align: middle;
    text-align: center;
    width: 180px;
    padding: 16px 19px;
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    border-radius: 50px;
    border: 0;
}
a.btn-primary:hover {
    background: #16504E !important;
}
a.btn-primary::after {
    content: '';
    display: block;
    position: absolute;
    left: 209px;
    top: 14px;
    background: url("../images/arrow.png") no-repeat;
    padding: 20px;
    border-radius: 50%;
    /* background-color: #16504E; */
}
a.btn-primary:hover:after {
  /* background: url("../images/arrowgreen.png") no-repeat; */
  background: url("../images/arroworange.png") no-repeat;
}
.btn.btn-primary {
  position: relative;
  border: 1px solid #ff8d00;
}

.btn.btn-primary::before {
  content: '';
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background-color: #ff8d00;
  border-radius: 50%;
  border: 1px solid #ff8d00;
}
.single-button a.btn-primary::after ,  .single-button a.btn-primary::before{
display:none;
}
.main-button.single-button {
    padding-right: 0;
}
.single-button a.btn-primary {
  padding: 10px 10px;
    font-size: 17px;
    line-height: 22px;
    text-transform: capitalize;
}
.btn.btn-primary:hover {
  background: transparent !important;
  color: #ff8d00 !important;
  border: 1px solid #ff8d00;
}
.btn.btn-primary:hover:before {
  background: transparent !important;
  color: #ff8d00 !important;
  border: 1px solid #ff8d00;
}

/* .btn.btn-primary::after {
  content: '';
  background-image: url("../images/arrow.png");
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
}  */

.ul_class ul li {
    padding-bottom: 15px;
}

.download_btn .main-button a.btn-primary::after {
    left: 280px;
}

.download_btn .main-button a.btn-primary {
    width: 250px;
    font-weight: 100;
}

.content_num p {
    line-height: 30px;
}
.content_num h5 {
    color: #16504E;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    padding-top: 20px;
    padding-bottom: 5px;
}


    /* Grid layout for form fields */
.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.eq_label, .wpcf7-list-item-label {
    font-size: 16px;
    color: #fff;
    font-family: 'Outfit';
}

.eq_label {
    padding: 30px 0 5px 0;
}

.form-col {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Style input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px;
  background-color: #fff;
  border: none;
  font-size: 14px;
  box-sizing: border-box;
    margin-bottom: 15px;

}

/* Checkboxes layout */
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

/* Checkbox styling */
.wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wpcf7 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #fff; /* or match your theme */
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background: #ff8d00;
    vertical-align: middle;
    text-align: center;
    width: 180px;
    padding: 16px;
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    border-radius: 50px;
    color: #ffffff;
    margin-top: 40px;
    border: 1px solid #ff8d00;
}
.wpcf7 input[type="submit"]:hover {
  border: 1px solid #ff8d00;
  background-color: transparent !important;
  color: #ff8d00 !important;
}

.checkbox-grid .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 per row */
  gap: 10px 20px;
  margin-top: 10px;
}
.submit_button {
    text-align: right;
    margin: 0;
    padding: 0;
}
/* Optional: Style each checkbox container */
.checkbox-grid .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

/* Align label text nicely */
.checkbox-grid .wpcf7-list-item-label {
  color: #fff; /* Change as per your background */
      padding-left: 10px;

}

/* Checkbox style (optional) */
.checkbox-grid input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #ffffff; /* modern browsers */
  vertical-align: middle;
}

.wpcf7 form .submit_button > p {          /* adjust the selector to your wrapper */
    display: flex;                        /* put children on a single flex line  */
    align-items: center;                  /* vertical centring                   */
    justify-content: flex-end;            /* keep them flushed right if you want */
}

/* put the spinner before the button in the flex order */
.wpcf7 form .submit_button .wpcf7-spinner {
    order: -1;            /* negative order = appears first */
    margin-right: 12px;   /* breathing space between spinner & button */
}

/* optional: tweak the size to match your design */
.wpcf7 .wpcf7-spinner {
    width: 20px;
    height: 20px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    color: #fff;
    font-family: 'Outfit';
    font-weight: 100;
}

.wpcf7-not-valid-tip {
    font-size: 16px;
    color: red;
    font-family: 'Outfit';
    font-weight: 100;
}

#wpcf7-f1047-p666-o1.wpcf7 input[type="submit"] {
  margin-top: 0px;
}


.circle-box {
   width: 230px;
    height: 230px;
  }

  ul.navbar-nav .submenu-toggle {
    display: none;
  }
/* Show submenu when .submenu-open is active */
#offcanvasNavbar ul.navbar-nav .menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}
.testimonial_desc {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.testimonial_by {
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.testimonial_sub{
    text-align: center;
}
.testimonial-img{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.testimonial-img img {
    border-style: solid !important;
    border-width: 5px 5px 5px 5px !important;
    border-color: #EFFF71 !important;
    border-radius: 120px 120px 120px 120px !important;
    object-fit: cover;
    margin-bottom: 15px;
    max-width: 180px !important;
}




/* New */
#wpcf7-f1047-p666-o1 .wpcf7-not-valid-tip,
#wpcf7-f7-p12-o1 .wpcf7-not-valid-tip{
  color: #fff;
}

.elementor-element  {
  scroll-margin-top: 150px; /* Height of your header */
}


.swiper-backface-hidden .swiper-slide {padding: 0 10px;}
.swiper-button-next, .swiper-button-prev {color: #fff !important;}
/* iPad (portrait and landscape) */
@media only screen and (max-width: 1024px) {
  .elementor-element.elementor-element-9c882bd.e-grid.e-con-full.e-con.e-child {
    display: flex;
  }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
      justify-content: end;
  }

  .form-grid {
    gap: 15px;
  }

  .form-col {
    flex: 1 1 100%;
  }

  .checkbox-grid .wpcf7-form-control {
    grid-template-columns: repeat(2, 1fr); /* 2 per row on iPad */
  }

  .wpcf7 input[type="submit"] {
    width: 160px;
    padding: 15px;
    font-size: 16px;
    margin-top: 30px;
  }


}

@media only screen and (max-width: 991px) {

  #offcanvasNavbar {
    background-color: #ffffff;
    width: 80vw;
    max-width: 320px;
    padding: 30px 20px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
  }

  #offcanvasNavbar ul.navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin:20px 0px 0px 0px;
    padding-left: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #offcanvasNavbar ul.navbar-nav .menu-item .sub-menu {
    width: calc(100% + 41px);
    background: none;
    position: static;
    display: none;
  }

  #offcanvasNavbar ul.navbar-nav .menu-item-has-children.submenu-open > .sub-menu {
    display: block;
    width: calc(100% + 41px);
    background: none;
    position: static;
  }
  #offcanvasNavbar ul.navbar-nav .menu-item-has-children.submenu-open > .sub-menu li { padding-right: 0px;}
  #offcanvasNavbar ul.navbar-nav .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 0px;
  }

  #offcanvasNavbar ul.navbar-nav li {
    list-style: none;
    margin: 0px;
    padding: 0px 40px 5px 0px;
  }

  #offcanvasNavbar ul.navbar-nav li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    transition: all 0.2s ease-in-out;
    padding:6px 0px;
    border-radius: 4px;
  }

  .offcanvas-backdrop.show {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .top-closebar{
      display: block;
  }


  .top-closebar .btn-close {
    color: #fff;
    font-size: 20px;
    margin-left: auto;
    display: block;
    border: none;
    padding: 5px 10px;
  }




/* Style the toggle button */
ul.navbar-nav .submenu-toggle {
  display: block;
  font-size: 25px;
  position: absolute;
  top: 3px;
  right: 2px;
  padding: 3px 7px;
  background: none;
  border: none;
  cursor: pointer;
}


  .offcanvas-backdrop.show {
    background-color: rgba(0, 0, 0, 0.5);
  }

}

/* Mobile devices (portrait and landscape) */
@media only screen and (max-width: 768px) {
  .form-grid {
    gap: 10px;
  }

  .eq_label, .wpcf7-list-item-label {
    font-size: 14px;
  }

  .eq_label {
    padding: 20px 0 5px 0;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"] {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .checkbox-grid .wpcf7-form-control {
    grid-template-columns: 1fr; /* 1 per row on mobile */
    gap: 8px;
  }

  .wpcf7 input[type="submit"] {
    width: 140px;
    padding: 12px;
    font-size: 15px;
    margin-top: 20px;
  }

  .checkbox-grid .wpcf7-list-item-label {
    padding-left: 8px;
  }

  .checkbox-grid input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }

  .wpcf7-not-valid-tip {
    font-size: 14px;
  }

  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
  #offcanvasNavbar {
  background-color: #ffffff;
  width: 80vw;
  max-width: 320px;
  padding: 30px 20px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}

.top-closebar .btn-close {
  color: #fff;
  font-size: 20px;
  margin-left: auto;
  display: block;
  border: none;
  padding: 5px 10px;
}


}

/* Update the existing desktop .submit_button rule */
.submit_button {
    text-align: center; /* Changed from 'right' to 'center' */
    margin: 0;
    padding: 0;
    width: 100%; /* Ensure full width for proper centering */
}

/* iPad (portrait and landscape) */
@media only screen and (max-width: 1024px) {
  .form-grid {
    gap: 15px;
  }

  .form-col {
    flex: 1 1 100%;
  }

  .checkbox-grid .wpcf7-form-control {
    grid-template-columns: repeat(2, 1fr);
  }

  .wpcf7 input[type="submit"] {
    width: 180px; /* You can adjust this if needed */
    padding: 15px;
    font-size: 16px;
    margin-top: 30px;
  }
}

/* Mobile devices (portrait and landscape) */
@media only screen and (max-width: 768px) {
  .form-grid {
    gap: 10px;
  }

  .eq_label, .wpcf7-list-item-label {
    font-size: 14px;
  }

  .eq_label {
    padding: 20px 0 5px 0;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"] {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .checkbox-grid .wpcf7-form-control {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wpcf7 input[type="submit"] {
    width: 180px; /* Consistent width across devices */
    padding: 12px;
    font-size: 15px;
    margin-top: 20px;
  }

  .checkbox-grid .wpcf7-list-item-label {
    padding-left: 8px;
  }

  .checkbox-grid input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }

  .wpcf7-not-valid-tip {
    font-size: 14px;
  }

  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
.download_btn .btn.btn-primary::before {
display: none;
}
.download_btn a.btn-primary::after {
display: none;
}
.download_btn .main-button a.btn-primary::after {
    left: 260px;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    margin-top: -40px;
}
}
/* iPhone SE (up to 375px) */
@media only screen and (max-width: 375px) {
  .circle-box {
    width: 275px;
    height: 275px;
  }
}

/* iPhone 12 Pro (376px to 390px) */
@media only screen and (min-width: 376px) and (max-width: 390px) {
  .circle-box {
    width: 290px;
    height: 290px;
  }
}

/* Small tablets and below */
@media (max-width: 767px) {
  .circle-box {
    width: 275px;
    height: 275px;
  }
  .elementor-element.elementor-element-9c882bd.e-grid.e-con-full.e-con.e-child {
    display: flex;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    justify-content: end;
}
}

/* Tablets and larger */
@media (min-width: 768px) and (max-width: 1024px) {
  .circle-box {
    width: 200px;
    height: 200px;
    font-size: 14px;
  }
}

.header.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    background: #EFFF71;
    box-shadow: 0px 0px 5px 0px rgb(21 80 78 / 50%);
}

.header.fixed a img {
    max-width: 125px !important;
}

@media (max-width: 768px){

    .header.fixed a img {
        max-width: 80px !important;
    }
     #slider-main.e-con.e-flex>.e-con-inner {
    justify-content: center !important;
}

}

@media (min-width: 1024px){
  .swiper-button-next{ right: var(--swiper-navigation-sides-offset, -40px);}
  .swiper-button-prev{ left: var(--swiper-navigation-sides-offset, -40px);}
}
.circle_block.circle-block2 {
    max-width: 335px;
}
.accordion-all [role="region"] {
    padding: 0;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #ff9029;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #00504e;
  color: #fff !important;
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: none;
  z-index: 10000;
}

.cookie-consent p {
  margin: 0;
  display: inline-block;
}

.cookie-consent a {
  color: #fff;
  text-decoration: underline;
}

.cookie-consent button {
  margin-left: 15px;
  padding: 8px 16px;
  border: none;
  background: #ff9029;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.cookie-consent button:hover {
  background: #ff9029;
}


