/*!
Theme Name: cosmiqDevice
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cosmiqdevice
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cosmiqDevice is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Font: JUST Sans Variable (overrides old SF Pro) */


 .glide-edtech img {
    width: 100%;
}
.glide-edtech h3 {
	font-size: 60px;
        line-height: 110%;
        font-weight: 700;
        margin-bottom: 0px;
}
.glide-edtech h2 {
	font-size: 80px;
        line-height: 110%;
        font-weight: 700;
        margin-bottom: 6px;
        background-image: var(--gradient-bo);
        background-clip: text;
        text-fill-color: rgba(0,0,0,0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.glide-banner  {
	padding-bottom: 0;
}
.meets-interaction-image.half-fluid.glide-intrction-img {
    padding-bottom: 100px;
}
.smart-classroom-card-bottomimageimage.glide-bottomimageimage {
	margin-top: 16px;
	padding: 33px 69px;
}
.header-bar-leftbar {
    float: right;
}
/* Floating Form Input Styles */
.floating-form-input {
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: var(--font-r);
    z-index: 1;
    resize: none;
    width: 100%;
    line-height: inherit;
    height: auto;
    padding: 12px 16px;
    border-radius: 4px;
    border: none;
    color: #272727;
    background: #F5F5F7;
    transition: .2s ease-in-out;
    display: block;
    box-sizing: border-box;
    background-clip: padding-box;
    appearance: none;
}
/* Datetime input specific styling */
.floating-form-input[type="datetime-local"] {
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23636363' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
    cursor: pointer;
}

.floating-form-input[type="datetime-local"]:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230D26A7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
}

.floating-form-input:focus {
    outline: none;
    border-color: #0D26A7;
    box-shadow: 0 0 0 3px rgba(13, 38, 167, 0.1);
}

.floating-form-input.is-invalid {
    border-color: #dc3545;
}

.floating-form-input.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Floating Label Styles */
.floating-form-control {
    position: relative;
}
.form-label {
    color: #636363;
}
.floating-form-label {
    position: absolute;
    top: 12px;
    left: 16px;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: var(--font-r);
    color: #636363;
    background: #F5F5F7;
    padding: 0 4px;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    z-index: 2;
}

.floating-form-input:focus + .floating-form-label,
.floating-form-input:not(:placeholder-shown) + .floating-form-label,
.floating-form-label.active {
    top: -8px;
    left: 16px;
    font-size: 12px;
    color: #636363;
    font-weight: 500;
}

.floating-form-input:focus + .floating-form-label {
    color: #636363;
}

.floating-form-input.is-invalid + .floating-form-label {
    color: #dc3545;
}

.starred {
    color: #dc3545;
}

/* Demo Modal Specific Styles */
.demo-modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

.demo-modal-header {
    border: none;
    padding: 24px 32px 0;
    position: relative;
}



.demo-modal-body {
    padding: 0 32px 32px;
}

.demo-form-container {
    max-width: 100%;
}

.demo-form-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    text-align: center;
}

.demo-form-subtitle {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.5;
}

.demo-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.floating-form-control {
    flex: 1;
    position: relative;
}

.floating-form-control.full-width {
    width: 100%;
    margin-bottom: 24px;
}

.demo-textarea {
    resize: vertical;
    min-height: 100px;
}

.phone-input-group {
    display: flex;
}

.country-code {
    width: 80px;
    padding: min(1.1111111111vw, 2vh) 8px;
    border: none;
    background-color: #F5F5F7;
    color: #272727;
	border-radius: 0px;
}

.phone-input {
    flex: 1;
	border-radius: 0px;
}



/* Special handling for phone input group */
.floating-form-control .phone-input-group + .floating-form-label {
    top: 12px;
    left: 96px; /* Account for country code width (80px) + gap (8px) + some padding */
}

.floating-form-control .phone-input-group:has(.floating-form-input:focus) + .floating-form-label,
.floating-form-control .phone-input-group:has(.floating-form-input:not(:placeholder-shown)) + .floating-form-label,
.floating-form-control .phone-input-group + .floating-form-label.active {
    top: -8px;
    left: 16px;
    font-size: 12px;
    color: #636363;
    font-weight: 500;
}

.product-interest-section {
    margin-bottom: 24px;
    background: #F5F5F7;
    padding: 10px 15px;
}

.radio-group {
    margin-top: 12px;
}

.radio-row {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}

.radio-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #0D26A7;
}

.form-check-label {
    font-size: 14px;
    color: #636363;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}

.form-submit {
    text-align: center;
    margin-top: 32px;
}

.demo-submit-btn {
    background: #0D26A7;
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 100%;
}

.demo-submit-btn:hover {
    background: #0A1F8F;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 38, 167, 0.3);
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 4px;
    font-size: 12px;
    color: #dc3545;
}
   .learning-reimagined-image img{
    right: 0px !important;
        max-width: unset !important;
        top: 56px !important;
        transform: unset !important;
        width: 100% !important;
        bottom: 0 !important;
}
.scroll-down img{display:none !important;}

/* Responsive Design */
@media (min-width: 768px) {
    .learning-reimagined{
        padding-bottom:0 !important;
    }
    .letspower-btncontainer .btn:not(:last-child){
        margin-bottom: 12px;
    }
       .footer h6{
        margin-top: 39px !important;
    }
    .policies-header h2{
          font-size: 40px;
    }
}
@media (max-width: 768px) {
    .demo-modal-content {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    .demo-modal-header {
        padding: 16px 20px 0;
    }
    
    .demo-modal-body {
        padding: 0 20px 20px;
    }
    
    .demo-form-title {
        font-size: 24px;
    }
    
    .demo-form-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 16px;
    }
    
    .radio-row {
        flex-direction: column;
        gap: 12px;
    }
    
    .phone-input-group {
        flex-direction: column;
        gap: 8px;
    }
    
    .country-code {
        width: 100%;
    }
    
    .datetime-input-group {
        flex-direction: column;
        gap: 8px;
    }
    
    .demo-submit-btn {
        width: 100%;
        min-width: auto;
    }
    
    .floating-form-input {
        font-size: 16px;
        padding: 12px 16px;
    }
    
    .floating-form-label {
        font-size: 16px;
        top: 12px;
        left: 16px;
    }
    
    .floating-form-input:focus + .floating-form-label,
    .floating-form-input:not(:placeholder-shown) + .floating-form-label,
    .floating-form-label.active {
        top: -8px;
        left: 16px;
        font-size: 12px;
    }
    .home-banner-heading h2{
        font-size:20px !important;
    }
    .footer-logo p {
        width: 100% !important;
    }
    .navbar .nav-link {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 100% v;
    color: #000 !important;
}
 .home-banner-grid p{
         font-size: 16px !important;
    }
    .flex-mob{
            flex: 100%;
    }
    .home-learning-headingsection p{
            padding: 0 15px;
    }
    .smart-investment-headingsection h2{
            line-height: 38px !important;
    }
    .footer-copyright p{
            line-height: 20px !important;
                color: #222222;
    }
    .letspower-topbar p{
            width: 80% !important;
    }
    .smart-investment-headingsection p,
    .home-softwaresuite-card-item-content p,
    .home-softwaresuite-headingsection p,
    .home-learning-headingsection p,
    .home-banner-heading p,
    .footer-logo p{
         line-height: 20px !important;
    }
    .learning-reimagined-contentbox-card p{
        line-height: 20px !important;
    }
    .feature-item-content p{
              line-height: 20px !important;
    }
      .popup-container {
        width: 95%;
        padding: 20px;
    }
    
    .popup-title {
        font-size: 20px;
    }
       .policies-header h2{
          font-size: 40px !important;
    }
    .home-learning img{
            transform: scale(1) !important;
                    margin-bottom: 0;
    }
    .popup-container{
            padding: 20px 30px !important;
    }
    .popup-content h3{
        font-size: 40px !important;
    }
    .popup-content-image{
            padding: 30px 25px 30px 25px !important;
    }
    .popup-content-image p{
        font-size: 20px !important;
    }
    .home-learning-headingsection h2{
            font-size: 26px !important;
    line-height: 30px !important;
    }
}
.header-bar-leftbar-btncontainer {
	position: relative;
	z-index: 10;
  }
  .btn {
	position: relative;
	z-index: 11;
	display: inline-block;
  }
  .home-banner-heading h2 {
    font-size: 37px;
    font-weight:400;
    margin-bottom:14px;
}

@media (min-width: 992px) {
    .header-bar-leftbar ul li a.custom-active {
        text-decoration: none !important;
        border-bottom: 1px solid;
        padding-bottom: 0;
    }
        .header-bar ul li a:hover {
        text-decoration: none !important;
        border-bottom: 1px solid;
        padding-bottom: 0;
    }
    .home-learning-headingsection p{
                line-height: 28px !important;
    }
}

@media (min-width: 1400px) {
    .home-banner-heading p {
        line-height: 26px;
        justify-content: center;
        align-items: center;
        margin: 29px auto;
    }
}
@media (min-width: 1400px) {
    .home-learning-headingsection p {
        text-align: center;
        margin: 30px auto;
    }
     .home-banner-heading h1 {
        font-size: 60px !important;
        line-height: 105% !important;
        margin-bottom: 16px;
    }
    .learning-reimagined-image img{
               top: -70px !important;
    }
    .feature-item-content p{
                font-size: 16px !important;
    }
     .getintouch p{
        font-weight: 300 !important;
       font-size: 20px !important;
    }
         .empoweringmoduel {
              padding-bottom: 60px !important;
    }
       .reachus-content p,
        .reachus-content address{
        font-size: 17px !important;
        font-weight: 300 !important;
    }
        .reachus-contact li strong {
        font-weight: 500 !important;
    }
    .reachus-contact li strong {
        font-size: 18px !important;
    }
        .reachus-contact li {
        font-size: 18px !important;
        font-weight: 300 !important;
    }
    .horizon-banner-textcontainer{
                align-items: center !important;
    }
    .feature .half-fluid-leftimage .featureimage{
            background-size: 100% 100% !important;
            min-height: 723px !important;
            position: absolute;
            left: 0px !important;
            right: -50px;
    }
        .feature .half-fluid-leftimage .featureimage {
              left: 0px !important;
        }
    .feature .half-fluid-leftimage{
                top: 18% !important;
    }
     .half-fluid-leftimage{
                     width: 983px !important;
    }
    .horizon-banner{
                padding-bottom: 0 !important;
    }
    .watch-horizon-content p{
                font-size: 20px !important;
    }
        .breadcrumb-item {
        font-size: 19px !important;
    }
      .learning-reimagined-image img {
        top: 60%;
    }
    .watch-horizon-box {
        padding: 70px 0px 0px 88px;
            border-radius: 20px !important;
    }
      .home-learning.about_us_pg .home-learning-headingsection p{
            font-size: 20px !important;
            margin-bottom: 22px !important;
    }
    .home-learning-headingsection h2{
        font-size: 60px !important;
        line-height: 68px !important;
    }
     .home-learning.about_us_pg .home-learning-main{
                  padding: 100px 80px !important;
     }
      .empoweringmoduel .empoweringmoduel-card.vision_mission_card p{
        font-size: 24px !important;
        padding: 0 !important;
        line-height: 30px !important;
    }
    .feature-sectionheading{
            padding-bottom: 30px !important;
}
.builtclassrooms h2,
.draw-framework h2{
            margin-bottom: 62px !important;
}
.draw-framework-items{
       margin-top: 50px !important;
}
.builtclassrooms-rightimage img{
            width: 100% !important;
}
    .builtclassrooms-rightimage {
        right: -118px !important;
        max-width: 100% !important;
        height: unset !important;
    }
}
@media (min-width: 1200px) {
    .home-banner-heading h1 {
        font-size: 60px !important;
            line-height: 105% !important;
                    margin-bottom: 16px;
    }
    .home-banner-heading p{
    font-weight: 300 !important;
    padding: 0 2px !important;
    margin-bottom: 40px !important;
            margin-top: 0 !important;
    }
    .btn{
       font-weight: 400 !important;
       padding: 8px 20px !important;
    }
    .home-banner-grid {
    margin-top: 80px !important;
    }
    .home-learning-headingsection p{
      font-weight: 350 !important;
      padding: 0 50px !important;
              font-size: 24px !important;
    }
    .home-softwaresuite-card-item-content p{
    font-size: 16px !important;
    font-weight: 300 !important;
    }
    .home-softwaresuite-card-item-content {
    padding: 36px 24px !important;
}
.smart-investment-headingsection p,
.letspower-topbar p,
.home-softwaresuite-headingsection p{
      font-weight: 350 !important;
              font-size: 24px !important;
}

.smart-investment-headingsection p{
            margin-bottom: 4px;
        font-size: 24px !important;
}
.letspower-topbar h2{
      font-weight: 500 !important;
}
.footer-logo p,
.footer a{
          font-weight: 300 !important;

}
.footer h6{
        margin-top: 0 !important;
}
.footer-bottom{
            margin-block: 10px 54px !important;
                    padding-top: 30px !important;
}
.horizon-banner-heading h1{
    font-weight: 600 !important;
}
.horizon-banner-subheading p,
.smart-classroom-headingsection p,
.learning-reimagined-heading p,
.feature-sectionheading p{
        font-weight: 350 !important;
}
.feature-sectionheading{
            padding-bottom: 30px !important;
}
.meets-interaction-items ul li{
      font-weight: 300 !important;
          font-size: 17px !important;
}
    .smart-classroom-card-content p, .smart-classroom-card-content a{
                font-size: 16px !important;
        font-weight: 300 !important;
    }
    .learning-reimagined-contentbox-card h4{
                font-size: 23px !important;
    }
    .learning-reimagined-contentbox-card p{
         font-size: 18px !important;
    }
   .feature-item-content p{
                font-size: 16px !important;
    }
    .smartertools-cardv2-itemv2 p{
                padding-block: 25px 25px !important;
        font-size: 18px !important;
    }
    .builtclassrooms-tabs-item h4{
         font-weight: 600 !important;
                 font-size: 23px !important;
    }
    .builtclassrooms-tabs-item p{
          font-size: 18px !important;
    }
    .builtclassrooms-tabs{
                padding-top: 0 !important;
    }
    .builtclassrooms-rightimage{
                top: 0% !important;
    }
   
    .getintouch p{
        font-weight: 300 !important;
           font-size: 20px !important;
    }
        .empoweringmoduel {
             padding-bottom: 60px !important;
    }
        .reachus-content p,
        .reachus-content address{
        font-size: 17px !important;
        font-weight: 300 !important;
    }
        .reachus-contact li strong {
        font-weight: 500 !important;
    }
    .reachus-contact li strong {
        font-size: 18px !important;
    }
        .reachus-contact li {
        font-size: 18px !important;
        font-weight: 300 !important;
    }
    .feature .half-fluid-leftimage .featureimage{
            background-size: 100% 100% !important;
            min-height: 723px !important;
            position: absolute;
            left: 82px;
            right: -50px;
    }
    .feature .half-fluid-leftimage{
                top: 18% !important;
    }
    .half-fluid-leftimage{
                    width: 983px !important;
    }
        .navbar {
        padding: 8px 0 !important;
    } 
     .breadcrumb-item {
        font-size: 19px !important;
    }
   
    .feature-item{
                margin-bottom: 15px !important;
    }
    .empoweringmoduel .empoweringmoduel-card.vision_mission_card p{
        font-size: 24px !important;
        padding: 0 !important;
        line-height: 30px !important;
                text-align: left;
    }
     .home-learning.about_us_pg .home-learning-headingsection p{
            font-size: 20px !important;
            margin-bottom: 22px !important;
    }
    .home-learning-headingsection h2{
        font-size: 60px !important;
        line-height: 68px !important;
    }
     .home-learning.about_us_pg .home-learning-main{
                   padding: 100px 80px !important;
     }
     .corevalue .empoweringmoduel-card{
                 padding: 60px 35px !important;
     }
      .corevalue .empoweringmoduel-card h3{
          font-size: 24px !important;
      }
      .builtclassrooms h2,
      .draw-framework h2{
            margin-bottom: 62px !important;
}
.draw-framework-items{
       margin-top: 50px !important;
}
.builtclassrooms-rightimage img{
            width: 100% !important;
}
    .builtclassrooms-rightimage {
        right: -118px !important;
        max-width: 100% !important;
        height: unset !important;
    }
     .feature .half-fluid-leftimage .featureimage {
              left: 0px !important;
        }
}

section.policies {
      padding: 60px 0;
}

.policies-header h2 {
    font-size: 54px;
    font-weight: 600 !important;
}

.policies-content {
    margin-top: 40px;
}
.policies-content p{
       font-size: 20px;
    font-weight: 400;
        margin-bottom: 0;
}
.policies-content ul li{
      font-size: 18px;
    font-weight: 400;
}
.policies-content h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 35px;
}
img.contact-img {
    width: 14px;
}

/* Specification Horizon tabs */

.tabs-capsule .spec-tabs {
    display:inline-flex;
    align-items:center;
    gap:10px;
    background: #F5F5F7;
    padding: 7px;
    border-radius: 999px;
    box-shadow: none;
  }

  .spec-tabs .nav-link{
    border-radius: 100px;
    padding: 10px 24px;
    background: #f6f6f6;
    color: #222;
    border: none;
    font-weight: 500;
    box-shadow: none;
  }
  .spec-tabs .nav-link.active{
    background: #F97A60;
    color: #fff;
  }

   .spec-tabs .nav-link:hover{
    background: #dfdfdf;
    color: #000;
  }
   .spec-tabs .nav-link.active:hover{
    background: #F97A60;
    color: #fff;
  }

  .tabs-divider{
    border-top: 1px solid #CCCCCC;
    margin-top: 12px;
  }

  .spec-table{
    width: 100%;
    border-collapse: collapse;
  }
  .spec-table td, .spec-table th{
    padding: 6px 12px;
    vertical-align: top;
    font-size: 16px;
  }
  .spec-table th{
    width: 30%;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    border-bottom: none;
    vertical-align: top;
    padding-left: 18px;
  }
  .spec-table .spec-name{
   font-weight: 600;
   width: 25%;
  }
  .spec-table .spec-value{
    text-align: left;
    color: #636363;
    white-space: nowrap;
    text-wrap: auto;
  }

  .spec-section{
    padding-bottom: 8px;
    margin: 0;
  }
  .spec-section + .spec-section{
    border-top: 1px solid #CCCCCC;
    margin-top: 16px;
    padding-top: 28px;
  }
 .spec_title_mob{display: none;}
 .meets-interaction .scroll-down img{
     display:none !important;
 }
 .home-banner-grid a img {
      width: auto !important;
    height: 100px !important;
    object-fit: contain !important;
}
@media (min-width: 768px) {
    .footer-logo p {
        width: 90% !important;
    }
   
}
@media (min-width: 768.5px) and (max-width: 1199.5px) {
.learning-reimagined{
        padding-bottom: 0 !important;
}
 .footer-logo p {
        width: 100% !important;
    }
  }
    .feature-item-content p{
                font-size: 16px !important;
    }
@media (min-width: 991.5px) and (max-width: 1199.5px) {
  .learning-reimagined-image img{
          top: 230px !important;
    right: 0px !important;
  }
    .feature-item-content p{
                font-size: 16px !important;
    }
       .footer h6{
        margin-top: 39px !important;
    }
}

@media (max-width: 480px) {
.spec-table th{font-size: 16px; padding: 6px 0;}
.spec-table td, .spec-table th{font-size: 14px; padding: 0 6px;}
.home-learning-main .container{padding: 0;}
}
@media (max-width: 581px) {
.spec-tabs .nav-link{font-size: 13px; padding: 6px 12px;}
}

  @media (max-width: 767.98px){
      .tabs-capsule .spec-tabs{
      display: flex;
      justify-content: center;

  }
 .spec_title_mob{
  display: none;}
 /* .spec-title{display: none;} */
 .spec-table .spec-name{width: auto;}
 /*.header-bar .btn-danger{margin-bottom: 8px;}*/
 .breadcrumb-main .breadcrumb{ row-gap: 8px;}
 .home-learning-main{padding-top: 0; padding-bottom: 0;}
 .tabs-capsule{ margin-bottom: 30px !important;}

      .learning-reimagined{
     padding-bottom:0 !important;
 }
  }
  @media (max-width: 423px) {
         .spec-tabs .nav-link {
      font-size: 10px;
      padding: 4px 5px;
  }
   .home-learning-main{padding-bottom: 0 !important;}
   .header-bar .btn{
           padding: 5px 8px !important;
   }
   .breadcrumb-item{
           font-size: 13px !important;
   }
   .header-bar .btn{
       font-size: 11px !important;
       margin-right: 0px !important;
   }
 }
 .home-softwaresuite-card img {
     border-radius: 0 !important; 
}

/* support-page */
  .support-sec .input-group.getintouch-title span,
     .support-sec .input-group.getintouch-title input{
          border: 1px solid #636363;
          padding: 0 16px;
          height: 44px;
    }
    .support-sec .input-group.getintouch-title span{
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
    }
    .support-sec .input-group.getintouch-title input{
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
    }
    .support-cards .empoweringmoduel-card{
        padding: 40px;
        height: 265px !important;
    }
 
    .faq-section p.lead {
    font-size: 1.1rem;
    color: #636363;
    margin-bottom: 25px;
    }
    .faq-section .accordion-button {
      font-weight: 500;
      font-size: 1.2rem;
      padding: 18px 0;
      background: #fff !important;
      color: #000 !important;
      border: none;
      box-shadow: unset !important;
    }
    .faq-section .accordion-item {
      border: none;
      border-bottom: 1px solid #6363634f;
    }
    .faq-section .accordion-body {
      font-size: 0.95rem;
      color: #636363;
      padding: 0 0 18px;
    }
      .upload_ivc label{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
      }

    .upload_ivc input[type="file"] {
     font-size: 0;
    height: 184px;
        opacity: 0;
    }
    .upload_ivc{
    background: #f5f5f7;
    border-radius: 5px;
    border: 1px dashed #636363;
    }
 .support-sec .getintouch-title img.pdf_download{width: 64px; padding-bottom: 20px;}
    .support-sec .input-group.getintouch-title span,
     .support-sec .input-group.getintouch-title input{
          border: 1px solid #636363;
    }
    .support-sec .input-group.getintouch-title span{
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
    }
    .support-sec .input-group.getintouch-title input{
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
    }  
.footer ul{
        width: 90% !important;
}
.footer-bottom ul{
    width: unset !important;
    
}
.footer-logo p{
       margin-top: 15px !important;
}
.letspower-topbar p{
        line-height: 20px !important;
}
.order-card p{
        line-height: 26px !important;
}

/* Popup Styles */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px;
    padding: 30px 80px;
    max-width: 1100px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    animation: slideIn 0.3s ease;
        min-height: 95%;
}

.popup-header {
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    float:right;
}

.popup-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.popup-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    padding: 5px;
    line-height: 1;
}

.popup-close:hover {
    color: #fff;
}
.popup-content h3 span {
    background-image: var(--gradient-bo);
    background-clip: text;
    text-fill-color: rgba(0,0,0,0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.popup-content {
    color: #666;
    line-height: 1.6;
    margin-top: 50px;
}

.popup-content h4 {
    color: #333;
    margin-bottom: 10px;
    margin-top: 20px;
}

.popup-content p {
    margin-bottom: 50px;
}

.popup-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
button.popup-close {
    background: #000;
    border-radius: 80px;
    padding: 4px 9px;
    color: #fff;
}
.popup-content li {
    margin-bottom: 8px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { 
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
    to { 
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}
.popup-content-image img {
    width: 100%;
}
.popup-content-image {
    background: #F5F5F7;
    padding: 60px 48px 0px 48px;
    margin-bottom: 60px;
    margin-top: 49px;
    border-radius: 20px;
}
.popup-content-image p {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    color: #636363;
}
.popup-content h3
 {
    color: #000;
    font-weight: 600;
     font-size: 54px;
}
.popup-content-image p strong{
        font-weight: 600 !important;
}

.support-cards .empoweringmoduel-card {
    padding: 30px !important;
    height: 100% !important;
}
.empoweringmoduel-card p{
        line-height: 20px !important;
}
 .support-sec .getintouch-title img.pdf_download{width: 64px; padding-bottom: 20px;}
    .support-sec .input-group.getintouch-title span,
     .support-sec .input-group.getintouch-title input{
          border: 1px solid #636363;
    }
    .support-sec .input-group.getintouch-title span{
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
    }
    .support-sec .input-group.getintouch-title input{
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
    }
        .order img {
        margin-bottom: 24px;
        width: 70px;
        height: 70px;
    }
     .support-sec.service_guide .empoweringmoduel-card{
         padding: 60px 30px !important;
    }
    .empoweringmoduel-card img.series_img{
        width: 163px;
        padding-bottom: 26px !important;
    }