@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    transition: all 0.5s;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", Sans-serif;
}

:root {
    --black-color: #000;
    --color-1: #e92145;
    --color-2: #00A1DE;
    --color-3: #FDFCD7;
    --white-color: #fff;
    --fontsize18: 1.125rem;
    --fontsize20: 1.25rem;
    --fontsize25: clamp(1.2rem, 4vw, 1.5625rem);
    --fontsize32: clamp(1.25rem, 3.5vw, 2rem);
    --fontsize28: clamp(1.25rem, 4vw, 1.75rem);
    --fontsize34: clamp(1.375rem, 3.5vw, 2.125rem);
    --font-size37: 2.313rem;
    --fontsize45: clamp(1.875rem, 3.5vw, 2.8125rem);
    --fontsize48: 3rem;
    --fontsize60: clamp(1.75rem, 4.5vw, 3.75rem);
    --fontsize95: 5.938rem;
    --fontsize73: 4.563rem;
    --fontsize75: 4.688rem;
    --fontsize85: 5.313rem;
    --fontsize24: 1.5rem;
}

.hdr-btn,
.main-header .nav-link.active,
.banenr-form .form-control,
.banenr-form button,
.counter-item p,
.counter-item h4,
.sec-form h3,
.setupbox h4 {
    font-weight: 600;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.fancybox-slide--image {
    padding: 0 !important;
}

:is(ul, li) {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
    transition: 0.5s ease-out;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

button {
    border: 0;
    outline: 0;
}

section {
    position: relative;
    padding: 3rem 0;
}

.btn.focus,
.btn:focus,
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 0;
}

/* main-header */
.main-header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 0 10px 0;

}


.main-header .navbar-expand-lg {
    padding: 0;
}

.main-header .nav-link {
    color: var(--black-color);
    font-weight: 600;
    padding: 0 10px !important;

}

.main-header .nav-link.active {
    color: var(--color-1);
    font-weight: 600;
    border-bottom: 2px solid #fff;
}

.hdr-btn {
    padding: 15px 35px 15px 35px;
    color: var(--white-color);
    background-color: var(--color-2);
    border: 2px solid var(--color-2) !important;
    border-radius: 50px;
    line-height: 1;
}

/* main-banner */
.what-we-do,
.main-banner,
.reach-our-step {
    background-color: var(--color-3);
}

.main-banner {
    padding-bottom: 2rem;
}

.section-heading {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: var(--fontsize45);
    margin-bottom: 1.5rem;
}

.banner-heading p {
    margin-bottom: 1.6rem;
}

.banenr-form {
    padding-bottom: 1rem;
}

.banenr-form .form-control {
    border: 1px solid #5EAF84 !important;
    background-color: transparent;
    width: 100%;
    height: 47px;
    color: var(--black-color);
    font-size: 15px;
    margin-bottom: 1rem;
    border-radius: 20px;
}

.banenr-form .form-control::placeholder {
    color: #666666a7;
}

.bnr-img {
    position: absolute;
    bottom: 0;
}

:is(.banenr-form, .sectform, .sec-hdg-wrp) button {

    color: var(--white-color);
    background-color: #5EAF84;
    border: 2px solid #5EAF84 !important;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0) !important;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unilogos {
    background-color: #F1F1F1;
    padding: 1rem 0;
}

.owl-carousel .owl-item img {
    width: auto;
}

.sec-hdg-wrp {
    text-align: center;
}

.sec-hdg-wrp p {
    line-height: 1.7;
}

.servciesbox {
    border-radius: 20px;
    padding: 30px;
}

.servciesbox img {
    margin-bottom: 1rem;
}



.servciesbox h3 {
    font-size: var(--fontsize25);
    text-decoration: underline;
    font-weight: 700;
}

.servciesbox p {
    margin-bottom: 0;
    font-size: 14px;
}

.bg-color1 {
    background-color: var(--color-1);
}

.bg-color2 {
    background-color: #00A1DE;
}

.bg-color3 {
    background-color: #5EAF84;
}

.bg-color4 {
    background-color: #FBCA2B;
}

.bg-color5 {
    background-color: var(--black-color);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--black-color);
}

.owl-theme .owl-dots .owl-dot span {
    background-color: var(--color-1);
}

:is(.contnet-wrpr, .text-wrpar) p {
    margin-bottom: 1.5rem;
}

:is(.points-ul, .uniqepoint) li {
    margin-bottom: 1rem;
    font-size: 15px;
    color: var(--black-color);
}

.points-ul li i {
    margin-right: 7px;
    font-size: var(--fontsize20);
    color: #5EAF84;
}

.text-wrpar h5 {
    font-size: var(--fontsize32);
}

.uniqepoint li {
    list-style: disc;
    margin-bottom: 5px;
}

.uniqepoint {
    padding-left: 20px;
    margin-top: 30px;
}

.choice-sec {
    background: url(../images/choice-bg.png) center/cover no-repeat;
}

:is(.choice-sec .section-heading, .choice-sec p, .counter-item h4) {
    color: var(--white-color);
}

.counter-count {
    display: flex;
    align-items: center;
    gap: 50px;
    text-align: center;
}

.counter-item h4 {
    font-size: var(--fontsize60);
}

.counter-item p {
    margin-bottom: 0;
}

.sec-form {
    background-color: var(--white-color);
    border-radius: 20px 20px 0 0;
}

.sectform {
    padding: 2rem;
}

.sec-form h3 {
    background-color: var(--color-1);
    padding: 1rem 20px;
    color: var(--white-color);
    text-align: center;
    font-size: var(--fontsize28);
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
}

.sectform .form-control,
.sectform select {
    background-color: #FFFCD5;
    border-color: #5EAF84;
    height: 47px;
    margin-bottom: 2rem;
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding-left: 10px;
    border-radius: 0;
}

.sec-form {
    margin-left: 2rem;
}

.sectform .form-control::placeholder {
    color: #797979;
}

.sectform button {
    border-radius: 0;
}

.setupbox {
    text-align: center;
}

.setupbox h4 {
    font-size: var(--fontsize24);
    margin: 1rem 0;
    font-family: "Poppins", sans-serif;
}

.setupbox p {
    font-size: 15px;
    margin-bottom: 0;
}

.everything-you-need {
    padding-top: 0;
}

:is(.cta2-sec, .servciesbox, .testimonials-slider,.copyrightwrp) * {
    color: var(--white-color);
}

.cta2-sec {
    background-color: var(--color-1);
}

:is(.cta2-sec, .testimonials-sec) .section-heading {
    font-size: var(--fontsize34);
    font-family: "Poppins", sans-serif;
}

.sec-hdg-wrp button {
    text-decoration: underline;
    padding: 15px 30px 15px 30px;
    margin: 2rem auto auto auto;
}

.testimonials-sec .section-heading {
    font-weight: 600;
}

.testimonials-slider div {
    text-align: center;
    border-radius: 20px;
}

.testimonials-slider img {
    display: block;
    margin-top: -5rem;
    margin-bottom: 2rem;
    width: 86px;
    margin-left: 10px;
    height: 86px;
}

.testimonials-slider h4 {
    font-size: var(--fontsize18);
    font-weight: 700
}

.testimonials-slider p {
    font-size: 14px;
}

.bg-color5 {
    background-color: #353636;
}

.testimonials-slider .item {
    padding: 2rem;
}
.testimonials-slider .owl-stage-outer {
    padding-top: 3rem;
}
.main-footer{
    background-color: var(--black-color);
    padding: 2rem 0 0;
}
.footer-logo img{
    filter: brightness(0) invert(1);
}
.footer-logo p{
    color: var(--white-color);
    margin-top: 1.5rem;
    font-size: 15px;
}
.footer-logo i{
    margin-right: 12px;
    color: var(--white-color);
}
.footer-logo a{
    color: var(--white-color);
    margin-bottom: 5px;
    display: block;
}
.quick-link h4{
    color: var(--white-color);
    font-size: var(--fontsize20);
    margin-bottom: 1.5rem;
}
.quick-link li a{
    color: var(--white-color);
    font-size: 15px;
    text-decoration: none;
}
.quick-link li {
    margin-bottom: 10px;
}
.footer-logo {
    padding-right: 2rem;
}
.footer-form{
    padding: 1rem;
    border: 1px solid var(--white-color);
}
.footer-form .form-control{
  border: 2px solid var(--color-1) !important;
  color: var(--white-color);
}
.footer-form .form-control::placeholder{
    color: var(--white-color) !important;
}
.footer-form button,.copyright{
    background-color: var(--color-1) !important;
    border-color: var(--color-1) !important;
}
.footer-form button:hover{
    background-color: transparent !important;
    color: var(--white-color) !important;
}
.copyright{
    padding: 1rem 0;
    margin-top: 3rem;
}
.copyrightwrp,.copyrightwrp ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyrightwrp p{
    margin-bottom: 0;
}
.copyrightwrp ul{
    gap: 5px;
}
.copyrightwrp ul a{
    text-decoration: none;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-box {
  background: #5EAF84;
  padding: 25px;
  width: 90%;
  max-width: 400px;
  border-radius: 8px;
  position: relative;
  text-align: center;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: var(--fontsize25);
  cursor: pointer;
  color: var(--white-color);
}
.popup-box .sec-form{
    margin-left: 0;
}
.popup-box .sectform{
    padding: 1rem;
}
.popup-box .sectform .form-control, .popup-box .sectform select{
    margin-bottom: 1rem;
}

.toast {
    visibility: hidden; 
    min-width: 250px; 
    background-color: #333; 
    color: #fff; 
    text-align: center; 
    border-radius: 6px; 
    padding: 12px 20px; 
    position: relative;
    z-index: 9999; 
    right: 0; 
    bottom: 0; 
    font-size: 16px; 
    opacity: 0; 
    transition: opacity 0.5s, bottom 0.5s;
}

.toast.show {
    visibility: visible; 
    opacity: 1; 
    bottom: 50px; 
}

.toast.success {
    background-color: green;
}

.toast.error {
    background-color: red;
}
/* Thanks You Page  */

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  color: var(--button-color);
}

.main-thankyou {
  text-align: center;
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700;
  color: var(--color-yellow);
  line-height: 1.1;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
}


/* Thanks You Page  */

.contnet-wrpr strong {
    margin-bottom: 1rem;
    display: block;
}
.quick-link a:hover{
    color: var(--color-1);
}
@media (max-width: 1120px) {

    p,
    .text-area .bnrul li,
    .bnrul li {
        font-size: 12px;
    }
.main-header .nav-link{
        padding: 0 6px !important;
    font-size: 14px !important;
}
.bnr-img{
        width: 30%;
}
}
@media (max-width: 991px) {   .bnr-img {
        width: 38%;
    }
    .navbar-nav{
        gap: 10px;
    }
    .navbar-collapse{
        text-align: center;
    }
    .hdr-btn{
        margin-top: 1rem;
    }
   .unilogos .owl-carousel .owl-item img {
    margin: auto;
}
}
@media (max-width: 768px) {   .bnr-img {
       
       display: none;
    }
    .sec-form{
        margin-left: 0;
        margin-top: 2rem;
    }
    .setupbox{
      margin-top: 2rem;
    }
    ul.quick-link {
    margin-top: 2rem;
}
.copyrightwrp, .copyrightwrp ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
}
.counter-count{
    flex-wrap: wrap;
    gap: 8px; 
}
.copyrightwrp p {
    text-align: center;
}
}
 
