*{  
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #1a202c;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00eb43, #48bb78);
  border-radius: 10px;
  border: 3px solid #1a202c;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #38a169, #68d391); 
}

::-webkit-scrollbar {
  width: 12px;              
  height: 12px;            
}

::-webkit-scrollbar-track {
  background: #1a202c;     
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3182ce, #00eb43);
  border-radius: 10px;
  border: 3px solid #1a202c; 
}

/* Hover state */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #2b6cb0, #ff7a4d);
}

body{
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, gold, orange, yellow, gold) 1;
    animation: borderFlow 4s linear infinite;
    background-color: #1e1e20 !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
::selection{
    color: gold;
}
.header {
    width: 100%;
    min-height: 10vh;
    display: flex;
    background-color: #1e1e20;
    justify-content: space-between;
    padding: 0 13%;
    align-items: center;
    border: 1px solid transparent; /* պետք ա թողնենք transparent */
    border-image: linear-gradient(90deg, gold, orange, yellow, gold) 1;
    animation: borderFlow 4s linear infinite;
}
@keyframes borderFlow {
    0% {
        border-image: linear-gradient(90deg, #00eb43, orange, yellow, gold) 1;
    }
    50% {
        border-image: linear-gradient(90deg, yellow, #00eb43, orange, #9ef342) 1;
    }
    100% {
        border-image: linear-gradient(90deg, gold, orange, yellow, #00eb43) 1;
    }
}
.header img{
    cursor: pointer;
    width: 200px;
    height: 100px;
    object-fit: cover;
}
.navbar{
    display: flex;
    gap: 20px;
}
.navbar_a {
    color: #00eb43;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
    transition: color 0.3s ease;
}
.navbar_a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00eb43, gold);
    transition: width 0.4s ease;
}
.navbar_a:hover {
    color: gold;
    cursor: pointer;
}
.navbar_a:hover::after {
    width: 100%;
}
.container1{
    background-color: #1e1e20;
    /* background: #9b7b2a;
    background: radial-gradient(circle, rgba(155, 123, 42, 1) 0%, rgba(150, 58, 27, 1) 8%, rgba(174, 176, 38, 1) 13%, rgba(186, 54, 36, 1) 19%, rgba(175, 193, 35, 1) 23%, rgba(207, 77, 33, 1) 32%, rgba(205, 194, 47, 1) 34%, rgba(199, 91, 87, 1) 40%, rgba(204, 160, 54, 1) 49%, rgba(202, 79, 68, 1) 53%, rgba(203, 198, 64, 1) 57%, rgba(205, 76, 47, 1) 63%, rgba(201, 207, 33, 1) 72%, rgba(207, 74, 33, 1) 77%, rgba(207, 189, 33, 1) 84%, rgba(201, 114, 76, 1) 91%); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    font-size: 30px;
    letter-spacing: 1px;    
}
.animate {
  font-size: 55px;
  background: linear-gradient(144deg, #b6ff40, #9ef342 50%, #00eb43);
  -webkit-background-clip: text; /* Chrome, Safari */
  -webkit-text-fill-color: transparent; /* Gradient only in text */
  background-clip: text; /* Standard property */
  color: transparent; /* Fallback */
}
.animate span {
	display: inline-block;
}
.animate span:nth-of-type(2) {
	animation-delay: .05s;
}
.animate span:nth-of-type(3) {
	animation-delay: .1s;
}
.animate span:nth-of-type(4) {
	animation-delay: .15s;
}
.animate span:nth-of-type(5) {
	animation-delay: .2s;
}
.animate span:nth-of-type(6) {
	animation-delay: .25s;
}
.animate span:nth-of-type(7) {
	animation-delay: .3s;
}
.animate span:nth-of-type(8) {
	animation-delay: .35s;
}
.animate span:nth-of-type(9) {
	animation-delay: .4s;
}
.animate span:nth-of-type(10) {
	animation-delay: .45s;
}
.animate span:nth-of-type(11) {
	animation-delay: .5s;
}
.animate span:nth-of-type(12) {
	animation-delay: .55s;
}
.animate span:nth-of-type(13) {
	animation-delay: .6s;
}
.animate span:nth-of-type(14) {
	animation-delay: .65s;
}
.animate span:nth-of-type(15) {
	animation-delay: .7s;
}
.animate span:nth-of-type(16) {
	animation-delay: .75s;
}
.animate span:nth-of-type(17) {
	animation-delay: .8s;
}
.animate span:nth-of-type(18) {
	animation-delay: .85s;
}
.animate span:nth-of-type(19) {
	animation-delay: .9s;
}
.animate span:nth-of-type(20) {
	animation-delay: .95s;
}
.one span {
  background: linear-gradient(144deg, #b6ff40, #9ef342 50%, #00eb43);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  opacity: 0;
  transform: translate(-150px, -50px) rotate(-180deg) scale(3);
  animation: revolveScale .4s forwards;
}
@keyframes revolveScale {
	60% {
		transform: translate(20px, 20px) rotate(30deg) scale(.3);
	}
	100% {
		transform: translate(0) rotate(0) scale(1);
		opacity: 1;
	}
}
.container1 > p:hover,h1:hover,h6:hover{
    color: gold !important;
    cursor: grab;
}
.container1 > h6{
    width: 50%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #00eb43;
}
.container1_img{
    cursor: pointer;
    width: 70%;
    height: 600px;
    background-image: url("../img/CourseLoom_photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    background-position: right bottom;
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding: 1%;
}
.container1_block{
    width: 95%;
    height: 18%;
    display: flex;
    gap: 20px;
}
.block{
    color: aliceblue;
    width: calc(100%/4);
    font-size: 13px;
    word-spacing: 2px;
    border-radius: 20px 20px 20px 20px;
    background-position: center center;
    background-color:  #1e1e20;
    display: flex;
    flex-direction: column;
    padding: 14px 20px;
    gap: 10%;
}
.container1_button{
  align-items: center;
  background-image: linear-gradient(144deg, #b6ff40, #9ef342 50%, #00eb43);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.container1_button:active,
.container1_button:hover {
  outline: 0;
}
.container1_button span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}
.container1_button:hover span {
  background: none;
}
.container1_button:active {
  transform: scale(0.9);
}
.block h4{
  display: flex;
  
}
.block svg{
  width: 30%;
}
.block h2{
    color:#00eb43;
}
.block h4:hover{
    color: #00eb43;
}
.container2{
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #1e1e20;
    align-items: center;
    gap: 20px;
}
.container2 button{
    border-width: 1px;
    border-radius: 25px 25px 25px 25px;
    background-color: #101010;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 70%;
    color: #00eb43;
    font-family: 'RobotoMono-Medium', Arial, sans-serif;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 23px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    cursor: pointer;
}
  
.container2_2 img{
  width: 5%;
}
.container2_1{
    height: 40%;
}
.container2_2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40%;
  gap: 20px;
}


.container2_1 {
  --glow-color: rgb(255, 241, 176);
  --glow-spread-color: rgba(224, 255, 123, 0.781);
  --enhanced-glow-color: rgb(231, 206, 255);
  border: .25em solid var(--glow-color);
  padding: 1em 3em;
  color: var(--glow-color);
  border-radius: 1em;
  outline: none;
  gap: 20px;
  box-shadow: 0 0 1em .25em var(--glow-color),
          0 0 4em 1em var(--glow-spread-color),
          inset 0 0 .75em .25em var(--glow-color);
  position: relative;
  transition: all 0.3s;
}
.container2_1 a{
  text-decoration: none;
  font-size: 30px;
  color: #00eb43;

}
.container2_1 svg{
  width: 40px;
}
.container2_1:hover {
 color: var(--btn-color);
 background-color: var(--glow-color);
 box-shadow: 0 0 1em .25em var(--glow-color),
        0 0 4em 2em var(--glow-spread-color),
        inset 0 0 .75em .25em var(--glow-color);
}
.container2_1:active {
 box-shadow: 0 0 0.6em .25em var(--glow-color),
        0 0 2.5em 2em var(--glow-spread-color),
        inset 0 0 .5em .25em var(--glow-color);
}

.container3{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8%;
  gap: 50px;
}
.container3 h2{
  color: #00eb43;
  font-size: 36px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  font-weight: 700;
  line-height: 1.2;

}
.container3_1{
  display: flex;
  flex-wrap: wrap;
  width: 71%;
  gap: 0.5%;
}
.container3_1 img{
  cursor: pointer;
  width: 33%;
  object-fit: cover;
  border-radius: 10px;
}
.container3_1 img:hover{
  transform: scale(1.02);
}

 .bg-animation {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            opacity: 0.1;
        }

        .floating-shapes {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .shape {
            position: absolute;
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .shape:nth-child(1) {
            width: 80px;
            height: 80px;
            background: linear-gradient(45deg, #00eb43, gold);
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .shape:nth-child(2) {
            width: 60px;
            height: 60px;
            background: linear-gradient(45deg, gold, #00eb43);
            top: 60%;
            right: 20%;
            animation-delay: 2s;
        }

        .shape:nth-child(3) {
            width: 100px;
            height: 100px;
            background: linear-gradient(45deg, #00eb43, gold);
            bottom: 20%;
            left: 30%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotateZ(0deg); }
            50% { transform: translateY(-20px) rotateZ(180deg); }
        }

        /* Main Section */
        .main-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 120px 50px 80px 50px;
            min-height: 70vh;
        }

        .content-left {
            flex: 1;
            max-width: 600px;
        }

        .main-title {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 20px;
            background: linear-gradient(135deg, #00eb43, gold);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
        }

        .subtitle {
            color: white;
            font-size: 24px;
            margin-bottom: 40px;
        }

        .content-right {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .platform-preview {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 20px;
            backdrop-filter: blur(10px);
            border: 2px solid rgba(0, 235, 67, 0.3);
            transform: perspective(1000px) rotateY(-10deg);
            transition: transform 0.3s ease;
        }

        .platform-preview:hover {
            transform: perspective(1000px) rotateY(0deg) scale(1.05);
        }

        .preview-screen {
            width: 400px;
            height: 300px;
            background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
            border-radius: 15px;
            position: relative;
            overflow: hidden;
        }

        .design-elements {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .design-element {
            position: absolute;
            border-radius: 8px;
            animation: pulse 3s ease-in-out infinite;
        }

        .element-1 {
            width: 80px;
            height: 20px;
            background: #00eb43;
            top: 30px;
            left: 30px;
            animation-delay: 0s;
        }

        .element-2 {
            width: 60px;
            height: 60px;
            background: gold;
            border-radius: 50%;
            top: 80px;
            right: 40px;
            animation-delay: 1s;
        }

        .element-3 {
            width: 120px;
            height: 15px;
            background: linear-gradient(90deg, #00eb43, gold);
            bottom: 80px;
            left: 40px;
            animation-delay: 2s;
        }

        .video-placeholder {
            position: absolute;
            bottom: 20px;
            right: 20px;
            width: 100px;
            height: 70px;
            background: rgba(0, 235, 67, 0.8);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: black;
            font-weight: bold;
            font-size: 12px;
        }

        @keyframes pulse {
            0%, 100% { opacity: 0.7; transform: scale(1); }
            50% { opacity: 1; transform: scale(1.1); }
        }

        /* Features Section */
        .features-section {
            padding: 60px 50px;
            background: rgba(0, 0, 0, 0.5);
        }

        .features-content {
            display: flex;
            align-items: center;
            gap: 80px;
        }

        .features-text {
            flex: 1;
        }

        .features-title {
            font-size: 36px;
            color: white;
            margin-bottom: 20px;
        }

        .features-description {
            color: #cccccc;
            font-size: 18px;
            line-height: 1.6;
        }

        .features-visual {
            flex: 1;
            height: 300px;
            background: linear-gradient(135deg, rgba(0, 235, 67, 0.1), rgba(255, 215, 0, 0.1));
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .design-tools {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            padding: 40px;
        }

        .tool-icon {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: black;
            font-weight: bold;
            animation: toolFloat 4s ease-in-out infinite;
        }

        .tool-icon:nth-child(1) { background: #00eb43; animation-delay: 0s; }
        .tool-icon:nth-child(2) { background: gold; animation-delay: 0.5s; }
        .tool-icon:nth-child(3) { background: linear-gradient(45deg, #00eb43, gold); animation-delay: 1s; }
        .tool-icon:nth-child(4) { background: gold; animation-delay: 1.5s; }
        .tool-icon:nth-child(5) { background: #00eb43; animation-delay: 2s; }
        .tool-icon:nth-child(6) { background: linear-gradient(45deg, gold, #00eb43); animation-delay: 2.5s; }

        @keyframes toolFloat {
            0%, 100% { transform: translateY(0px) rotateZ(0deg); }
            50% { transform: translateY(-10px) rotateZ(5deg); }
        }

        /* Call to Action */
        .cta-section {
            padding: 80px 50px;
            text-align: center;
        }

        .cta-banner {
            background: linear-gradient(135deg, #00eb43, gold, #00eb43);
            border-radius: 25px;
            padding: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            animation: gradientShift 5s ease-in-out infinite;
        }

        @keyframes gradientShift {
            0%, 100% { background: linear-gradient(135deg, #00eb43, gold, #00eb43); }
            50% { background: linear-gradient(135deg, gold, #00eb43, gold); }
        }

        .cta-content {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .cta-icon {
            font-size: 48px;
            animation: bounce 2s ease-in-out infinite;
        }

        @keyframes bounce {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        .cta-text {
            color: black;
            font-size: 24px;
            font-weight: bold;
        }

        .discount-text {
            color: black;
            font-size: 32px;
            font-weight: bold;
            margin-right: 20px;
        }

        .cta-button {
            background: black;
            color: #00eb43;
            border: none;
            padding: 15px 30px;
            border-radius: 50px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .cta-button:hover {
            background: white;
            transform: scale(1.1);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .main-section {
                flex-direction: column;
                padding: 60px 20px 40px 20px;
                text-align: center;
            }

            .features-content {
                flex-direction: column;
                gap: 40px;
            }

            .main-title {
                font-size: 36px;
            }

            .preview-screen {
                width: 300px;
                height: 225px;
            }

            .cta-banner {
                flex-direction: column;
                gap: 20px;
                color: #00eb43;
            }
        }

        .container4 {
            max-width: 1200px;
            margin: 0 auto;
            
        }
        
        .title {
            text-align: center;
            padding-top: 100px;
            padding-left: 100px;
            font-size: 45px;
            color: #00eb43;
        }
        
        .chart-container {
            position: relative;
            margin-bottom: 80px;
            margin-left: 5%;
        }
        
        .salary-bars {
            display: flex;
            align-items: flex-end;
            gap: 20px;
            height: 400px;
            margin-bottom: 20px;
        }
        
        .salary-item {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }
        
        .salary-bar {
            background: linear-gradient(135deg, #00eb43 0%, #00c936 50%, #009929 100%);
            border-radius: 16px;
            width: 100%;
            position: relative;
            transform-style: preserve-3d;
            animation: growUp 2s ease-out forwards;
            transform-origin: bottom;
            box-shadow: 
                0 0 30px rgba(0, 235, 67, 0.3),
                inset 0 -10px 20px rgba(0, 0, 0, 0.2),
                inset 0 10px 20px rgba(255, 255, 255, 0.1);
        }
        
        .salary-bar::before {
            content: '';
            position: absolute;
            top: -8px;
            left: 8px;
            right: -8px;
            bottom: 8px;
            background: linear-gradient(135deg, rgba(0, 235, 67, 0.6) 0%, rgba(0, 201, 54, 0.4) 100%);
            border-radius: 16px;
            transform: translateZ(-10px);
            z-index: -1;
        }
        
        .salary-bar::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 30%;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
            border-radius: 16px 16px 0 0;
        }
        
        .bar-1 {
            height: 0;
            animation-delay: 5s;
        }
        
        .bar-2 {
            height: 0;
            animation-delay: 5.5s;
        }
        
        .bar-3 {
            height: 0;
            animation-delay: 5.8s;
        }
        
        @keyframes growUp {
            0% {
                height: 0;
                transform: scaleY(0) rotateX(0deg);
            }
            50% {
                transform: scaleY(0.8) rotateX(-2deg);
            }
            100% {
                transform: scaleY(1) rotateX(0deg);
            }
        }
        
        .bar-1.animate {
            height: 120px;
        }
        
        .bar-2.animate {
            height: 200px;
        }
        
        .bar-3.animate {
            height: 280px;
        }
        
        .salary-item {
            perspective: 1000px;
        }
        
        .salary-bar:hover {
            transform: rotateY(5deg) rotateX(-5deg) translateY(-10px);
            box-shadow: 
                0 20px 40px rgba(0, 235, 67, 0.4),
                inset 0 -10px 20px rgba(0, 0, 0, 0.3),
                inset 0 10px 20px rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }
        
        .salary-labels {
            display: flex;
            gap: 20px;
            margin-top: 30px;
        }
        
        .label-item {
            flex: 1;
        }
        
        .label-category {
            font-size: 20px;
            color: #cccccc;
            margin-bottom: 8px;
            font-weight: 400;
        }
        
        .label-amount {
            font-size: 42px;
            font-weight: 700;
            color: white;
            line-height: 1;
            opacity: 0;
            animation: fadeInUp 5s infinite forwards;
        }
        
        .label-amount:nth-child(1) {
            animation-delay: 1.5s;
        }
        
        .label-amount:nth-child(2) {
            animation-delay: 1.8s;
        }
        
        .label-amount:nth-child(3) {
            animation-delay: 2.1s;
        }
        
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .title {
            padding-right: 50px;
            opacity: 0;
            animation: slideInLeft 3s infinite forwards;
        }
        
        @keyframes slideInLeft {
            0% {
                opacity: 1;
                transform: translateX(-1px);
            }
            100% {
                opacity: 1;
                transform: translateX( -15px);
            }
        }
        
        .description {
            opacity: 0;
            animation: fadeIn 1s ease-out 2.5s forwards;
            text-align: center;
            
        }
        
        @keyframes fadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
        
        .description {
            font-size: 20px;
            line-height: 1.5;
            color: #cccccc;
            margin-top: 50px;
            font-weight: 400;
        }
        
        @media (max-width: 768px) {
            body {
                padding: 30px 20px;
            }
            
            .title {
                font-size: 42px;
                margin-bottom: 60px;
            }
            
            .salary-bars {
                height: 300px;
            }
            
            .bar-1 {
                height: 80px;
            }
            
            .bar-2 {
                height: 140px;
            }
            
            .bar-3 {
                height: 200px;
            }
            
            .label-amount {
                font-size: 32px;
            }
            
            .label-category {
                font-size: 16px;
            }
            
            .description {
                font-size: 18px;
            }
        }
/* Mobile First - 320px to 480px */
@media screen and (max-width: 480px) {
    body {
        padding: 10px;
    }
    
    .header {
        padding: 0 4%;
        gap: 20px;
        min-height: 7vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .header img {
        width: 120px;
        height: 40px;
    }
    
    .navbar {
        display: flex;
        gap: 7px;
        text-wrap: nowrap;
    }
    
    .navbar_a {
        font-size: 9px;
    }
    
    .container1 {
        padding: 20px 10px;
        gap: 15px;
    }
    
    .animate {
        font-size: 32px;
    }
    
    .container1 > h6 {
        width: 90%;
        font-size: 16px;
        padding: 15px 0;
    }

    
    
    
    
    .container1_img{
        width: 100%;
        height: 600px;
        background-position: center center;
        padding: 1%;
    }
    .container1_block{
        width: 100%;
        height: 100%;
        display: flex;
        gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    .block{
        width: calc(100%/3);
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 20px;
        text-align: center;
        gap: 10px;
        letter-spacing: 1px;
    }
    .block h2{
        text-align: center;
    
    }
    
    .container1_button {
        font-size: 16px;
        min-width: 120px;
    }
    
    .container2 button {
        width: 90%;
        font-size: 18px;
    }
    
    .container2_2 img {
        width: 15%;
    }
    
    .container3 h2 {
        font-size: 24px;
        padding: 0 10px;
    }
    
    .container3_1 {
        width: 95%;
        flex-direction: column;
        gap: 10px;
    }
    
    .container3_1 img {
        width: 100%;
    }
    
    /* Chart Section */
    .title {
        font-size: 28px;
        padding: 50px 20px 0 20px;
        text-align: center;
    }
    
    .chart-container {
        margin: 0 2%;
    }
    
    .salary-bars {
        height: 250px;
        gap: 10px;
    }
    
    .bar-1.animate {
        height: 80px;
    }
    
    .bar-2.animate {
        height: 120px;
    }
    
    .bar-3.animate {
        height: 160px;
    }
    
    .label-amount {
        font-size: 24px;
    }
    
    .label-category {
        font-size: 14px;
    }
    
    .description {
        font-size: 16px;
        padding: 0 10px;
    }
    
    .main-section {
        padding: 40px 15px;
        flex-direction: column;
        text-align: center;
    }
    
    .main-title {
        font-size: 28px;
    }
    
    .subtitle {
        font-size: 18px;
    }
    
    .preview-screen {
        width: 280px;
        height: 200px;
    }
    
    .features-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .features-title {
        font-size: 24px;
    }
    
    .features-description {
        font-size: 16px;
    }
    
    .design-tools {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 20px;
    }
    
    .tool-icon {
        width: 50px;
        height: 50px;
    }
    
    .cta-banner {
        flex-direction: column;
        gap: 15px;
        padding: 30px 20px;
    }
    
    .cta-content {
        flex-direction: column;
        gap: 10px;
    }
    
    .cta-text {
        font-size: 18px;
    }
    
    .discount-text {
        font-size: 20px;
        text-align: center;
    }
}

/* Small Tablets - 481px to 768px */
@media screen and (min-width: 481px) and (max-width: 768px) {
    .header {
        padding: 0 8%;
    }
    
    .header img {
        width: 175px;
        height: 85px;
    }
    
    .navbar_a {
        font-size: 15px;
    }
    
    .container1 {
        padding: 30px 15px;
        gap: 20px;
    }
    
    .animate {
        font-size: 42px;
    }
    
    .container1 > h6 {
        width: 80%;
        font-size: 18px;
    }
    
    .container1_img {
        width: 85%;
        height: 500px;
    }
    
    .container1_block {
        flex-wrap: wrap;
        height: auto;
    }
    
    .block {
        width: calc(50% - 10px);
        font-size: 13px;
    }
    
    .container2 button {
        width: 80%;
        font-size: 20px;
    }
    
    .container2_2 img {
        width: 8%;
    }
    
    .container3 h2 {
        font-size: 30px;
    }
    
    .container3_1 {
        width: 85%;
    }
    
    .container3_1 img {
        width: calc(50% - 0.25%);
    }
    
    /* Chart Section */
    .title {
        font-size: 36px;
        padding: 70px 30px 0 30px;
    }
    
    .chart-container {
        margin: 0 5%;
    }
    
    .salary-bars {
        height: 320px;
        gap: 15px;
    }
    
    .bar-1.animate {
        height: 100px;
    }
    
    .bar-2.animate {
        height: 160px;
    }
    
    .bar-3.animate {
        height: 220px;
    }
    
    .label-amount {
        font-size: 32px;
    }
    
    .label-category {
        font-size: 16px;
    }
    
    .description {
        font-size: 18px;
    }
    
    .main-section {
        padding: 60px 30px;
        flex-direction: column;
        text-align: center;
    }
    
    .main-title {
        font-size: 36px;
    }
    
    .subtitle {
        font-size: 20px;
    }
    
    .preview-screen {
        width: 350px;
        height: 260px;
    }
    
    .features-content {
        flex-direction: column;
        gap: 50px;
    }
    
    .features-title {
        font-size: 30px;
    }
    
    .design-tools {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        padding: 30px;
    }
    
    .cta-banner {
        flex-direction: column;
        gap: 20px;
    }
    
    .discount-text {
        font-size: 26px;
    }
}

/* Large Tablets - 769px to 1024px */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .header {
        padding: 0 10%;
    }
    
    .container1 {
        padding: 40px 20px;
    }
    
    .animate {
        font-size: 48px;
    }
    
    .container1 > h6 {
        width: 70%;
        font-size: 20px;
    }
    
    .container1_img {
        width: 80%;
    }
    
    .block {
        font-size: 14px;
    }
    
    .container2 button {
        width: 75%;
        font-size: 22px;
    }
    
    .container3_1 {
        width: 80%;
    }
    
    /* Chart Section */
    .title {
        font-size: 40px;
        padding: 80px 40px 0 40px;
    }
    
    .salary-bars {
        height: 350px;
    }
    
    .label-amount {
        font-size: 36px;
    }
    
    .label-category {
        font-size: 18px;
    }
    
    .main-section {
        padding: 80px 40px;
    }
    
    .main-title {
        font-size: 42px;
    }
    
    .subtitle {
        font-size: 22px;
    }
    
    .preview-screen {
        width: 380px;
        height: 280px;
    }
    
    .features-title {
        font-size: 32px;
    }
    
    .discount-text {
        font-size: 28px;
    }
}

/* Small Desktops - 1025px to 1200px */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .container1 > h6 {
        width: 60%;
    }
    
    .container1_img {
        width: 75%;
    }
    
    .container2 button {
        width: 70%;
    }
    
    .container3_1 {
        width: 75%;
    }
    
    /* Chart Section */
    .title {
        font-size: 42px;
        padding: 90px 50px 0 50px;
    }
    
    .label-amount {
        font-size: 38px;
    }
    
    .main-section {
        padding: 100px 45px;
    }
    
    .main-title {
        font-size: 44px;
    }
}

/* Large Desktops - 1201px and up */
@media screen and (min-width: 1201px) {
    .container1 > h6 {
        width: 50%;
    }
    
    .container1_img {
        width: 70%;
    }
    
    .container2 button {
        width: 65%;
    }
    
    .container3_1 {
        width: 71%;
    }
    
    /* Chart Section */
    .title {
        font-size: 45px;
        padding: 100px 60px 0 60px;
    }
    
    .label-amount {
        font-size: 42px;
    }
    
    .main-section {
        padding: 120px 50px;
    }
    
    .main-title {
        font-size: 48px;
    }
}

/* Ultra-wide screens - 1440px and up */
@media screen and (min-width: 1440px) {
    .container1_img {
        max-width: 1200px;
    }
    
    .container3_1 {
        max-width: 1000px;
    }
    
    .chart-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .main-section {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .features-section {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .cta-section {
        max-width: 1400px;
        margin: 0 auto;
    }
}

/* Height-based media queries for short screens */
@media screen and (max-height: 600px) and (orientation: landscape) {
    .container1 {

    }
    
    .container1_img {
        height: 300px;
    }
    
    .main-section {
        min-height: auto;
        padding: 40px 50px;
    }
}

/* Print styles */
@media print {
    * {
        background: white !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    .header, .container2, .bg-animation, 
    .floating-shapes, .cta-section {
        display: none;
    }
    
    .container1, .container3, .container4,
    .main-section, .features-section {
        page-break-inside: avoid;
        margin: 20px 0;
    }
}