/* @media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {} */
@media screen and (min-width: 2560px) {
  /* Full width */
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
    margin-left: auto;
    margin-right: auto;
  }

  /* Header adjustments */
  .header-inner {
    justify-content: space-between;
    align-items: center;
    padding: 40px 80px !important;
  }

  .worldwide-reach::before{
    background: url(../images/map.png) no-repeat left 834px top 121px;
  }

  .section-title{
    text-align: left;
  }

  .logo img {
    width: 200px; /* Increase logo size */
  }

  nav ul {
    gap: 60px !important;
  }

  nav ul li a {
    font-size: 20px !important;
    font-weight: 600;
  }

  .get-started-btn a.btns {
    padding: 16px 60px 16px 30px;
    font-size: 18px;
  }

  /* Header Hamburger */
 

  /* Banner */
  .banner-content h1 {
    font-size: 90px !important;
    line-height: 110% !important;
  }

  .banner-content p {
    font-size: 22px;
    max-width: 90%;
  }

  .banner-content .btns {
    padding: 16px 60px 16px 30px;
    font-size: 18px;
  }

  .banner-img img {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  /* Section Headings */
  .section-title h2 {
    font-size: 72px;
  }

  .section-title p {
    font-size: 20px;
  }

  /* Service Cards */
  .service-box h4 {
    font-size: 28px;
  }

  .service-box p {
    font-size: 18px;
  }

  /* Project content */
  .project-box > h3 {
    font-size: 28px;
  }

  .project-box > p {
    font-size: 18px;
  }

  /* Testimonial */
  .testimonial-box > p {
    font-size: 20px;
  }

  .testimonial-profile-name h5 {
    font-size: 26px;
  }

  .testimonial-profile-name p {
    font-size: 18px;
  }

  /* Footer */
  .footer-widget h3 {
    font-size: 24px;
  }

  .footer-widget ul li a {
    font-size: 18px;
  }

  .email-input input {
    height: 60px;
    font-size: 16px;
  }

  .email-input button[type="submit"] {
    height: 60px;
    width: 60px;
  }

  .footer-copyright p {
    font-size: 18px;
  }
}



/* 1440px and below */
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}

/* 1024px and below */
@media only screen and (max-width: 1024px) {
  .banner-content h1 {
    font-size: 48px;
  }

  .section-title h2 {
    font-size: 40px;
  }

  .service-box h4 {
    font-size: 20px;
  }
    .header-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  

  /* Hamburger shows */
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    z-index: 1001;
  }

  .hamburger div {
    width: 25px;
    height: 3px;
    background-color: #000;
  }

  /* Mobile vertical dropdown menu */
  nav .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 20px 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  nav .menu ul {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 50px;
    margin: 0;
  }

  nav .menu .get-started-btn {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  /* When hamburger is active */
  .menu.show-menu {
    display: flex !important;
  }

  /* Center logo */
  .logo {
    flex-grow: 1;
  }

  /* Prevent inline nav on small screens */
  nav > ul,
  nav > .get-started-btn {
    display: none !important;
    
  }
}

/* 991px and below (tablet) */
@media only screen and (max-width: 991px) {
  .header-inner nav {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
  }

  .header-inner.active nav {
    display: flex;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .hamburger div {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
    
  }

  .banner-content h1 {
    font-size: 38px;
  }

  .banner-img {
    padding-left: 0;
    text-align: center;
  }

  .banner-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top:50px;
  }

  .services-section .row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .logo-slider img {
    height: 80px;
  }

  .footer-widget {
    margin-top: 40px;
  }

  .footer .row .col-lg-4:first-child .footer-widget {
    margin-top: 0;
  }
}

/* 767px and below (mobile) */
@media only screen and (max-width: 767px) {

  .setup-section {
    padding: 10px 0;
  }

  .services-cms-section .row {
    row-gap: 20px;
  }

  .core-values-card{
    margin-bottom: 30px;
  }

  .our-core-values .col-md-3:nth-child(2n+0) {
    margin-top: 0px;
}

.row>* 

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    
  }

  .contact-form-section .row {
        --bs-gutter-x: 5px;
  }


  .journey{
  justify-content: flex-start;
}

  .get-started-btn {
    margin-top: 20px;
    text-align: left;
  }

  .banner-content h1 {
    font-size: 32px;
    text-align: center;
    
  }

  .banner-content p {
    text-align: center;
  }

  .btnp{
    justify-content: center;
     ;
  }

  .banner-img {
    text-align: center;
  }
  .who-we-are-section{
    padding:0px;
  }
  .row{
  margin:0;
  }
  .mix-section{
    padding:0;
  }  
  .call-email-box{
    min-width: 260px;
  }


  .services-section .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .services-section{
    padding: 0px 0;
  }
  
  .projects-section{
    padding: 30px 0 40px;
  }

  .who-we-img-01{
    margin-top: 25px;
  }

  .who-we-img-02{
    margin-top: 25px;
  }

  .satisfaction-data-main .section-title {
    text-align: center;
}

  .section-title h2 {
    font-size: 28px;
    margin-top: 20px;
  }

  .section-title p {
    font-size: 14px;
  }

  .why-partner .section-title p {
    margin-bottom: 20px;
}

  .view-more-link a {
    font-size: 14px;
  }

  .footer-widget ul {
    gap: 10px;
}

.team-section {
    padding: 25px 0 0 0;
}
  .aboutbtns {
    padding: 10px 36px 10px 18px;
    font-size: 14px;
    margin-top: 20px;
  }

  .culture-section{
    padding: 45px 0 45px 0;
  }

  .connect-section {
    padding: 0 0 45px;
}

  .our-journey-section {
    padding: 45px 0 45px 0;
}

.key-milestones-section {
  padding-bottom: 45px;
}

  .btns:before {
    right: 15px;
    top: 12px;
    font-size: 16px;
  }

  nav ul {
    flex-direction: column;
    gap: 10px;
  }

  .header-inner nav ul li ul {
    position: static;
    display: none;
    background: none;
    padding: 0;
  }

  .header-inner nav ul li:hover ul {
    display: block;
  }
 
  .header-inner{
    display:flex;
    flex-direction: row;
   
  }
.header-inner nav ul {
    gap: 10px;
}
.why-partner-box{
  /* display: flex; */
  min-width: 138px;
  padding:14px;
}
.why-partner-main{
  flex-direction: column;
  width: 200%;
}

.why-partner-box img {
    margin-bottom: 0px;
    height: 100%;
}

.why-partner .section-title{
  padding-right: 5px;
  padding-bottom: 1px;
}

.testimonial-main{
   margin-top:10px;
}

.testimonial-slider{
  padding:25px 35px 25px;
}
.circle-box:nth-child(1){
  width: 270;
  height: 270;
  margin-top: 10px;
}
.satisfaction-data-main{
  padding:30px;
  margin-top: 40px;
}
.satisfaction-data-list ul{
  margin-top:10px;
  text-align: center;
}

.happy-that-slider {
    padding-left: 5%;
    padding-top: 5px; 
}
.happy-that-section{
  padding-top:50px;
}
.worldwide-reach::before{
  background: url('../images/map.png') no-repeat left 2px top 25px;
}

p{
  font-size: 14px;
}



.footer-logo{
width: 180px;

}
.col-lg-2{
  margin-top: 20px;
}
.col-lg-3{
  margin-top: 20px;
}

.hamburger {
  left: 0;
 
}


.header-inner.active nav {
  display: flex !important;
 }
}

@media screen and (max-width: 767px) {

    .worldwide-reach {
    padding: 80px 0 45px;
}

.worldwide-reach:before {
    background-size: 500px auto; /* shrink proportionally */
     background-position: center 25px;
  }

  .why-partner-box-inner:nth-child(2){
    margin-top: 0px;
  }

  .about-banner-section .row {
    flex-direction: column-reverse; 
  }

  .about-banner-section .col-md-5,
  .about-banner-section .col-md-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .about-banner-section .banner-content {
    padding: 20px;
  }

  .about-banner-section .banner-content h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .about-banner-section .banner-content p {
    font-size: 16px;
    margin: 15px 0;
  }

  .about-banner-section .d-flex {
    justify-content: center;
    flex-wrap: wrap;
  }

  .about-banner-section .about-img img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .hidebtns{
    display: none;
  }
  .page-blog-section {
    padding-top: 45px;
}

.blog-section {
    padding: 0 0 45px;
}

.maintenance-section {
    padding: 20px 0 20px;
}
  
}

@media screen and (max-width: 820px){
.contact-form {
        width: 100%;
        padding: 15px; /* small padding inside */
    }
    .contact-form-section {
    padding: 45px 0;
}
.contact-form .btns {
        width: 100%;
        padding: 12px;
        font-size: 1.1rem;
    }

.about-banner-section {
      padding: 40px 0 20px;
}
  .worldwide-reach {
    padding: 80px 0 45px;
}

.worldwide-reach:before {
    background-size: 500px auto; /* shrink proportionally */
     background-position: center 25px;
  }

  .happy-that-section {
    padding-top: 80px;
}



}
/* Responsive for iPhone 14 Pro Max (and similar mobile widths) */
@media screen and (max-width: 430px) {

  .worldbtn{
    justify-content: center;
  }

  .worldwide-reach {
    padding: 80px 0 45px;
}

.worldwide-reach:before {
    background-size: 600px auto; /* shrink proportionally */
    background-position: center 25px;
  }

  .about-banner-section {
      padding: 0px 0 20px;
}

  .blog-box-img .service-icon {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 30px;
    bottom: -20px;
}

  .footer-widget ul li a{
    font-size: 14px;
  }

  .lets-connect{
    padding: 25px;
  }

    .contact-form {
        width: 100%;
        padding: 15px; /* small padding inside */
    }
    .contact-form-section {
    padding: 45px 0;
}

  .our-locations {
    padding-bottom: 45px;
}

    .contact-form h4 {
        text-align: center;
        font-size: 1.4rem;
    }

    .contact-form .row > [class*="col-md-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-form .form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .contact-form input,
    .contact-form textarea {
        width: 100%;
        padding: 10px;
        font-size: 1rem;
        box-sizing: border-box;
    }

    .contact-form textarea {
        min-height: 120px;
        resize: vertical;
    }

    .contact-form .btns {
        width: 100%;
        padding: 12px;
        font-size: 1.1rem;
    }
    
}

/* Mobile responsive for iPhone 14 Pro Max (≤ 430px) */
@media screen and (max-width: 430px) {

    /* About Banner */
    .about-banner-section .row {
        flex-direction: column;
        text-align: center;
    }
    .about-banner-section .col-md-5,
    .about-banner-section .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-banner-section .banner-content {
        padding: 15px;
    }
    .about-banner-section .about-img img {
        width: 100%;
        height: auto;
    }

    /* Contact Form Section */
    .contact-form-section .row {
        flex-direction: column;
        align-items: center;
    }
    .contact-form-section .col-md-5,
    .contact-form-section .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* Stack form fields */
    .contact-form .row > [class*="col-md-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Input & textarea full width */
    .contact-form input,
    .contact-form textarea {
        width: 100%;
        padding: 10px;
        font-size: 1rem;
        box-sizing: border-box;
    }

    /* Button full width */
    .contact-form .btns {
        width: 100%;
        padding: 12px;
        font-size: 1.1rem;
    }

    /* Contact info spacing */
    .contact-info {
        padding: 15px;
    }
    .contact-info .section-title h2 {
        font-size: 1.4rem;
    }


/* Default hide mobile menu */
#menuToggle {
    display: none;
}
.hamburger { display: none; }
#menuToggle input { display: none; }

/* Mobile Styles */
/* Hide hamburger by default (desktop) */
#menuToggle {
  display: none;
  position: relative;
}
}

/* Desktop styles remain unchanged */

/* MOBILE: styles for 768px and below */
/* MOBILE styles */
/* ========== Shared Toggle Styles ========== */
#menuCheckbox {
  display: none;
}

/* Hide hamburger when menu is open */
#menuCheckbox:checked ~ .logo-hamburger .hamburger {
  display: none;
}

/* Show close button only when menu is open */
.menu-close-btn {
  display: none;
  text-align: right;
  padding: 1rem;
}
.menu-close-btn button {
  font-size: 2rem;
  background: transparent;
  border: none;
  color: white; /* match menu text color */
  cursor: pointer;
}

#menuCheckbox:checked ~ #menu .menu-close-btn {
  display: block;
}

/* Smooth hamburger line animation */
.hamburger span {
  display: block;
  height: 3px;
  background: white;
  border-radius: 3px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hamburger → X animation (works for all screen sizes) */
#menuCheckbox:checked + label.hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
#menuCheckbox:checked + label.hamburger span:nth-child(2) {
  opacity: 0;
}
#menuCheckbox:checked + label.hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ========== Mobile (max-width: 412px) ========== */
@media (max-width: 412px) {

    .satisfaction-data-main {
      padding:0 0 30px;
    }

  .why-partner-box-inner:nth-child(2){
    margin-top: 0px;
  }

  .lets-connect{
    padding: 25px;
  }

  .blog-box-main h4 {
      margin: 30px 0 9px;
    }
    .ser-btn{
      margin-top: 20px;
    }

  nav {
    display: none;
  }
  .testimonial-main .section-title {
    text-align: left;
    margin-top: 20px;
  }
  .testimonial-slider-main .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #004C3F;
    top: 50%;
    border-radius: 50%;
    border: 0;
    transform: translate(0, -50%);
    font-size: 0;
  }
  .testimonial-box>p {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 32px;
  }
  .setup-section {
    padding: 0;
  }
  .testimonial-slider-main .slick-prev {
    left: -30px;
    transform-origin: center center;
    transform: rotate(180deg) translateY(30px);
    margin-bottom: 40px;
  }
  .logo-hamburger {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #menuToggle {
    display: block;
    position: relative;
    z-index: 1001;
  }
  .footer .row {
    flex-direction: column;
  }
  .footer .col-lg-4,
  .footer .col-lg-3,
  .footer .col-lg-2 {
    width: 100% !important;
    margin-bottom: 25px;
  }
  .footer-widget h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .footer-widget ul {
    padding-left: 0;
    list-style: none;
  }
  .footer-widget ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .footer-widget ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  .footer-widget ul li a:hover {
    text-decoration: underline;
  }
  .footer-widget p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .email-input {
    flex-direction: column;
    gap: 10px;
  }
  .email-input input {
    width: 100%;
    font-size: 14px;
    padding: 8px;
  }
  .email-input button {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
  }
  .hamburger {
    cursor: pointer;
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #menu li a {
    color: #fff;
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    font-size: 16px;
  }
  #menu ul.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 15px;
  }
  #menu li.sub-menu-main.active > ul.submenu {
    max-height: 500px;
  }
  #menu li.sub-menu-main > a .arrow {
    float: right;
    transition: transform 0.3s ease;
  }
  #menu li.sub-menu-main.active > a .arrow {
    transform: rotate(180deg);
  }
#menu {
  position: fixed;
  top: 0;
  right: -260px;
  width: 250px;
  height: 100%;
  background: #000;
  color: white;
  padding: 6px 20px;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  z-index: 1001;
}

#menuCheckbox:checked ~ #menu {
  right: 0;
}

/* Close button styles */
#menu .close-btn-li {
  text-align: right;
  padding: 10px 0;
}

#closeMenuBtn {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
}

  #menuCheckbox:checked ~ #menu {
    right: 0;
  }
  
  .submenu {
    display: none;
    padding-left: 15px;
  }
  .sub-menu-main.active .submenu {
    display: block;
  }
  .submenu-toggle .arrow {
    color: #fff;
  }
  .lets-connect::before,
  .lets-connect::after {
    z-index: -1;
  }
  .core-values-card {
    margin-bottom: 20px;
  }
  .who-we-content {
    padding: 15px 0 10px 4px;
  }
  .who-we-content h2 {
    font-size: 40px;
  }
  .icon-logo-main {
    width: 300px;
  }
  .call-email-box-main {
    gap: 20px;
    margin-bottom: 20px;
  }
  .anicircle {
    min-width: 200px;
  }
  .logo img {
    max-width: 75%;
  }
}
/* Base desktop styles remain unchanged */

/* iPad portrait and landscape */
@media (min-width: 767px) and (max-width: 1024px) {

  .worldwide-reach {
    padding: 80px 0 45px;
}

  .worldwide-reach:before {
    background-size: 500px auto; /* shrink proportionally */
     background-position: center 25px;
  }

  .happy-that-section {
    padding-top: 80px;
}

  .ser-btn{
      margin-top: 20px;
    }

  .call-email-box-main {
    gap: 20px;
    margin-bottom: 20px;
  }

  /* Hide desktop nav and get started btn */
  nav {
    display: none;
  }
  .get-started-btn {
    display: none;
  }
  .projects-section {
    padding: 50px 0 50px;
    background: linear-gradient(143.49deg, #000000 0.86%, #191A1B 50.43%, #000000 100%);
}
.satisfaction-data-main {
    margin-top: 120px;
    background: radial-gradient(50% 72.45% at 49.87% 50%, rgba(0, 21, 17, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    border-radius: 12px;
    padding: 20px;
    overflow: hidden;
}

.col-mod-4{
  justify-content: center;
}
  /* Show hamburger container and position after logo */
  #menuToggle {
    display: flex;
    align-items: center;
    order: 2; /* places hamburger after logo */
  }
  
  .logo {
    order: 1;
  }
  .why-partner .section-title{
  padding-right: 5px;
  padding-bottom: 1px;
}
  /* Hamburger icon styling */
  #menuToggle .hamburger {
    cursor: pointer;
    width: 25px;
    height: 20px;
    display: block;
    position: relative;
  }
  
  #menuToggle .hamburger span {
    background: white;
    display: block;
    height: 3px;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s ease;
  }
  
  /* Mobile menu sliding from right */
  #menu {
  position: fixed;
  top: 0;
  right: -260px;
  width: 250px;
  height: 100%;
  background: #000;
  color: white;
  padding: 6px 20px;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  z-index: 1001;
}

/* When checked, slide in menu */
#menuCheckbox:checked ~ #menu {
  right: 0;
}

/* Close button styles */
#menu .close-btn-li {
  text-align: right;
  padding: 10px 0;
}

#closeMenuBtn {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
}

  

  /* Menu item styling */
  #menu li {
    padding: 0px;
    margin-bottom: 0px;
  }
  
  #menu li a {
    color: white;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    text-decoration: none;
    display: block;
  }
  .who-we-are-section {
    padding: 0px 0 10px;
    background: linear-gradient(180deg, #000000 0%, #001914 100%);
}
.mix-section {
    padding: 10px 0 0;
    background: linear-gradient(180deg, #000000 0%, #001914 100%);
    margin-bottom: -2px;
}
  /* Submenu default hidden */
  #menu li .submenu {
    padding-left: 15px;
    display: none;
  }
  .get-started {
    margin-top: 20px;
  }

  #menu li.sub-menu-main > a .arrow {
        float: right;
        transition: transform 0.3s ease;
        margin-top: 4px;
    }
  /* Submenu default hidden */
  #menu ul.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 15px;
  }

  #menu li.sub-menu-main.active > ul.submenu {
    max-height: 500px;
    flex-direction: column;
  }
}

/* moblie */

@media (min-width: 413px) and (max-width: 767px) {

  #menu li.sub-menu-main > a .arrow {
        float: right;
        transition: transform 0.3s ease;
    }

    .call-email-box-main {
    gap: 20px;
    margin-bottom: 20px;
  }

    .blog-box-main h4 {
      margin: 30px 0 9px;
    }
    .ser-btn{
      margin-top: 20px;
    }
  /* Hide desktop nav and get started btn */
  nav {
    display: none;
  }
  .get-started-btn {
    display: none;
  }
  .projects-section {
    padding: 50px 0 50px;
    background: linear-gradient(143.49deg, #000000 0.86%, #191A1B 50.43%, #000000 100%);
}
.satisfaction-data-main {
    margin-top: 120px;
    background: radial-gradient(50% 72.45% at 49.87% 50%, rgba(0, 21, 17, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    border-radius: 12px;
    padding: 20px;
    overflow: hidden;
}

.col-mod-4{
  justify-content: center;
}
  /* Show hamburger container and position after logo */
  #menuToggle {
    display: flex;
    align-items: center;
    order: 2; /* places hamburger after logo */
  }
  
  .logo {
    order: 1;
  }
  .why-partner .section-title{
  padding-right: 5px;
  padding-bottom: 1px;
}
  /* Hamburger icon styling */
  #menuToggle .hamburger {
    cursor: pointer;
    width: 25px;
    height: 20px;
    display: block;
    position: relative;
  }
  
  #menuToggle .hamburger span {
    background: white;
    display: block;
    height: 3px;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s ease;
  }
  
  /* Mobile menu sliding from right */
  #menu {
  position: fixed;
  top: 0;
  right: -260px;
  width: 250px;
  height: 100%;
  background: #000;
  color: white;
  padding: 6px 20px;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  z-index: 1001;
}

/* When checked, slide in menu */
#menuCheckbox:checked ~ #menu {
  right: 0;
}

/* Close button styles */
#menu .close-btn-li {
  text-align: right;
  padding: 10px 0;
}

#closeMenuBtn {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
}

  

  /* Menu item styling */
  #menu li {
    margin-bottom: 15px;
  }
  
  #menu li a {
    color: white;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
    text-decoration: none;
    display: block;
  }
  .who-we-are-section {
    padding: 0px 0 10px;
    background: linear-gradient(180deg, #000000 0%, #001914 100%);
}
.mix-section {
    padding: 10px 0 0;
    background: linear-gradient(180deg, #000000 0%, #001914 100%);
    margin-bottom: -2px;
}
  /* Submenu default hidden */
  #menu ul.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 15px;
  }

  #menu li.sub-menu-main.active > ul.submenu {
    max-height: 500px;
  }
}


@media(max-width: 767px) {
  #menu li {
    margin-bottom: 0;
  }
  .logo img {
    max-width: 190px;
  }
  #menu li.sub-menu-main > a .arrow {
      margin-top: 4px;
  }
  .get-started {
    margin-top: 20px;
  }
  .logo-slider {
    padding: 20px 0 0 0;
  }
  .who-we-content h2 {
    font-size: 28px;
  }
  .why-partner-box img {
    height: auto;
    width: 70px;
  }
  .why-partner-box{
    min-height: auto;
    text-align: center;
  }
  .why-partner-box p{
    font-size: 16px;
    margin-top: 10px;
  }
  .testimonial-slider-main .slick-arrow{
    display: none !important;
  }
  .testimonial-slider {
    padding: 25px 15px 25px;
  }
  .testimonial-profile-img img{
    width: 40px;
    height: 40px;
  }
  .testimonial-profile-name h5{
    font-size: 16px;
    line-height: 20px;
  }
  .testimonial-profile-name p {
    font-size: 13px;
  }
  .logo-slider-2 img{
    height: 70px;
  }
  .logo-slider-2 .slick-slide {
    margin: 0 10px;
  }
  .happy-that-slider {
    padding-left: 0;
    padding-top: 0;
  }
  .footer-widget ul li {
    margin-bottom: 0;
  }
  .footer-widget {
    margin-top: 0;
  }
  .logo-links{
   margin-bottom: 40px;
  }
  .btns:before {
    right: 15px;
    top: 15px;
    font-size: 16px;
  }
  .who-we-content h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .email-input{
    position: relative;
  }
  .email-input button[type="submit"]{
    position: absolute;
    right: 0;
  }
  .email-input input{
    padding-right: 60px;
  }
  .blog-detail .blog-content-detail h3{
    font-size: 17px;
    line-height: 26px;
  }
  .blog-detail-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blog-detail-section .row .col-lg-9 .blog-content {
    padding-top: 20px;
  }
  .about-banner-section .banner-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .contact-form .form-group input, .contact-form .form-group textarea {
    padding: 10px 15px;
  }
  .footer-copyright {
    padding: 20px 0;
    margin-top: 10px;
  }
  .footer-copyright p {
    font-size: 14px;
  }
}

