body{
    font-family: "Afacad", sans-serif !important;
}

#services {
    margin-top: 70px;
}

.service-main {
    position: sticky;
    top: 80px;
}

.left-sidebar {
    position: sticky;
    top: 30px;
    background-color: #fff;
}

.right-content {
    /* height: 100vh; */
    /* overflow-y: auto; */
    
    padding-left: 15px;
}

.service-name {
    display: flex;
    flex-direction: column;
    gap: 15px 15px;
    row-gap: 15px;
    column-gap: 15px;
    flex-wrap: wrap;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #55617124;
    padding: 30px;
    overflow: visible;
}

#border-bottom {
    padding: 0px 0px 15px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #55617124;
}

.service-title {
    color: #002768;
    font-family: "Afacad", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26.4px;
}

.all-service {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.service-list {
    padding-bottom: calc(30px / 2);
    font-size: 19px;
}

.service-list.active {
    font-weight: bold;
    color: #002768;
    
}

.service-list a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.service-list a:hover {
    color: #002768;
}

.service-list a:hover .service-list-icon i {
    color: #002768;
}

.service-contact {
    background-color: #be0b32;
    padding: 30px;
    margin-top: 40px;
}

.service-contact-text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1em;
}

.service-contact-description {
    color: #fff;
    font-size: 21px;
}

.service-block {
    color: #fff;
}

.service-block .service-main-text a {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
    word-break: break-all;
}

.service-col-custom i {
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 70px;
    background: #fff;
    min-width: 55px;
    display: flex;
    color: #be0b32;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    padding: 15px;
    border-radius: 50%;
}
 
#work-visa{
   
    display: flex;
    flex-direction: column;
 
} 
#work-visa .mb-5{
    margin-top: 10px;
}
#study-visa{
         margin-top: 50px;
        display: flex;
        flex-direction: column;
      }
#study-visa .mb-5{
    margin-top: 10px;
}
#spouse-visa{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#spouse-visa .mb-5{
    margin-top: 10px;
}
#tourist-visa{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#tourist-visa .mb-5{
    margin-top: 10px;
}
#visitor-visa{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
 #visitor-visa .mb-5{
    margin-top: 10px;
}
#ielts-coaching{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#ielts-coaching .mb-5{
    margin-top: 10px;
}
#pte{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#pte .mb-5{
    margin-top: 10px;
}
#computer-delivered-ielts{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#computer-delivered-ielts .mb-5{
    margin-top: 10px;
}
#personality-development{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
      }
#personality-development .mb-5{
    margin-top: 10px;
}
#spoken-english{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#spoken-english .mb-5{
    margin-top: 10px;
}
#mbbs-india-abroad{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#mbbs-india-abroad .mb-5{
    margin-top: 10px;
}
#pr-canada{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#pr-canada .mb-5{
    margin-top: 10px;
}
#interview-preparation{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#interview-preparation .mb-5{
    margin-top: 10px;
}
#study-loan{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#study-loan .mb-5{
    margin-top: 10px;
}
#toefl{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#toefl .mb-5{
    margin-top: 10px;
}
  
    
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
 
.grid .item {
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  align-items: flex-start;
}

.grid .item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.grid .item h2 {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  color: #002768;  
}

.grid .item ul {
  
  margin: 0;
  padding-left: 20px;
  color: #444;
  font-size: 0.95rem;
}

.grid .item ul li {
margin-left: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 820px) and (max-width: 1024px) {
    .service-name {
        padding: 15px;
    }
    
    .service-contact-text {
        font-size: 22px;
    }
    
    .service-contact-description {
        font-size: 17px;
    }
    
    .service-contact {
        padding: 20px;
    }
    
    .service-col-custom i {
        font-size: 19px;
        min-width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 520px) {
    #services {
        margin-top: 50px;
    }

    .left-sidebar {
        position: inherit;
        margin-bottom: 20px;
    }
    
    .service-contact {
        padding: 25px;
    }
    .grid{
        gap:0px;
    }
    .grid .item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
   }
  .grid .item {
  display: flex;
  gap: 5px;
  border-radius: 8px;
  padding: 10px;
  
  align-items: flex-start;
  }

}
body{
    font-family: "Afacad", sans-serif !important;
}

#services {
    margin-top: 70px;
}

.service-main {
    position: sticky;
    top: 80px;
}

.left-sidebar {
    position: sticky;
    top: 30px;
    background-color: #fff;
}

.right-content {
    /* height: 100vh; */
    /* overflow-y: auto; */
    
    padding-left: 15px;
}

.service-name {
    display: flex;
    flex-direction: column;
    gap: 15px 15px;
    row-gap: 15px;
    column-gap: 15px;
    flex-wrap: wrap;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #55617124;
    padding: 30px;
    overflow: visible;
}

#border-bottom {
    padding: 0px 0px 15px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #55617124;
}

.service-title {
    color: #002768;
    font-family: "Afacad", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26.4px;
}

.all-service {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.service-list {
    padding-bottom: calc(30px / 2);
    font-size: 19px;
}

.service-list.active {
    font-weight: bold;
    color: #002768;
    
}

.service-list a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.service-list a:hover {
    color: #002768;
}

.service-list a:hover .service-list-icon i {
    color: #002768;
}

.service-contact {
    background-color: #be0b32;
    padding: 30px;
    margin-top: 40px;
}

.service-contact-text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1em;
}

.service-contact-description {
    color: #fff;
    font-size: 21px;
}

.service-block {
    color: #fff;
}

.service-block .service-main-text a {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
    word-break: break-all;
}

.service-col-custom i {
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 70px;
    background: #fff;
    min-width: 55px;
    display: flex;
    color: #be0b32;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    padding: 15px;
    border-radius: 50%;
}
 
#work-visa{
   
    display: flex;
    flex-direction: column;
 
} 
#work-visa .mb-5{
    margin-top: 10px;
}
#study-visa{
         margin-top: 50px;
        display: flex;
        flex-direction: column;
      }
#study-visa .mb-5{
    margin-top: 10px;
}
#spouse-visa{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#spouse-visa .mb-5{
    margin-top: 10px;
}
#tourist-visa{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#tourist-visa .mb-5{
    margin-top: 10px;
}
#visitor-visa{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
 #visitor-visa .mb-5{
    margin-top: 10px;
}
#ielts-coaching{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#ielts-coaching .mb-5{
    margin-top: 10px;
}
#pte{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#pte .mb-5{
    margin-top: 10px;
}
#computer-delivered-ielts{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#computer-delivered-ielts .mb-5{
    margin-top: 10px;
}
#personality-development{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
      }
#personality-development .mb-5{
    margin-top: 10px;
}
#spoken-english{
          margin-top: 50px;
        display: flex;
        flex-direction: column;
         
      }
#spoken-english .mb-5{
    margin-top: 10px;
}
    
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
 
.grid .item {
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  align-items: flex-start;
}

.grid .item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.grid .item h2 {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  color: #002768;  
}

.grid .item ul {
  
  margin: 0;
  padding-left: 20px;
  color: #444;
  font-size: 0.95rem;
}

.grid .item ul li {
margin-left: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 820px) and (max-width: 1024px) {
    .service-name {
        padding: 15px;
    }
    
    .service-contact-text {
        font-size: 22px;
    }
    
    .service-contact-description {
        font-size: 17px;
    }
    
    .service-contact {
        padding: 20px;
    }
    
    .service-col-custom i {
        font-size: 19px;
        min-width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 520px) {
    #services {
        margin-top: 50px;
    }

    .left-sidebar {
        position: inherit;
        margin-bottom: 20px;
    }
    
    .service-contact {
        padding: 25px;
    }
    .grid{
        gap:0px;
    }
    .grid .item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
   }
  .grid .item {
  display: flex;
  gap: 5px;
  border-radius: 8px;
  padding: 10px;
  
  align-items: flex-start;
  }

}
/* Canada PR Section Specific Styles */

#canada-pr h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#canada-pr h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#canada-pr p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#canada-pr ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#canada-pr ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#canada-pr ul li::before {
    content: "\f105"; /* Font Awesome angle-right icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #002768;
    font-size: 14px;
    line-height: 1.6;
}

/* Optional table styling if added inside PR section */
#canada-pr table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 30px;
}

#canada-pr table th,
#canada-pr table td {
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 15px;
    text-align: left;
}

#canada-pr table th {
    background-color: #f1f5f9;
    font-weight: bold;
    color: #002768;
}

/* Responsive image inside Canada PR section */
#canada-pr img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}
/* Section spacing */
#canada-pr {
    margin-top: 50px;
}


 
/* canada-study-visa Section Styles */

#canada-study-visa h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#canada-study-visa h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#canada-study-visat p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#canada-study-visa ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#canada-study-visa ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#canada-study-visa ul li::before {
    content: "\f105"; /* Font Awesome angle-right icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #002768;
    font-size: 14px;
    line-height: 1.6;
}

/* Optional image style */
#canada-study-visa img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}



 
 
/* Canada Spouse Visa Section Styles */

#canada-spouse-visa h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#canada-spouse-visa h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#canada-spouse-visa p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#canada-spouse-visa ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#canada-spouse-visa ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#canada-spouse-visa ul li::before {
    content: "\f004"; /* Font Awesome heart icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Optional image style */
#canada-spouse-visa img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Spacing between elements */
#canada-spouse-visa{
    margin-top: 50px;
}

 
/* Canada Dependent Visa Section Styles */

#canada-dependent-visa h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#canada-dependent-visa h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#canada-dependent-visa p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#canada-dependent-visa ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#canada-dependent-visa ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#canada-dependent-visa ul li::before {
    content: "\f007"; /* Font Awesome user icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #002768;
    font-size: 14px;
    line-height: 1.6;
}

/* Optional image style */
#canada-dependent-visa img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Spacing */
#canada-dependent-visa{
   
    margin-top: 50px;

}
 
/* Canada PNP Section Styles */

#canada-pnp h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#canada-pnp h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#canada-pnp p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#canada-pnp ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#canada-pnp ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#canada-pnp ul li::before {
    content: "\f041"; /* Font Awesome map-marker icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Optional image styling */
#canada-pnp img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Spacing */
#canada-pnp{
    margin-top: 50px;
}




 
/* Australia study Visa Section Styles */

#australia-study-visa h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#australia-study-visa h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#australia-study-visa p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#australia-study-visa ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#australia-study-visa ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#australia-study-visa ul li::before {
    content: "\f072"; /* Font Awesome plane icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Image styling */
#australia-study-visa img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Element spacing */
#australia-study-visa > * {
    margin-bottom: 30px;
}

 
/* Australia Tourist Visa Section Styles */

#australia-tourist-visa h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#australia-tourist-visa h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#australia-tourist-visa p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#australia-tourist-visa ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#australia-tourist-visa ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#australia-tourist-visa ul li::before {
    content: "\f072"; /* Font Awesome plane icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Image styling */
#australia-tourist-visa img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}
#australia-tourist-visa{
    margin-top:50px ;
}

/* Element spacing */
/*#australia-tourist-visa > * {*/
/*    margin-top: 50px;*/
/*}*/

 
/* Australia Spouse Visa Section Styles */

#australia-spouse-visa h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#australia-spouse-visa h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#australia-spouse-visa p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#australia-spouse-visa ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#australia-spouse-visa ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#australia-spouse-visa ul li::before {
    content: "\f004"; /* Font Awesome heart icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Image styling */
#australia-spouse-visa img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Section spacing */
#australia-spouse-visa{
    margin-top: 50px; 
}
 
 
 /* UK study Visa Section Styles */

#uk-study-visa h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#uk-study-visa h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#uk-study-visa p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#uk-study-visa ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#uk-study-visa ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#uk-study-visa ul li::before {
    content: "\f0f2"; /* Font Awesome suitcase icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Image styling */
#uk-study-visa img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

 
 
/* UK Tourist Visa Section Styles */

#uk-tourist-visa h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#uk-tourist-visa h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#uk-tourist-visa p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#uk-tourist-visa ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#uk-tourist-visa ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#uk-tourist-visa ul li::before {
    content: "\f0f2"; /* Font Awesome suitcase icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Image styling */
#uk-tourist-visa img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}
#uk-tourist-visa{
     margin-top: 50px;
 }

/* Element spacing */
 
 
/* UK Spouse Visa Section Styles */

#uk-spouse-visa h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#uk-spouse-visa h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#uk-spouse-visa p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#uk-spouse-visa ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#uk-spouse-visa ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#uk-spouse-visa ul li::before {
    content: "\f004"; /* Font Awesome heart icon */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Image styling */
#uk-spouse-visa img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

 #uk-spouse-visa{
     margin-top: 50px;
 }
 

 
/* Study in New Zealand Section Styles */

#study-new-zealand h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#study-new-zealand h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#study-new-zealand p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#study-new-zealand ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#study-new-zealand ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#study-new-zealand ul li::before {
    content: "\f19d"; /* Font Awesome graduation cap */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Image styling */
#study-new-zealand img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Element spacing */
#study-new-zealand > * {
    margin-bottom: 30px;
}

 
/* Study in USA Section Styles */

#study-usa h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#study-usa h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#study-usa p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#study-usa ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#study-usa ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#study-usa ul li::before {
    content: "\f19d"; /* Font Awesome graduation cap */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Image styling */
#study-usa img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Element spacing */
#study-usa > * {
    margin-bottom: 30px;
}

 
/* Study in Europe Section Styles */

#study-europe h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#study-europe h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#study-europe p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#study-europe ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#study-europe ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#study-europe ul li::before {
    content: "\f19d"; /* Font Awesome graduation cap */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Image styling */
#study-europe img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Element spacing */
#study-europe > * {
    margin-bottom: 30px;
}
/* Study in  Dubai Section Styles */

#study-dubai h2.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #002768;
    margin-bottom: 20px;
}

#study-dubai h4 {
    font-size: 20px;
    color: #002768;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

#study-dubai p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

#study-dubai ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    color: #333;
}

#study-dubai ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#study-dubai ul li::before {
    content: "\f19d"; /* Font Awesome graduation cap */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #be0b32;
    font-size: 14px;
    line-height: 1.6;
}

/* Image styling */
#study-dubai img.img-responsive {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Element spacing */
#study-dubai > * {
    margin-bottom: 30px;
}

 