/* Small devices (phones, less than 576px) */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}

@media  (max-width: 1440px) {
    .se-footer-logo h4 {
        width: 100%;
    }
    .service-tab .nav {
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 10px;
    }

    .service-tab-inner {
        flex: 1 1 auto; 
        text-align: center;
        background-color: #081a0f; 
        color: #fff;
        border: none;
        padding: 10px 15px;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .service-tab-inner.active {
        background-color: #3c5747;
    }
    .service-tab {
        display: flex;
        flex-direction: column;
        gap: 80px;
    }
    .projects-slider{
        height: 1032px;
    }
   
    .se-video-content {
        max-width: 70%;
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {


    h1 {
        font-size: 130px;
    }

    .se-hero-tagline h1 {
        text-align: left;
    }

    .se-submenu-list ul li {
        width: 100%;
    }

    .se-submenu-list {
        width: 70%;
    }

    .se-menu-list {
        width: 40%;
    }

    .se-hero-section {
        padding: 110px 0;
    }
   
    .se-video-content {
        max-width: 90%;
    }
    .overlay {
        padding-right: 40px;
    }
    .slide__container {
        padding: 0px 40px;
    }
    .slide__heading {
        padding-right: 40px;
        width: 100%;
        grid-area: -1 / 1 / 4 / 13;
    }

    .se-hero-content p {
        width: 100%;
        padding-left: 30px;
    }
    .se-perk-item-4 {
        margin-left: 200px;
    }

    .se-perk-item-3 {
        margin-left: 30px;
    }
 

}

@media (max-width: 1399px) {
    .se-about-content .se-about-desc p {
        width: 100%;
    }

    .se-about-desc {
        margin-left: 0px;
    }

  .se-about-content .awards {
        margin-left: 0px;
    }

    .project-meta-label {
        width: 14%;
    }
}

@media (max-width: 1199px) {
  .sidebar-left,
  .sidebar-right {
    position: static;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {

    .container, .container-lg, .container-md, .container-sm {
        max-width: 1150px;
    }

    h1 {
        font-size: 120px;
    }

    .se-submenu-list ul li {
        width: 100%;
    }

    .se-submenu-list {
        width: 70%;
    }

    .se-menu-list {
        width: 40%;
    }

    .se-counters-section {
        margin-top: 100px;
    }
    .se-counter-tagline p {
        text-align: left;
        width: 100%;
    }

    .se-why-us-feature-counter {
        column-gap: 24px;
    }

    .top-right-box {
        column-gap: 24px;
    }
    .se-service-section {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .se-section-head-title {
        margin-bottom: 100px;
    }
    .se-work-tab-content-wrapper {
        column-gap: 40px;
    }
    .se-why-us-wrapper {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .project-content {
        padding: 120px 0px 100px;
    }

    .se-insight-wrapper {
        margin: 120px 0px;
    }
    .se-footer-logo img {
        width: 500px;
        height: 160px;
    }
  
    .se-footer-logo h4 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .slide__heading {
        padding-right: 40px;
        width: 100%;
        grid-area: -1 / 1 / 4 / 13;
    }
    .slide__container {
        padding: 0px 40px;
    }

    .se-about-desc {
        margin-left: 0px;
    }

    .se-about-content .awards {
        margin-left: 0px;
    }
    .se-hero-content p {
        width: 100%;
        padding-left: 30px;
    }
    .se-counter-wrap{
        grid-template-columns: repeat(2, 1fr);
    }

    .se-perk-item-3 {
        margin-left: -102px;
    }

    .se-perk-item-4 {
        margin-left: 0;
    }

    .se-testimonial-profile {
        margin-bottom: 40px;
    }

    .introduction-box p {
        width: 100%;
    }

    .se-video-content {
        max-width: 80%;
        width: 100%;
    }

    .se-footer-logo {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .se-footer-social ul li a {
        padding: 18px 14px;
    }

    .se-footer-menu, .se-footer-newsletter, .se-address-number, .se-copyright-text {
        width: 38.5%;
        padding: 24px;
    }

    .se-footer-newsletter input.wpcf7-form-control.wpcf7-submit {
        position: relative;
        top: 10px;
        width: 100%;
        height: 52px;
    }

}

@media (min-width: 992px) and (max-width: 1024px) {

    h1 {
        font-size: 120px;
    }
    .se-submenu-list ul li {
        width: 100%;
    }

    .se-submenu-list {
        width: 70%;
    }

    .se-menu-list {
        width: 40%;
    }

    .se-hero-content {
        padding-left: 0px;
    }
    .about-intro-width {
        width: 100%;
        float: left;
    }
    .se-hero-content p {
        width: 100%;
    }
     
    .project-slide-wrap .project-title {
        margin-top: 50px;
        
    }

    .project-slide-wrap .meta-image img {
        height: 300px;
    }

    .introduction-box p {
        width: 100%;
    }
    .se-counter-wrap{
        grid-template-columns: repeat(2, 1fr);
    }

    .se-why-us-feature-counter {
        column-gap: 20px;
    }

    .top-right-box {
        column-gap: 20px;
    }
    .service-post-title {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .service-content-wrap h3 {
        font-weight: 500;
        font-size: 32px;
        line-height: 130%;
        letter-spacing: 0px;
    }

    .service-tab-img {
        margin-bottom: 60px;
    }
    
    .service-wrapper {
        display: none;
    }

    .service-wrapper-tablet {
        display: block;
        background: #081A0F;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .slide__img-cont img {
        height: 280px;
        width: 635px;
    }
   
    .overlay__img-cont {
        width: 635px;
        height: 280px;
    }
    .overlay__content {
        margin-top: 0;
    }

    .slide__heading {
        position: absolute;
        bottom: 18%;
        width: 50%;
    }

    .project-content {
        padding: 120px 0px 100px;
    }

     .se-video-content {
        max-width: 80%;
        width: 100%;
    }

    .se-footer-logo {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .se-footer-social ul li a {
        padding: 18px 14px;
    }

    .se-footer-menu, .se-footer-newsletter, .se-address-number, .se-copyright-text {
        width: 38.5%;
        padding: 24px;
    }

    .se-footer-newsletter input.wpcf7-form-control.wpcf7-submit {
        position: relative;
        top: 10px;
        width: 100%;
        height: 52px;
    }

}

@media (max-width: 991px) {

  .project-content h6 {
        width: 100%;
    }
    .project-item {
        padding: 20px;
    }
  
}


@media (min-width: 768px) and (max-width: 991px) {

    h1 {
        font-size: 120px;
   }

    h2 {
        font-size: 60px;
    }

    h3 {
        font-size: 60px;
    }

    .overlay__count {
        font-size: 64px;
    }

    .se-hero-serice-name {
        text-align: center;
    }

    .se-hero-tagline h1 {
        font-size: 70px;
        text-align: center;
        margin-top: 10px;
    }

    .se-hero-tagline {
        text-align: center;
    }

    .se-hero-tagline span {
        display: inline-block;
    }

    .se-hero-serice-name ul {
        text-align: center;
    }

    .se-hero-serice-name ul li {
        margin-bottom: 15px;
        display: inline-flex;
        margin-right: 15px;
    }

    .se-about-hero {
        padding: 60px 20px 100px;   
    }

    .se-counters-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .se-counter-tagline {
        margin-bottom: 60px;
    }
    .se-counter-tagline p {
        font-size: 42px;
    }
    .se-counter-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 12px;
        row-gap: 12px;
    }
    .overly {
        padding: 200px 20px 20px;
    }
    .se-Introduction {
        padding: 100px 20px;
    }
    .intro-wrap {
        flex-direction: column-reverse;
    }
    .introduction-box {
        width: 100%;
    }
    .intro-image-wrap {
        width: 100%;
    }
    .se-Introduction-bottom {
        margin-top: 80px;
    }
    .intro-second-sect {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
    }
    .se-brand {
        margin: 80px 0px;
    }
    .work-text-top{
        margin-bottom: 80px;
    }

    .se-counter-video {
        padding-bottom: 30px;
    }

    .se-service-section {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .se-section-head-title {
        margin-bottom: 80px;
    }

    .se-work-tab-content-wrapper {
        grid-template-columns: 100%;
    }

    .se-why-us-wrapper {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .se-testimonial-profile {
        margin-bottom: 20px;
    }
    .se-client-testimonial {
        width: 100%;
    }
    .se-insight-wrapper {
        margin: 100px 0px;
    }
    .faq-accordion {
        margin-bottom: 30px;
    }
    .se-video-content {
        max-width: 100%;
        width: 100%;
    }
  
    
    .se-footer-logo {
        flex-direction: column;
        gap: 10px;
        align-items: end;
        margin-bottom: 40px;
    }

    .se-video-cta {
        margin-top: 100px;
    }
    .se-video-content p {
        padding-left: 15%;
        padding-right: 15%;
         margin-bottom: 60px;
    }
    
    .se-footer-logo img {
        width: 650px;
        height: 206px;
        margin: 0 auto;
    }

    .se-footer-logo h4 {
        width: 60%;
    }

    .project-slide-wrap .meta-info-wrap, .project-slide-wrap .project-featuer-img {
        max-width: 100%;
    }
    .project-featuer-img {
        top: 80%;
    }

     .se-about-desc {
        margin-left: 0px;
    }

    .se-about-content .awards {
        margin-left: 0px;
    }

    .se-Introduction-content {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .work-tab-header {
        grid-template-columns: repeat(3, 1fr);
    }

    .se-footer-menu {
        width: 100%;
        border: 0;
    }

    .se-footer-social {
        width: 100%;
    }

    .se-footer-navigation, .se-footer-copyright { 
        display: flex;
        flex-direction: column;
    }

    .se-footer-copyright {
        width: 100%;
    }

    .se-footer-menu, .se-footer-newsletter, .se-address-number, .se-copyright-text {
        border: 0;
    }

    .se-footer-social, .se-scrool-to-top {
        border: 0;
    }

    .se-footer-newsletter {
        width: 100%;
        border-top: 1px solid rgba(140, 164, 149, 0.3);
    }

    .se-address-number {
        width: 100%;
        border-top: 1px solid rgba(140, 164, 149, 0.3);
    }

    .se-scrool-to-top {
        width: 100%;
         border-top: 1px solid rgba(140, 164, 149, 0.3);
    }

    .se-copyright-text {
        border-top: 1px solid rgba(140, 164, 149, 0.3);
        width: 100%;
      
    }

    .se-hero-content p {
        width: 100%;
        padding-left: 0px;
    }

    .breadcrumbs-wrap {
        padding: 60px 0px 100px;
    }

    .se-perk-item-4 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .se-perk-item-3 {
        margin-top: 0px; 
        margin-left: 0px;
    }

    .se-perk-item-2 {
        top: 0px;
        margin-left: 0;
    }

    .main-contact-form {
        padding: 40px;
    }

    .service-faqs-wrapper {
        margin-top: 100px;
    }

    .project-meta {
        grid-template-columns: 1fr;
    }

    .project-details-wrap .wp-block-heading {
        font-size: 42px;
    }

     .se-why-us-feature-counter {
        column-gap: 14px;
    }

    .top-right-box {
        column-gap: 14px;
    }

    .service-post-title {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .service-content-wrap h3 {
        font-weight: 500;
        font-size: 32px;
        line-height: 130%;
        letter-spacing: 0px;
    }
    .service-tab-img {
        margin-bottom: 60px;
    }

    .service-wrapper {
        display: none;
    }

    .service-wrapper-tablet {
        display: block;
    }

    .slide__img-cont img {
        height: 245px;
        width: 530px;
    }
   
    .overlay__img-cont {
        height: 245px;
        width: 535px;
    }
    .overlay__content {
        margin-top: 0;
    }

    .slide__heading {
        position: absolute;
        bottom: 18%;
        width: 50%;
    }
    .slide__content {
        margin-top: -250px;
    }

    .project-content {
        padding: 100px 0px 80px;
    }

    .work-tab-grid {
        grid-template-columns: 1fr;
    }

    .nav-links {
        margin-top: 40px;
    }
        
}

@media  (max-width: 767.98px) {

    h1 {

        font-size: 60px;
    }

    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 36px;
    }

    h6 {
        font-size: 36px;
    }

    .slide__img-cont img {
        height: 180px;
        width: 350px;
    }
   
    .overlay__img-cont {
        height: 180px;
        width: 350px;
    }

    .slide__content {
        margin-top: -250px;
    }

    .overlay__count {
        display: none;
    }

    .service-wrapper {
        display: none;
    }

    .service-wrapper-tablet {
        display: none;
    }

    .service-wrapper-mob {
        display: block;
        background-color: #081A0F;
        padding: 40px 0px;
    }

    .se-hero-section {
        padding: 160px 0 60px;
    }

    .se-hero-tagline h1 {
        font-size: 48px;
    }

    .se-hero-tagline span.hero-subheading {
        font-size: 22px;
    }

    .se-hero-tagline span.hero-subheading:after {
        display: none;
    }

    .se-counter-tagline p {
        font-size: 36px;
        width: 100%;
    }

    .se-hero-serice-name ul {
        text-align: left;
    }

    .se-counters-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .se-counter-tagline {
        margin-bottom: 40px;
    }
    
    .video-btn button.play-video {
        width: 100px;
        height: 100px;
        font-size: 16px;
    }

    .se-counters {
        margin-top: 40px;
        grid-template-columns: repeat(1, 1fr);
    }

    .se-service-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .service-tab {
        gap: 40px;
    }

    .se-section-head-title {
        margin-bottom: 40px;
    }

    .se-about-hero {
        padding: 60px 20px 80px;
    }
    .se-counter-wrap {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 12px;
    }
    .overly {
        padding: 20px 20px 20px;
    }
    .intro-wrap {
        flex-direction: column-reverse;
    }
    .introduction-box {
        width: 100%;
    }
    .intro-image-wrap {
        width: 100%;
    }
    .intro-second-sect {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
    }
    .work-text-top {
        margin-bottom: 60px;
    }
    .work-tab-header {
        grid-template-columns: 1fr;
    }
  
    .se-work {
        padding: 0px 20px 80px;
    }

    .step-number {
        margin-top: 30px;
         font-size: 80px;
    }

    .se-about-hero .se-hero-content .se-about-text {
        font-size: 30px;
    }
    .se-Introduction .se-Introduction-content p {
        font-size: 30px;
    }
    .se-why-us-wrapper {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .se-why-us-feature-counter {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }
    .se-whyus-fc-text {
        width: 100%;
        margin-top: 20px;
    }
    .left-box-wrap {
        display: block;
    }
    .top-right-box {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .seWhyUsFeatures {
        height: 370px;
    }
    .se-client-testimonial {
        width: 100%;
    }
    .se-testimonial-inner {
        margin-right: 0px !important;
        padding: 10px;
    }
    .se-testimonial-profile {
        margin-bottom: 20px;
    }
    .se-insight-wrapper {
        margin: 60px 0px;
    }
    .faqacc-item{
        padding: 20px 20px;
    }
    .se-faq-thumb img {
        height: 420px;
        margin-top: 20px;
    }
    .se-video-content p {
        padding-left: 0%;
        padding-right: 0%;
        margin-top: 24px;
        margin-bottom: 40px;
    }
    .se-video-content {
        max-width: 100%;
        width: 100%;
    }
    .se-video-cta {
        margin-top: 60px;
        height: 400px;
    }
    .se-footer-logo {
        flex-direction: column;
        gap: 20px;
    }
    .se-footer-logo img {
        width: 320px;
        height: 101px;
    }
    .se-footer-logo h4 {
        text-align: center;
        margin-bottom: 20px;
    }
    section.se-footer-top {
        padding-top: 60px;
    }
   
    .project-slide-wrap .meta-info-wrap, .project-slide-wrap .project-featuer-img {
        max-width: 100%;
    }
   
    .projects-slider {
        height: 705px;
    }
    .project-slide-wrap .meta-image img {
        height: 200px;
    }
    
    .project-featuer-img {
        top: 100%;
    }
    .project-num h2 {
        margin-bottom: 0px;
    }
    span.underline {
        width: 65px;
    }
    .project-slide-wrap .project-title {
        width: 100%;
        margin-top: 30px;
    }
    .se-about-content .awards {
        margin-left: 0px;
    }
    .se-about-desc {
        margin-left: 0px;
    }
    .se-Introduction {
        padding: 80px 0px;
    }
    .se-Introduction-content {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .se-brand {
        margin: 60px 0px;
    }
    .se-hero-content p {
        width: 100%;
        padding-left: 0px;
    }
    
    .breadcrumbs-wrap {
        padding: 80px 0px 80px;
    }

    .se-blog-featured-image img {
        height: 400px;
    }

    .se-perk-item-4 {
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
    }

    .se-perk-item-3 {
        margin-top: 0px; 
        margin-left: 0px;
        width: 100%;
    }

    .se-perk-item-2 {
        top: 0px;
        margin-left: 0;
        width: 100%;
    }

    .se-perk-item-1 {
        width: 100%;
    }

    .se-job-item {
        flex-direction: column;
        align-items: start;
        gap: 31px;
    }

    .intro-left-img {
        margin-bottom: 40px;
    }

    section.carrer-tm-section {
        padding: 80px 0px;
    }

    .main-contact-form {
        padding: 20px;
    }
    .contact-from-wrap {
        padding: 20px;
    }

    .name-email-field {
        gap: 0px;
        flex-direction: column;
    }
    
    .project-main-wrapper {
        grid-template-columns: 1fr;
    }

    .service-faqs-wrapper {
        margin-top: 80px;
    }
    .project-meta {
        grid-template-columns: 1fr;
    }
    .project-details-wrap .wp-block-heading {
        font-size: 36px;
    }

    .project-meta-label {
        width: 18%;
    }

    .mob-image-wrap {
        overflow: hidden;
        opacity: 0;
        transform: scale(1.2);
        position: absolute;
        width: 100%;
        transition: opacity .4s ease;
        margin-bottom: 30px;
    }

    .mob-image-wrap.active {
        opacity: 1;
        transform: scale(1);
        position: relative;
    }
    .service-mob-img { 
        position: relative;
        overflow: hidden;
    }

    .mob-image-wrap img {
        height: 180px;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .service-post-title {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

    .service-title a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0px;
        color: #8CA495;
    }

    .service-title.active a {
        color: #CCFF31;
    }

    .service-title.active a svg path {
        stroke: #CCFF31;
    }

    .overlay__content {
        margin-top: 0;
    }

    .slide__heading {
        position: absolute;
        bottom: 20%;
        width: 100%;
        text-align: center;
    }

    .all-project {
        text-align: center;
    }

    .project-content {
        padding: 80px 0px 60px;
    }

    .work-tab-grid {
        grid-template-columns: 1fr;
    }

    body .is-layout-flex {
        flex-wrap: wrap;
    }

    .se-blog-description ul.wp-block-list {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .se-blog-description .wp-block-image img {
        margin-top: 30px;
    }

    .nav-links {
        margin-top: 40px;
    }

    .se-footer-navigation, .se-footer-copyright {
        display: flex;
        flex-direction: column;
    }

    .se-footer-menu {
        width: 100%;
        border: 0;
    }

    .se-footer-social, .se-scrool-to-top {
        width: 100%;
        border: 0;
    }
    .se-footer-menu, .se-footer-newsletter, .se-address-number, .se-copyright-text
    {
        width: 100%;
        border: 0;
        padding: 20px;
    }

    .se-footer-newsletter {
        width: 100%;
        border-top: 1px solid rgba(140, 164, 149, 0.3);
    }

    .se-address-number {
        width: 100%;
        border-top: 1px solid rgba(140, 164, 149, 0.3);
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .se-copyright-text {
        border-top: 1px solid rgba(140, 164, 149, 0.3);
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .se-scrool-to-top {
        width: 100%;
        border-top: 1px solid rgba(140, 164, 149, 0.3);
    }

    .se-scrool-to-top a, .se-scrool-to-top a:visited {
        line-height: 90px;
    }

} 
