p,h1, h2, h3,h4,h5,h6,a,span,button{
  font-family: "Saira", serif;
}

.navbar {
  background-color: transparent; /* Dark background */
  padding: 10px 20px;

}
.navbar-brand img {
  height: 40px;
}
.nav-link {
  color: white !important;
  font-size: 18px;
  margin: 0 10px;
}
.social-icons a {
  color: white;
  margin: 0 5px;
  font-size: 20px;
}

.offcanvas-anchor li a{
  text-decoration: none;

}
.offcanvas-anchor li {
 line-height: 30px;

}

.social-media-icons-header{
  color: white;
}
.social-media-icons-header{
  display: flex;
  gap: 20px;
  justify-content: end;
}
.social-div{
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F021;
  background: linear-gradient(135deg, #F9F021, #EDCB09);
  border-radius: 50%;
}
.social-div:hover{
  background-color: white !important;
  color: #EDCB09 !important;
  cursor: pointer;
}
.social-div:hover i{
  transform: scale(0.86);
  transition: 3s;
 
 
}
.social-media-icons-header i{
  
  color: black;
  font-size: 14px;
  

}

.plus-icon {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.nav-item{
  cursor: pointer !important;
}

.nav-item.dropdown.show .plus-icon {
  transform: rotate(45deg);
}
.dropdown-menu{
  background-color: rgba(0, 0, 0, 0.253) !important;
  backdrop-filter: blur(10px);
  height: 100px;
}
.dropdown-item{
  color: white !important;

}
.dropdown-item:hover{
  background-color: rgba(0, 0, 0, 0.539) !important;
}


/* Default Navbar Styling */
/* Ensure the navbar stays fixed at the top */
.navbar {
  position: fixed !important; /* Make it fixed */
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.187); /* Add a semi-transparent background */
  transition: all 0.4s ease-in-out; /* Smooth transition */
  z-index: 1050; /* Ensure it appears above other elements */
}

/* Shrinking Effect when Scrolling */
.navbar.scrolled {
  background: rgba(0, 0, 0, 0.95); /* Dark background on scroll */
  padding: 8px 0; /* Reduce padding */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


/* Adjust logo size when scrolled */

/* Transition effect for Offcanvas (Mobile Menu) */
.offcanvas {
  transition: transform 0.4s ease-in-out;
}




 .offcanvas-body .accordion-button::after {
  display: none !important;
}
 .offcanvas-body .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
 .offcanvas-body .accordion-item {
  background-color: transparent !important;
}
 .offcanvas-body .accordion-body {
  background-color: transparent !important;
}
.offcanvas-body button.accordion-button.bg-transparent.text-white.shadow-none.px-0 {
  margin-left: 10px;
  padding: 8px 0px;
}
.offcanvas-body button.accordion-button.collapsed.bg-transparent.text-white.shadow-none.px-0 {
  margin-left: 10px;
}

.offcanvas-body span.icon.ms-auto {
  padding-right: 20px;
  font-size: 22px;
  color: #F9F021;
}


/* Centering the nav items */
@media (min-width: 992px) {
  .navbar-nav {
      margin: auto;
  }
}
/* Custom Menu Text Button for Mobile */
.menu-text {
  font-size: 18px;
  color: white;
  cursor: pointer;
  border: none;
  background: none;
}

/* cursor code start  */
.circle {
  --circle-size: 40px;
  position: fixed;
  height: var(--circle-size);
  width: var(--circle-size);
  border: 1px solid white;
  border-radius: 100%;
  top: calc(var(--circle-size) / 2 * -1);
  left: calc(var(--circle-size) / 2 * -1);
  pointer-events: none;
  z-index: 999;
}
/* cursor code end  */



.space-to-left{
  padding-left: 80px !important;
}
a{
  text-decoration: none;
}
.sec-mar{
  padding: 120px 0px;
}

.banner-area{
  background-image: url(/assets/images/home6-banner-bg.png), linear-gradient(#1e1c22, #1e1c22);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.position-fixed{
  backdrop-filter: blur(10px);
}
.offcanvas-width {
  width: 75% !important; /* Adjust as needed */
}

.offcanvas-body {
  height: calc(100vh - 56px); /* Ensures full height */
  overflow-y: auto; /* Enables scrolling if content overflows */
}


  @media (min-width: 992px) {
   
}


@media (max-width: 1199px) {
  .home6-choose-section .choose-btm .choose-left-content {
      margin-top: 0;
      padding: 65px 30px 65px 30px;
  }
}

@media (max-width: 576px){
  .hero-heading-1{
    font-size: 35px !important ;
  }
  .space-to-left{
    padding-left: 10px !important;
    padding: 20px;
  }
  .number-column{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .number-content{
    text-align: center;
    padding: 20px;
    background-color: transparent;
    border: 1px solid rgb(59, 59, 59);
    border-radius: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .number-counter{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .number-row{
    padding-left: 0px;
  }
  .hero-section h1 span::after {
    content:"____" !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -31%);
}
.choose-title{
  margin-left: 0px !important;
  padding-top: 10px !important;
}
.choose-title h2 {
  font-size: 30px !important
}
.why-choose-us-section{
  padding-top: 10px !important;
  padding: 20px;
}
 .choose-left-content h4 {
  font-size: padding;
}
.choose-left-content {

  margin-top: 10px !important;
  padding: 65px 30px 65px 30px !important;
  margin-right: 0px !important;
}
.choose-left-content p{
  padding-left: 0px !important;
}
.choose-left-content .sl{
  padding-left: 10px !important;
}
.sol-section-title h2 {
  font-size: 40px;
 
}
.sol-section-title span{
  font-size: 20px !important;
}

.sol-section-title-small h2 {
  font-size: 40px;
 
}
.sol-section-title-small span{
  font-size: 20px !important;
}
 .case-left {
  padding-right: 0px !important;
  border-right: none;

}
.case-right {
  padding-left: 0px !important;
  padding-top: 0 !important;
}
.footer-contact-section-column {
  margin: 40px 0px;
  display: block !important;

}
.social-media-icons {
  display: flex;
  gap: 20px;
  justify-content: start !important;
  margin-top: 20px;
}
.footer-call{
  display: flex !important;
  justify-content: start !important;
}
.home-contact-content{
  padding: 20px;
}
.certificate-logo img{
  width: 50% !important;
}
.home-contact {
  padding-top: 40px !important;
  padding-bottom: 100px;
}
.contact-info-heading{
  font-size: 25px;
  font-weight: 600;
}

}
  .btn-enqury-now{
    background-color: #FDC435;
    border: none;
    padding: 3px 20px;
    color: white;
    box-shadow: rgba(246, 234, 11, 0.2) 0px 60px 40px -7px;
  }
  .btn-enqury-now:hover{
    background-color: white;
    color: #FDC435;
  }
  .hero-section{
    background-image: url(/assets/images/home6-banner-bg.png), linear-gradient(#1e1c22, #1e1c22);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
   
  }
  .hero-section h1 span::after {
    content: url(/assets/images/banner-text-vec.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -31%);
}
.span-text{
  color: #F4C708 ;
  position: relative;
}
  .hero-heading-1{
    font-weight: 700;
    font-size: 75px;
    line-height: 1.3;
    text-transform: capitalize;
   color: white;
    margin-bottom: 30px;
  }
  .para-text-hero{
 
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #E4E4E4;
    margin-bottom: 55px;
  }
  .hero-btn{
   
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: black;
    border-radius: 5px;
    background-color: #F4C708 ;
    padding: 14px 26px;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
  }
  .hero-btn a{
    text-decoration: none;
    color: black;
  }
.banner-img-right{
  background-image: url(/assets/images/home6-banner-img2.png);
  background-size: cover;
  height: 100%;
  width: 100%;
}
.star{
  margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.star li{
  line-height: 1;
    font-size: 13px;
    color: #FFFFFF;
}
.star li i{
  font-size: 11px;
    color: #F9BF00;
}
.review-main{
    background-image: url(/assets/images/home6-client-review-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 85px;
}
.google-review-box{
  padding: 20px;
  background-color: transparent;
  border: 1px solid rgb(59, 59, 59);
  border-radius: 20px;
  width: auto;
  overflow: hidden;
}
.number-row{
  padding-left: 10px;
}

.number-counter{
  display: flex;
  align-items: baseline;
}
.number-counter-main{
  padding: 69px 30px;
  width: 100%;
  background-color: #161519;
}
.number-content{
  color: white;
}
.number-counter span{

    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: white;
    display: inline-block;
    margin-left: 5px;
}
.second-row-hero{
  background-color: black;
 
}
.heading-4-counter{
  color: white;
  margin-bottom: 20px;
}
.number-column{
  border-right: 2px solid rgb(58, 58, 58);
}
.why-choose-us-section{
 padding-top: 100px;
  background-color: #161519;
}
.choose-title{
  padding-top: 80px;
  max-width: 450px;
  width: 100%;
  margin-left: 50px;
}
.choose-title span{
  
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: #F4C708 ;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.choose-title span::after {
  content: "";
  height: 1px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F4C708 
}
 .choose-title h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #FFFFFF;
}
.choose-right-img::after {
  content: "";
  background-color: rgba(30, 28, 34, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.choose-right-img {
  position: relative;
  z-index: 1;
}
.choose-left-content {
  background-image: url(/assets/images/choose-bg-1.png), linear-gradient(#1e1c22, #1e1c22);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 75px 65px 85px;
  position: relative;
  margin-right: 15px;
  margin-top: -120px;
}
.choose-left-content h4 {

  font-weight: 500;
  font-size: 24px;
  line-height: 1.46;
  letter-spacing: 0.03em;
  color: #E4E4E4;
  margin-bottom: 25px;
}
.choose-left-content p {
  text-align: justify;
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #B5B5B5;
  padding-left: 60px;
}
.choose-left-content .sl h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(228, 228, 228, 0.3);
}
.choose-left-content .sl {
  padding-top: 65px;
  padding-left: 60px;
}
.choose-left-content .about-btn {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.choose-left-content .about-btn a {
  width: 123px;
  height: 123px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  gap: 5px;
  transition: 0.7s;
  text-decoration: none;
}

.choose-left-content .about-btn a svg {
  stroke: white;
  transition: 0.7s;
}
.choose-feature ul li .single-feature .progress {
  height: 100px;
  min-width: 100px;
  max-width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.choose-feature ul li .single-feature .progress h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
  color: white;
}
.choose-feature ul li .single-feature .content {
  max-width: 290px;
  width: 100%;
}
.choose-feature ul li .single-feature {
  display: flex;
  align-items: center;
  gap: 25px;
}
.choose-feature ul li .single-feature .content h4 {

  font-weight: 600;
  font-size: 25px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 8px;
}
.choose-feature ul li .single-feature .content p {
  font-weight: 300;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #B5B5B5;
}
.choose-btm{
  padding-top: 70px;
}
.home6-solution-section {
  background: #1E1C22;
  padding: 100px 0;
}
.sol-section-title {
  position: relative; 
  height: 90px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.sol-section-title span {
 
  font-weight: 700;
  font-size: 110px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(6, 216, 137, 0.03);
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  line-height: 1;
}
.sol-section-title h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.01em;
 color: white;
}


.sol-section-title-small {
  position: relative; 
  height: 90px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.sol-section-title-small span {
 
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(6, 216, 136, 0.087);
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  line-height: 1;
}
.sol-section-title-small h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.01em;
 color: white;
}

.home6-solution-section .single-solution {
  position: relative;
  border-radius: 5px;
  z-index: 1;
  padding: 30px 30px 50px;
  overflow: hidden;
  transition: 0.5s;
}
.home6-solution-section .single-solution::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/home6-solution-bg1.png), linear-gradient(#161519, #161519);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 0.5s;
}
.card{
  background-color: transparent !important;
}
.card-number{
 
  color: #F4C708 ;
}
.card-title{
  color: white !important;
  font-weight: 700;
  font-size: 25px;
}
.card-text{
  line-height: 27px;
  color: white;
}
.card-link{
  text-decoration: none;
  color: #F4C708 ;
}
.Case-study-section{
  background-color: rgb(32, 32, 32);
}
.case-img {
  margin-bottom: 12px;
}
.case-content > span {

  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F4C708;
  display: inline-block;
  margin-bottom: 5px;
}
.case-content p  {
 
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #B5B5B5;
  margin-bottom: 20px;
}
.case-content h3 a{
  color: white;
  text-decoration: none;
  font-weight: 700;
}
.learn-btn a{
  color: #F4C708 ;
}

.border-bottom1 {
  position: relative;
}
.border-bottom2 {
  position: relative;
}
.case-left {
  padding-right: 80px;
  border-right: 1px solid rgb(150, 149, 149);
}
.border-bottom1::after {
  content: "";
  width: 114%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.case-right {
  padding-left: 80px;
  padding-top: 100px;
}
.border-rights {
  position: relative;
}
.border-rights::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.border-bottom2::after {
  content: "";
  width: 114%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
}
.logo_items {
  display: inline-block;
  animation: 20s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 100px;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.our-client-section h6 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #0f294b;
}
 
.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logo_items {
  display: inline-block;
  animation: 20s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 100px;
}
.icon-yellow {
 width: 10%;
 margin: 20px 0px;
 color: #F4C708 ;
}
.wwd-crad h3{
  color: white;
  font-weight: 700;
}
.wwd-crad p{
  color: white;
}
.wwd-right-content{
  padding: 30px 10px;
}
.wwd-right-content h3{
  color: white;
  font-weight: 700;
  font-size: 40px;
}
.wwd-right-content p{
  color: white;
  line-height: 30px;
}
.wwd-point-content {
  display: flex;
  align-items: flex-start; /* Aligns the icon with the first line of text */
  gap: 10px; /* Adjust spacing between icon and text */
  line-height: 30px;
}

.wwd-point-content::before {
  content: "";
  width: 20px; /* Icon width */
  height: 20px; /* Icon height */
  background-image: url(/assets/images/focus.png);
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0; /* Prevents icon from shrinking */
  margin-top: 6px;
}

.wwd-first-row{
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-contact-content p{
  color: white;
}
.call-box{
  padding: 10px 30px;
  border: 2px solid #F4C708 ;
  width: fit-content;
  margin: 50px 0px;
}
.call-box span{
  color: #F4C708 ;
}
.call-box h3{
  color: white;
  margin: 0px;
}
.contact-steps .accordion-header button{
  color: white !important;
}
/* Remove background color and border from accordion items */
.contact-steps .accordion-item {
  background-color: transparent !important;
  border: none !important; /* Removes border */
}

/* Make accordion button transparent and remove blue active state */
.contact-steps .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important; /* Removes default Bootstrap shadow */
  border: none !important; /* Removes border */
  color: white !important; /* Set text color (change if needed) */
}

/* Ensure background remains transparent when expanded */
.contact-steps .accordion-button:not(.collapsed) {
  background-image: url(/assets/images/pricing-bg-32.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  margin-bottom: 20px;
  color: #F4C708  !important; /* Keep text color consistent */
  font-weight: 600;
}
.contact-steps  .accordion-body {
  color: white !important;

}

/* Remove blue highlight on click (focus) */
.contact-steps .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* Optional: Remove bottom border that appears on expanded state */
.contact-steps .accordion-collapse {
  border: none !important;
}
.contact-steps .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  font-size: 25px;
  content: "-";
  color: #F4C708 ;
}

.contact-steps .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  content: "+";
  font-size: 25px;
  color: rgba(255, 255, 255, 0.5);
  background-image: none;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
}
/* From Uiverse.io by ammarsaa */ 
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
  padding: 20px;
  background-image: url(/assets/images/pricing-bg-3.png), linear-gradient(#161A1E, #161A1E);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  width: 100%;

}
.responsive-iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* Maintain a good width-to-height ratio */
  border: none;
  display: block;
}

/* Adjust aspect ratio for smaller devices */
@media (max-width: 768px) {
  .responsive-iframe {
      aspect-ratio: 9 / 16; /* Taller aspect ratio for better mobile fit */
  }
}

@media (max-width: 480px) {
  .responsive-iframe {
      aspect-ratio: 4 / 5; /* More square-like ratio for very small screens */
  }
}

.title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: white;
}

.title::before {
  width: 18px;
  height: 18px;
}



.message, 
.signin {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
}

.signin {
  text-align: center;
}

.signin a:hover {
  text-decoration: underline royalblue;
}

.signin a {
  color: #00bfff;
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.form label {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.form label .input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  width: 100%;
  padding: 20px 05px 05px 10px;
 
  border-radius: 10px;
}

.form label .input + span {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown + span {
  top: 12.5px;
  font-size: 0.9em;
}

.form label .input:focus + span,
.form label .input:valid + span {
  color: #F4C708;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

.input {
  font-size: medium;
}





@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
.title-main{
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}
.contact-btn-main .submit{
  width: fit-content;
  padding: 10px 50px;
  background-color: #F4C708;
  color: white;
  border: none;
  font-weight: 700;
  border-radius: 5px;

}

.home-contact{
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-footer {
  background-image: url(/assets/images/footer-bg.png), linear-gradient(#1e1c22, #1e1c22);
}
.footer-top{
  border-bottom: 0.5px solid white;
  padding-bottom: 20px;
}
.footer-row-1{

  justify-content: space-between;
}
.footer-call{
  display: flex;
  justify-content: end ;
  padding-top: 20px;
  gap: 20px;
}
.footer-call-icon{
  font-size: 30px;
  color:#F4C708 ;
}
.footer-call-content p{
  margin: 0px;
  color: white;
}
.footer-call-content h5{
  margin: 0px;
  color: white;
}
.footer-col i{
  color:#F4C708 ;
}
.footer-col .footer-contact-info{
  margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
  
    font-weight: 500;
    font-size: 23px;
    letter-spacing: 0.03em;
   color: white;
}
.footer-col p{
  color: white;
}
.footer-contact-main{
  margin: 40px 0px;
}
.footer-contact-section-column{
  margin: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-contact-section-column h3{
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer-contact-section-column ul{

  padding-left: 10px !important;
}
.footer-contact-section-column ul li{
  list-style: none;
  line-height: 50px;

}
.footer-contact-section-column ul li a{

  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #B4B4B4;
  transition: 0.5s;
  text-decoration: none;

  
}
.footer-row-2{
  justify-content: space-between;
}
.footer-credit{
  border-top: 1px solid white;
  padding: 20px 0px;
}
.social-media-icons{
  color: white;
}
.social-media-icons{
  display: flex;
  gap: 20px;
  justify-content: end;
}
.social-media-icons i{
  padding: 8px;
  border-radius: 2px;
  color: white;
  background-color: black;

}
.credit-text{
  color: white;
}
.footer-main-content-block{
  padding: 40px 0px;
}
 .choose-vec-top-r {
  position: absolute;
  bottom: 0;
  left: 0;
}
.choose-vec-btm-l {
  position: absolute;
  right: 0;
  top: 0;
}
.spacing-top{
  padding-top: 100px;
}
.student-img{
  background-image: url(/assets/images/students-full-img.jpg);
  background-repeat: repeat;
}
.girl-page-section {

background-image: url(/assets/images/graph.png);
background-size: cover;
background-repeat: no-repeat;
transform: translateY(-50px);
position: relative;
width: 100%;
height: 300px;
}
.girl-page-section img{
  position: absolute;
  top: -8px;

}
/* .animation-globe{
  width: 100%;
  animation: globe-anim 5s  reverse infinite ease-in-out;
}
@keyframes globe-anim{
  0%{
    transform: scale(0.5);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(0.5);
  }
} */

.animation-globe {
  width: 100%;
  animation: globe-anim 3s alternate infinite;
}

@keyframes globe-anim {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
  }
}
.certificate-logo{
margin: 40px 0px;
}
.certification{
  margin: 20px 0px;
}


.certificate-logo img{
  width: 100%;
}
.certification h4{
  border-bottom: 2px solid #F4C708;
  width: fit-content;
  padding-bottom: 10px;
}

.page-banner-img-right{
  background-image: url(/assets/images/home6-banner-img2.png);
  background-size: cover;
  height: 100%;
  width: 100%;
}
.middle-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #ff4b4b, #4b7bff);
  position: relative;
}
.plane {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 0;
}

.contact-info-sub-heading{
  color: #EDCB09;
  word-spacing: 4px;
  letter-spacing: 1px;
}

.contact-info-heading{
  color: white;
  font-size: 40px;
  font-weight: 700;
  word-spacing: 4px;
  letter-spacing: 1px;
  margin: 20px 0px  ;

}
.contact-info-para{
  color: rgba(216, 216, 216, 0.886);
  line-height: 30px;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-details-div {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}

.contact-icon {
  border-radius: 50%;
  border: 2px solid #EDCB09;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.contact-icon i {
  color: #EDCB09;
  font-size: 18px;
}

.contact-para,
.email-content p {
  color: white;
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
}

.email-content {
  display: flex;
  flex-direction: column;
}

.social-media-icons i{
  cursor: pointer;
}
.sticky-social-call {
  position: fixed;
  bottom: 2%;
  right: 2%;
  display: flex;
  flex-direction: column;
  gap: 10px; /* Spacing between buttons */
  z-index: 999;
}

.Btn-wp, .Btn-call {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.BG {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #5CB338;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.3s;
}

.Btn-call .BG {
  background: #007aff; /* Blue color for call button */
}

.Btn-wp:hover .BG, .Btn-call:hover .BG {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.Btn-wp:hover .svgContainer, .Btn-call:hover .svgContainer {
  background-color: rgba(156, 156, 156, 0.466);
  backdrop-filter: blur(4px);
}






.service-card-main{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

}
.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.slide-content .card{
  
  background-color: #FFF;
}


.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  background-image: url(/assets/images/pricing-bg-3.png);

}
.image-content{
  position: relative;
  row-gap: 5px;
 
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: black;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}
.name-heading-slider{
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  color: white;
}
.description{
  font-size: 14px;
  color: whitesmoke;
  text-align: center;
}
.button-service-card{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button-service-card:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
  color: white !important;
}
.swiper-button-prev{
  left: 0;
  color: white !important;

}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0px !important;
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}


.about-btn a:hover {
  border-color: #EDCB09;
  box-shadow: inset 0 0 0 10em var(#EDCB09);
}

.about-btn a {
  width: 123px;
  height: 123px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: white;
  gap: 5px;
  transition: 0.7s;
}

.error{
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error h2{
  color: white;
  font-size: 40px;
  font-weight: 800;
}
.error a{
  text-decoration: none;
}
/* From Uiverse.io by adamgiebl */ 
.error-btn {
  display: flex;
  align-items: center;
  font-family: inherit;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  padding: 0.8em 1.3em 0.8em 0.9em;
  color: white;
  background: #ad5389;
  background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  border: none;
  letter-spacing: 0.05em;
  border-radius: 16px;
}

.error-btn svg {
  margin-right: 3px;
  transform: rotate(30deg);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.error-btn span {
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.error-btn:hover svg {
  transform: translateX(5px) rotate(90deg);
}

.error-btn:hover span {
  transform: translateX(7px);
}

/* .career-container p{
  font-size: 14px !important;
}

.career-container li{
  font-size: 14px !important;
} */

