* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
  }
  
  body {
    transition: background 0.5s, color 0.5s;
    height: 3000px;
    background-color: #d5e7f9;
    perspective: 2000px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;

  }
.div1 {
    width: 100%;
    height: 100vh;
    position: relative;
    direction: rtl;
    font-family: Arial;
    background: url(../imge/uu.jpg) no-repeat center/cover;
}

/* الهيدر */
.we-header {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0 40px;
    background: rgba(137, 134, 134, 0.8);
    ؤمه
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* قائمة الروابط */
.we-li1 {
    list-style: none;
    display: flex;
    gap: 40px;
}

.we-li1 li a {
    text-decoration: none;
    font-size: 20px;
    color: #222;
    font-weight: bold;
    transition: 0.3s;
}

/* عند المرور */
.we-li1 li:hover a {
    color: #1138d5;
    text-decoration: underline;
}

/* الصفحة الحالية */
.home a{
    color: #1138d5;
    text-decoration: underline;
}

/* يجعل الصفحة تنزل تحت الهيدر */
.div1 {
    padding-top: 70px;
}

  .h0{
    font-size: 40px;

  }
  .p1{
    font-size: 20px;
    padding-top: -20px;
    margin-top: -15px;
  }
  .hero {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: fixed;
  }
  .overlay {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
  }
  .hero-content {
    position: relative;
    z-index: 1;
    animation: fadeIn 2s ease-in-out;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  

 
.btn1,.btn2 {
    margin-left: 70px;
   height:50px;
   width: 100px;
   margin-right: 50px;
   margin-top: 30px;
    border: none;
    background: #007bff;
    color: white;
    border-radius: 5px;
    transition: 0.3s ease;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.btn1:hover,.btn2:hover{
  background-color: #1182ce;
}  
body.dark-mode {
  background-color: #121212;
  color: #ffffff;
}

#toggle-dark-mode {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: none;
  border: solid;
  font-size: 24px;
}
 .div10{
    width: 400px;
    height: 450px;
    margin-left: 500px;

  }
  .container{
    width: 360px;
    height: 480px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    animation: fadeIn 0.8s ease-in-out;
margin-left: 450px;
margin-top: 30px;
  }
  h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  form {
    margin-top: 20px;
  }
  .error { color: red; }
 input[type="text"], input[type="password"] {
    width: 100%;
    height: 45px;
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    transition: 0.3s;
}

input:focus {
    border-color: #4caaaf;
    outline: none;
    box-shadow: 0 0 5px rgba(76,175,80,0.4);
}
  
  select {
    width: 100px;
    height: 40px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
 
  }
  .btu3{
    width: 100px;
    height: 40px;
    background: #007bff;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;

  }
  .btu3 {
    width: 100px;
    height: 50px;
    background: #007bff;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .btu3:hover {
    background-color: #2573c0;
  }
  .btu4:hover {
    background-color: #2573c0;
  }
  .bth33{
    width: 100px;
    height: 40px;
    background-color: #2573c0;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;

  }
  button {
    width: 100%;
    height: 45px;
    background-color: #4ca0af;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
}

button:hover {
    background-color: #3e7d8e;
}

.error {
    color: red;
    font-size: 14px;
    margin-top: -12px;
    margin-bottom: 10px;
}

p a {
    color: #4ca2af;
}

p a:hover {
    text-decoration: underline;
}

  .div31 {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
    height: 150vh;
    width: 100%;
    text-align: center;
  }
  
  .dashboard-header {
    width: 100%;
    min-height: 100px;
    padding: 20px;
    background: #007bff;
    color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  
  }

  .statistics, .quick-access, .settings {
    margin: 90px;
    padding: 20px;
    border-radius: 8px;
  }
  
  .stats-cards {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
  }
  
  .card {
    background-color: #e0e0e0;
    padding: 15px;
    border-radius: 6px;
    width: 30%;
    text-align: center;
    transition: transform 0.3s ease;
  }
  
  .card:hover {
    transform: scale(1.05);
  }
  
  .quick-access ul {
    list-style-type: none;
    padding: 0;
  }
  
  .quick-access li {
    margin: 10px 0;
  }
  
  .quick-access a {
    text-decoration: none;
    color: #121313;
    transition: color 0.3s ease;
  }
  
  .quick-access a:hover {
    color: #388E3C;
  }
  
  .settings button {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .settings button:hover {
    background-color: #357ab8;
  }
  
  /* Animations */
  .fade-in {
    animation: fadeIn 2s ease forwards;
  }
  
  .slide-up {
    animation: slideUp 1s ease forwards;
  }
  
  .zoom-in {
    animation: zoomIn 1.5s ease forwards;
  }
  
  /* Keyframes */
  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @keyframes slideUp {
    0% { transform: translateY(50px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
  }
  
  @keyframes zoomIn {
    0% { transform: scale(0.5); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
  }

  .div3 {
    width: 100%;
    height: 170vh;
    top: 0;
    position: relative;
    font-family: Arial; direction: rtl; 
    padding: 20px;
    text-align:center;
    background-color: #d5e7f9;
}



.stats, .quick-access, .settings {
  background-color: white;
  border-radius: 10px;
  padding: 1.5px;
  margin-bottom: 2px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.hh{
  text-align: center;
}
.stats h2, .quick-access h2, .settings h2 {
  margin-top: 0;
  margin-bottom: 1px
}

.stat-boxes {
  display: flex;
  gap: 1rem;
}

.stat {
  background-color: #eaf1fb;
  flex: 1;
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
}

.quick-access ul {
  list-style: none;
  padding: 0;
}

.quick-access li {
  margin: 0.5rem 0;
}

.settings input[type="text"] {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

.btu12{
  background-color: #4a90e2;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  margin-top: 1rem;
  cursor: pointer;
}

.btu12:hover {
  background-color: #357ab8;
}
.div4 {
  width: 100%;
  height: 240vh;
  top: 0;
  position: relative;
  font-family: Arial; direction: rtl; 
  padding: 20px;
  text-align:center;
  background-color: #d5e7f9;
  }
.h3{
  width: 100%;
  height: 80px;
  padding: 20px;
  background: #007bff;
  color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
}
  .subject-btn {
    margin: 5px;
    padding: 10px 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
  }
  .question { margin: 15px 0; }
  .option { margin: 5px 0; }
  #result { font-weight: bold; margin-top: 10px; }
  button.check-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 15px;
    margin-top: 10px;
    border-radius: 4px;
    width: 150px;
    height: 70px;
  }
  .fade-in {
  animation: fadeIn 1s ease-in-out;
  }
  
  @keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
  }
  .subject-btn:hover, .check-btn:hover {
  animation: pulse 0.3s;
  }
  
  @keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
  }
.div5 {
width: 100%;
height: 120vh;  
font-family: 'Cairo', sans-serif;
direction: rtl;
background-color: #d5e7f9;
padding: 20px;
color: #333;
top: 0;
position: relative;
}

.h10, .h11 {
color: #121213;
text-align: center;

}
.h10,.h12,.h11{
  border-radius: 8px;
  font-size: 40px;
  width: 100%;
  height: 80px;
  padding: 20px;
  background: #007bff;
  color: white;
  margin-top: 30px;
}  
ul {
list-style: none;
padding: 0;
}
.li4 {
background-color: #fcfdfe;
margin-bottom: 10px;
padding: 10px;
border-radius: 5px;
} 
.div21{
  background: #007bff;
  color: white;
  border: none;
  padding: 8px 15px;
margin-right: 520px;
  border-radius: 4px;
  width: 100px;
  height: 50px; 
   
}
.div6{
direction: rtl;
background-color: #d5e7f9;
padding: 20px;
color: #333;
width: 100%;
height: 130vh;
top: 0;
position: relative; 
} 
form {
margin-top: 20px;
}  
input, textarea {
width: 100%;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
#dr_list{
  background-color: white;
  font-size: 18px;

}
.h13{
text-align: center;
width: 200px;
height: 50px;
padding: 15px;
background-color: #007bff;
color: white;
border-radius: 8px;
margin: auto;
}
.button6 {
  background: #007bff;
  color: white;
  border: none;
  padding: 8px 15px;
margin-right: 560px;
  border-radius: 4px;
  width: 100px;
  height: 50px;
  font-size: 18px; 
}
.div7{
width: 100%;
height: 240vh;
top: 0;
position: relative;
background-color: #d5e7f9;
font-family: 'Arial', sans-serif;
color: #1a237e;
direction: rtl;
padding: 20px;
z-index: 10;
}
.h15 {  
  width: 100%;
  height: 80px;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  background: #007bff;
  border-radius: 8px;
}

p {
  text-align: center;
  font-size: 18px;
  margin: 10px auto 30px;
  max-width: 800px;
  line-height: 1.7;
}

table {
  width: 90%;
  margin: 20px auto;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(26, 35, 126, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

th {
  background-color: #bbdefb;
  color: #1a237e;
  padding: 12px;
  font-size: 16px;
}

td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #e3f2fd;
}

img {
  width: 40px;
  height: auto;
}

.rating {
  display: flex;
  justify-content: center;
}

.rating input {
  display: none;
}

.rating label {
  font-size: 25px;
  cursor: pointer;
  color: #ccc;
}

.rating input:checked ~ label {
  color: #ffcc00;
}

.popular-tools {
  margin: 40px auto;
  width: 90%;
  background-color: #e3f2fd;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(26, 35, 126, 0.1);
}

.popular-tools h2 {
  text-align: center;
  color: #1a237e;
}

.tool-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.tool-list div {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(26, 35, 126, 0.1);
  text-align: center;
  width: 120px;
}
.tool-list img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.div8{
  width: 100%;
  height: 130vh;
 background-color: #d5e7f9;
}
.header1 {
  text-align: center;
  padding: 20px;
  background: #007bff;
  color: white;
  border-radius: 8px;
  z-index: 10;
}
.header .h8 {
  font-size: 40px;
}

.main-content {
  display: flex;
  gap: 20px;
}

/* قسم الأسئلة */
.questions-section {
  flex: 1;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.questions-section h2 {
  margin-bottom: 20px;
  color: #2c3e50;
  border-bottom: 2px solid #007bff;;
  padding-bottom: 10px;
}

.question-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}

.question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background-color: #f8f9fa;
  cursor: pointer;
}

.question-header h3 {
  font-size: 16px;
  color: #2c3e50;
}

.toggle-btn {
  font-size: 20px;
  font-weight: bold;
  color: #3498db;
  transition: transform 0.3s;
}

.question-content {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: white;
}

.question-content p {
  padding: 15px 0;
  color: #555;
  line-height: 1.6;
}

.question-item.active .question-content {
  max-height: 200px;
}

.question-item.active .toggle-btn {
  transform: rotate(45deg);
}

/* قسم محاكاة المقابلة */
.interview-section {
  flex: 2;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.interview-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.avatar-container {
  text-align: center;
  margin-bottom: 20px;
}

.avatar {
  width: 100px;
  height: 100px;
  background-color: #3498db;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 40px;
}

.dialogue-box {
  width: 100%;
  min-height: 150px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 5px solid #3498db;
}

.dialogue-box p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.controls {
  display: flex;
  gap: 15px;
}

.btn-primary, .btn-secondary, .btn-finish {
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-primary {
  background: #007bff;
  color: white;
}

.btn-primary:hover {
  background-color: #1182ce;
}

.btn-secondary {
  background-color: #e0e0e0;
  color: #333;
}

.btn-secondary:hover {
  background-color: #d0d0d0;
}

.btn-finish {
  background-color: #4CAF50;
  color: white;
  display: none; /* مخفي في البداية */
}

.btn-finish:hover {
  background-color: #45a049;
}

/* قسم النصائح */
.tips-section {
  flex: 1;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tips-section h2 {
  margin-bottom: 20px;
  color: #2c3e50;
  border-bottom: 2px solid #007bff;;
  padding-bottom: 10px;
}

.tips-list {
  list-style-type: none;
  margin-bottom: 30px;
}

.tips-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #e0e0e0;
  color: #555;
}

.tips-list li:last-child {
  border-bottom: none;
}

.timer-container {
  text-align: center;
  margin-top: 30px;
}

.timer-container h3 {
  margin-bottom: 10px;
  color: #2c3e50;
}

.timer {
  font-size: 24px;
  font-weight: bold;
  color: #3498db;
  padding: 10px;
  border: 2px solid  #007bff;;
  border-radius: 6px;
  display: inline-block;
  min-width: 80px;
}

/* التصميم للهواتف */
@media (max-width: 768px) {
  .main-content {
      flex-direction: column;
  }
  
  .questions-section, .interview-section, .tips-section {
      width: 100%;
  }
}
  /* الوضع الليلي */
  body.dark-mode {
    background-color: #121212;
    color: #ffffff;
  }
  
  /* تنسيق الزر */
  #toggle-dark-mode {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 24px;
  }
  .src{
    width: 100%;
    height: 80vh;
  background-color:#d5e7f9;
  }
  .h16{
    text-align: center;
    padding: 20px;
    background: #007bff;
    color: white;
    border-radius: 8px;
    z-index: 10;
  }
  .div90{  
    width: 100%;
    height: 100vh;
   background-color: #d5e7f9;
    }
    
    .textarea {
        width: 100%;
        height: 150px;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .h9{
      text-align: center;
      padding: 20px;
      background: #007bff;
      color: white;
      border-radius: 8px;
      z-index: 10;
    }
    #reviewButton:hover {
      background-color: #1182ce;
    }
    
    #result {
        margin-top: 20px;
        padding: 10px;
    }
    #reviewButton{
      height:55px;
      width: 105px;
      margin-right: 550px;
      margin-top: 30px;
       border: none;
       background: #007bff;
       color: white;
       border-radius: 5px;
       transition: 0.3s ease;
       font-size: 16px;
    }   
     .div33{
      width: 100%;
      height: 120vh;
      position: relative;
    
    }
      :root {
        --primary-color: #007bff;
        --text-color: #333;
        --bg-color: #fff;
        --card-bg: #f9f9f9;
        --border-color: #ddd;
        --header-bg: #f8f9fa;
    }
    .light-mode{
        font-family: Arial, sans-serif;
        background-color: var(--bg-color);
        color: var(--text-color);
        margin: 0;
        padding: 20px;
        transition: background-color 0.3s, color 0.3s;
    }
    .header-controls {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        margin-bottom: 20px;
    }
    #languageToggle, #darkModeToggle {
        padding: 5px 10px;
        border: none;
        background: var(--primary-color);
        color: white;
        cursor: pointer;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
    #languageToggle:hover, #darkModeToggle:hover {
        transform: scale(1.1,1.1);
        opacity: 0.9;
    }
    
    .search-container {
        margin: 20px 0;
        display: flex;
        gap: 10px;
    }
    
    #projectSearch {
        flex: 1;
        padding: 8px;
        border: 1px solid var(--border-color);
        border-radius: 4px;
        background-color: var(--card-bg);
        color: var(--text-color);
        transition: all 0.3s ease, transform 0.5s ease;
    }
    
    #projectSearch:focus {
        transform: scale(0.5s);
        box-shadow: 0 0 0 2px var(--primary-color);
        outline: none;
    }
    
    #searchButton {
        padding: 8px 16px;
        border: none;
        background: var(--primary-color);
        color: white;
        cursor: pointer;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
    
    #searchButton:hover {
        transform: scale(1.1 ,1.1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    .filter-buttons {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .filter-btn {
        padding: 8px 16px;
        border: none;
        background: #eee;
        cursor: pointer;
        border-radius: 4px;
        color: var(--text-color);
        transition: all 0.3s ease, transform 0.2s ease;
        position: relative;
        overflow: hidden;
    }
    
    .filter-btn:hover:not(.active) {
        background: #ddd;
        transform: scale(1.1,1.1);
    }
    
    .filter-btn.active {
        background: var(--primary-color);
        color: white;
    }
    
    .filter-btn::before {
        content: '';
        position: absolute;
        top: var(--y);
        left: var(--x);
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        transition: width 0.3s, height 0.3s;
    }
    
    .filter-btn:hover::before {
        width: 200px;
        height: 200px;
    }
    
    .projects-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }
    
    .project-card {
        border: 1px solid var(--border-color);
        padding: 15px;
        border-radius: 8px;
        background-color: var(--card-bg);
        transition: all 0.3s ease, transform 0.5s ease;
        transform:  translateY(0);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        position: relative;
    }
    
    .project-card:hover {
        transform:  translateY(-10px); scale: (1.02);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
        z-index: 10;
    }
    
    .project-card::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 5%;
        width: 90%;
        height: 20px;
        background: radial-gradient(ellipse at center, 
                    rgba(0,0,0,0.4) 0%, 
                    rgba(0,0,0,0) 80%);
        filter: blur(5px);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .project-card:hover::after {
        opacity: 1;
    }
    
    .category {
        display: inline-block;
        padding: 3px 8px;
        border-radius: 4px;
        font-size: 12px;
        margin-top: 10px;
        color: white;
    }
    
    .category.web { background: #ffc107; }
    .category.network { background: #28a745; }
    .category.ai { background: #17a2b8; }
    
    .no-results {
        grid-column: 1 / -1;
        text-align: center;
        padding: 20px;
    }
    
    .h7 {
      color: white;
      border-radius: 8px;
      margin: auto;
        transition: all 0.5s ease;
        position: relative;
        display: inline-block;
        background: linear-gradient(90deg, var(--primary-color), #ff6b6b, #feca57);
        background-size: 200% auto;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        animation: gradient 3s linear infinite;
        text-align: center;
        margin-right: 450px;
    }
    
    .h7::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -5px;
        left: 0;
        background-color: var(--primary-color);
        transition: width 0.3s ease;
    }
    
    .h7:hover::after {
        width: 100%;
    }
    @keyframes gradient {
        0% { background-position: 0% center; }
        100% { background-position: 200% center; }
    }
.div55{
top: 0;      
width: 100%;
height:65vh;
margin-top: 36px;
}
      .div-img1{
      width: 320px;
      height: 200px; 
      margin-right:440px;
      
      }
      .d9v{
     
       margin-right: 400px;
      font-size: 40px;
      }
   
      .yy{
      color: #ffffff;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      padding-top: 13px;
      padding-right: 14px;
      background: #007bff;
      }
      .rr{
        color: #ffffff;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        padding-top: 13px;
        padding-right: 11px;
        background: #007bff;
      }
      .y{
        color: #ffffff;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        padding-top: 15px;
        padding-right: 18px;
        background: #007bff;
      }
      .q{
        color: #ffffff;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        padding-top: 13px;
        padding-right: 14px;
        background: #007bff;
      }
      .d{
      position: absolute;
      text-transform: uppercase;
      margin-right: 350px;
      color: #000000;
      }

