/* Page: Ambassador of India to Chile */
.chili_amb_profile_pic{
    border: 1px solid gainsboro;
    border-radius: 16px;
}
.left_area:has(.chili_amb_profile_pic){
    width: 100%;
    min-width: 100%;
}
.detailpagetext:has(.chili_amb_profile_pic){
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto !important;
    padding: 0 30px;
}
.detailpagetext:has(.chili_amb_profile_pic) p:not(:has(img)) {
    text-align: justify;
}

.edition a {
    font-size: 15px;
    font-weight: bold;
}
table.table td {
    padding: 10px;
}


.passport-page table td {
    border: 1px solid;
    padding: 10px;
    width: auto; 
}

.passport-page table {
    border: 1px solid;
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}
.passport-page p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
}
.passport-page li {
    margin-bottom: 12px !important;
    font-size: 14px;
        line-height: 20px;
}
.detailpagetext .passport-page {
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    color: #000;
}

.passport-page ol, 
.passport-page ul {
    /*margin-bottom: 16px;*/
    float: unset !important;
}
.passport-page table p {
    margin: 0;
}
.passport-page .row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.passport-page .row a {
    display: block;
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
}
table.bank-details-table th {
    border: 1px solid #000;
}
.detailpagetext .passport-page li {
    margin-left: 0 !important;
}
.detailpagetext .passport-page ol li {
    margin-left: 15px !important;
}
li#child-born {
    width: 100%;
}


.oci-page-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.oci-page-container {
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 10px;
    width: 930px;
    margin-top: 40px;
}

.oci-page-container .container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.oci-page-container .header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px;
    text-align: center;
}

.oci-page-container .header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.oci-page-container .content {
    padding: 40px;
    width: 100%;
}

.oci-page-container .alert-box {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.oci-page-container .alert-box.info {
    background: #d1ecf1;
    border-left-color: #17a2b8;
}

.oci-page-container .alert-box.warning {
    background: #f8d7da;
    border-left-color: #dc3545;
}

.oci-page-container .section {
    margin-bottom: 20px;
}

.oci-page-container .section-title {
    font-size: 1.8em;
    color: #667eea;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #667eea;
}

.oci-page-container .subsection-title {
    font-size: 1.4em;
    color: #764ba2;
    margin: 25px 0 15px 0;
}

.oci-page-container .content p {
    margin-bottom: 15px;
    text-align: justify;
}

.oci-page-container .content ul,
.oci-page-container .content ol {
    margin-left: 25px;
    margin-bottom: 20px;
    float: unset !important;
}

.oci-page-container .content li {
    margin-bottom: 10px !important;
    float: unset !important;
}
.oci-page-container a,
.oci-page-container .link {
    color: #667eea;
    transition: color 0.3s;
}

.oci-page-container a:hover,
.oci-page-container .link:hover {
    color: #764ba2;
    text-decoration: underline;
}

.oci-page-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.oci-page-container table th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.oci-page-container table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.oci-page-container table tr:last-child td {
    border-bottom: none;
}

.oci-page-container table tr:hover {
    background: #f8f9fa;
}

.oci-page-container .note-box {
    background: #e7f3ff;
    border: 2px solid #2196F3;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.oci-page-container .note-box strong {
    color: #1976D2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .oci-page-container .content {
        padding: 20px;
    }
    
    .oci-page-container .header h1 {
        font-size: 1.8em;
    }
    
    .oci-page-container .section-title {
        font-size: 1.4em;
    }
    
    .oci-page-container table {
        font-size: 0.9em;
    }
}
.oci-page-container p,
.oci-page-container li{
    font-size: 14px !important;
}



.consulor-page ul {
    display: block;
    column-count: 2;
}
.consulor-page ul li {
    background: #eee !important;
    padding: 15px 10px !important;
    border-radius: 5px;
}
.consulor-page ul li a {
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all ease-out .3s; 
}

.consulor-page {
    padding-top: 40px;
}
.consulor-page ul li:hover {
    background: #0d2a4a !important;
}
.consulor-page ul li:hover a {
    color: #fff !important;
}




.container-wrap {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}

h1 {
  text-align: center;
  font-size: 28px;
  color: #0f2a44;
  margin-bottom: 30px;
}

/* Grid layout for cards */
.service-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Individual card */
.service-card {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #0f2a44;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

/* Card text */
.service-card span {
  font-size: 15px;
  font-weight: 500;
}

/* PDF badge */
.service-card::after {
  content: " PDF";
  font-size: 13px;
  background: #0f2a44;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  margin-left: 10px;
      width: 20%;

}
a.service-card {
    text-decoration: none !important;
    padding: 15px 10px !important;
}
.service-grid li {
    background: unset !important;
    box-shadow: 1px 1px 3px;
    margin-left: 0 !important;
}
.container-wrap ul.service-grid {
    width: 850px !important;
}
a.service-card {
    word-break: auto-phrase !important;
    font-size: 15px;
}
/* Responsive: 1 column on mobile */
@media(max-width: 600px){
  .service-grid {
    grid-template-columns: 1fr;
  }
}



.left-panel {
  width: 360px;
  background: #f9fafc;
  border-right: 1px solid #d1d5db;
  overflow-y: auto;
}

.left-panel h3 {
  background: #0f2a44;
  color: #fff;
  margin: 0;
  padding: 16px 20px;
  font-size: 20px;
  font-weight: 600;
}

.left-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.left-panel li {
    padding: 5px 20px !important;
    cursor: pointer;
    font-size: 14px;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    background: unset !important;
}

.left-panel li:hover {
  background: #e5edf5;
  border-left-color: #ff9933;
  font-weight: 600;
}

.left-panel li.active {
  background: #fff7ed;
  border-left-color: #ff9933;
  font-weight: 600;
}

/* ===== RIGHT PANEL ===== */
.right-panel {
  flex: 1;
  padding: 40px;
  background: #f3f6f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* PDF CARD */
.pdf-card {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-left: 6px solid #ff9933;
  margin-top: 20px;
}

.pdf-card span {
  font-weight: 600;
  color: #0f2a44;
  font-size: 16px;
}

.pdf-card a {
  background: #0f2a44;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.pdf-card a:hover {
  background: #0c2136;
}

/* Right panel title */
.right-panel h2 {
  color: #0f2a44;
  font-size: 22px;
  text-align: center;
}

.container-width {
    display: flex;
    /* max-width: 1440px !important; */
    margin: 30px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    width: 810px !important;
}
/* Mobile responsiveness */
@media(max-width:900px){
  .container{
    flex-direction: column;
  }
  .left-panel{
    width: 100%;
    max-height: 300px;
  }
  .right-panel{
    padding: 20px;
  }
}



        .visa-portal-wrapper * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        @keyframes visa-float {
            0%, 100% { transform: translateY(0px) rotate(-15deg); }
            50% { transform: translateY(-20px) rotate(-15deg); }
        }

        @keyframes visa-slideIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes visa-pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        @keyframes visa-shimmer {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
            .visa-portal-wrapper {
                min-height: 100vh;
                padding: 20px;
                position: relative;
            }
                    /* Animated Background Elements */
        .visa-portal-wrapper .visa-bg-decoration {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 0;
            overflow: hidden;
        }

        .visa-portal-wrapper .visa-bg-decoration::before,
        .visa-portal-wrapper .visa-bg-decoration::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            opacity: 0.1;
        }

        /*.visa-portal-wrapper .visa-bg-decoration::before {*/
        /*    width: 600px;*/
        /*    height: 600px;*/
        /*    background: linear-gradient(135deg, #FF9933, #138808);*/
        /*    top: -300px;*/
        /*    right: -200px;*/
        /*    animation: visa-pulse 8s ease-in-out infinite;*/
        /*}*/

        /*.visa-portal-wrapper .visa-bg-decoration::after {*/
        /*    width: 400px;*/
        /*    height: 400px;*/
        /*    background: linear-gradient(135deg, #138808, #000080);*/
        /*    bottom: -200px;*/
        /*    left: -100px;*/
        /*    animation: visa-pulse 6s ease-in-out infinite;*/
        /*}*/

        /* PDF Watermark */
        .visa-portal-wrapper .visa-watermark {
            position: fixed;
            right: -80px;
            top: 50%;
            transform: translateY(-50%) rotate(-15deg);
            opacity: 0.06;
            pointer-events: none;
            z-index: 0;
            animation: visa-float 6s ease-in-out infinite;
        }

        .visa-portal-wrapper .visa-watermark svg {
            width: 550px;
            height: 650px;
            fill: white;
            filter: drop-shadow(0 0 50px rgba(255, 255, 255, 0.3));
        }

        .visa-portal-wrapper .visa-container {
            width: 900px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.97);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
            overflow: hidden;
            position: relative;
            z-index: 1;
            animation: visa-slideIn 0.8s ease-out;
        }
       .visa-portal-wrapper .visa-header {
            /*background: linear-gradient(135deg, #FF9933 0%, #FFFFFF 33%, #138808 66%, #FFFFFF 100%);*/
            background-size: 200% 200%;
            /*animation: visa-shimmer 15s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;*/
            padding: 60px 50px;
            text-align: center;
            position: relative;
            overflow: hidden;
            background: #123e6b;
        }

        .visa-portal-wrapper .visa-header::before {
            content: '🇮🇳';
            position: absolute;
            left: 50px;
            top: 40%;
            transform: translateY(-50%);
            font-size: 100px;
            opacity: 0.15;
            animation: visa-pulse 3s ease-in-out infinite;
        }

        .visa-portal-wrapper .visa-header::after {
            content: '📄';
            position: absolute;
            right: 50px;
            top: 40%;
            transform: translateY(-50%);
            font-size: 100px;
            opacity: 0.15;
            animation: visa-pulse 3s ease-in-out infinite 1.5s;
        }

     .visa-portal-wrapper .visa-header h1 {
    font-size: 3.2em;
    margin-bottom: 15px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;
}
        .visa-portal-wrapper .visa-header p {
            font-size: 1.3em;
            color: #fff;
            font-weight: 600;
            position: relative;
        }

        .visa-portal-wrapper .visa-main-section {
            display: flex;
            flex-direction: column;
            gap: 50px;
        }

        .visa-portal-wrapper .visa-section h2 {
            color: #0f2027;
            font-size: 2.2em;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 5px solid;
            border-image: linear-gradient(90deg, #FF9933, #138808, #000080) 1;
            display: flex;
            align-items: center;
            gap: 15px;
            font-weight: 700;
            padding: 40px 20px;
        }
        .visa-portal-wrapper .visa-section h2::before {
            content: '📋';
            font-size: 0.9em;
            animation: visa-pulse 2s ease-in-out infinite;
        }
        .visa-portal-wrapper .visa-doc-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 25px;
            padding: 40px 40px;
        }
              .visa-portal-wrapper .visa-doc-card {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
            border-radius: 8px;
            padding: 20px;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid transparent;
            position: relative;
            overflow: hidden;
            box-shadow: 0 9px 12px rgba(0, 0, 0, 0.08);
            cursor: pointer;
        }

        /*.visa-portal-wrapper .visa-doc-card::before {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    top: -50%;*/
        /*    right: -50%;*/
        /*    width: 200%;*/
        /*    height: 200%;*/
        /*    background: linear-gradient(45deg, transparent, rgba(255, 153, 51, 0.1), transparent);*/
        /*    transform: rotate(45deg);*/
        /*    transition: all 0.6s;*/
        /*}*/

        /*.visa-portal-wrapper .visa-doc-card:hover::before {*/
        /*    right: -100%;*/
        /*}*/

        /*.visa-portal-wrapper .visa-doc-card::after {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    right: 0;*/
        /*    width: 100px;*/
        /*    height: 100px;*/
        /*    background: linear-gradient(135deg, transparent 50%, rgba(255, 153, 51, 0.15) 50%);*/
        /*    border-radius: 0 18px 0 100%;*/
        /*}*/

/*       .visa-portal-wrapper .visa-doc-card:hover {*/
/*    transform: translateY(-10px) scale(1.03);*/
/*    box-shadow: 0 20px 45px rgb(0 0 0 / 30%);*/
/*    border-color: #123e6b;*/
/*}*/
        .visa-portal-wrapper .visa-doc-link {
            text-decoration: none;
            color: #333;
            display: flex;
            align-items: center;
            gap: 20px;
            position: relative;
            z-index: 1;
        }

        .visa-portal-wrapper .visa-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #FF9933 0%, #ff6600 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            /*box-shadow: 0 8px 20px rgba(255, 153, 51, 0.4);*/
            transition: all 0.4s;
            position: relative;
            background: #16416C;
        }

        .visa-portal-wrapper .visa-icon::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
           
            border-radius: 15px;
            background: #123e6b ;
        }

        /*.visa-portal-wrapper .visa-doc-card:hover .visa-icon {*/
        /*    transform: rotate(15deg) scale(1.15);*/
            /*box-shadow: 0 12px 30px rgba(255, 153, 51, 0.6);*/
        /*}*/

        .visa-portal-wrapper .visa-icon svg {
            width: 25px;
            height: 25px;
            fill: white;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
        }

        .visa-portal-wrapper .visa-doc-title {
            font-size: 18px;
            font-weight: 700;
            line-height: 1.5;
            color: #0f2027;
        }

        /* Enhanced Sidebar */
        .visa-portal-wrapper .visa-sidebar {
            background: linear-gradient(180deg, #f0f4ff 0%, #e0e9ff 100%);
            border-radius: 25px;
            padding: 35px;
            border: 4px solid #d0d9ff;
            position: sticky;
            top: 20px;
            height: fit-content;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .visa-portal-wrapper .visa-sidebar h3 {
            color: #0f2027;
            font-size: 1.7em;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 700;
        }

        .visa-portal-wrapper .visa-pdf-preview {
            background: white;
            border-radius: 20px;
            padding: 35px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
            text-align: center;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }

        .visa-portal-wrapper .visa-pdf-preview::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 153, 51, 0.05), transparent);
            animation: visa-shimmer 3s linear infinite;
        }

        .visa-portal-wrapper .visa-pdf-icon-large {
            width: 140px;
            height: 160px;
            margin: 0 auto 25px;
            background: linear-gradient(135deg, #FF9933 0%, #ff5500 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 15px 35px rgba(255, 153, 51, 0.4);
            position: relative;
            animation: visa-pulse 3s ease-in-out infinite;
        }

        .visa-portal-wrapper .visa-pdf-icon-large::before {
            content: 'PDF';
            position: absolute;
            color: white;
            font-size: 38px;
            font-weight: 800;
            z-index: 2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .visa-portal-wrapper .visa-pdf-icon-large::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent);
            border-radius: 20px;
        }

        .visa-portal-wrapper .visa-pdf-icon-large svg {
            width: 80px;
            height: 80px;
            fill: rgba(255, 255, 255, 0.3);
        }

        .visa-portal-wrapper .visa-quick-stats {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .visa-portal-wrapper .visa-stat-item {
            background: white;
            padding: 20px;
            border-radius: 15px;
            border-left: 5px solid #FF9933;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.3s;
        }

        .visa-portal-wrapper .visa-stat-item:hover {
            transform: translateX(5px);
            box-shadow: 0 8px 25px rgba(255, 153, 51, 0.2);
        }

        .visa-portal-wrapper .visa-stat-item strong {
            color: #0f2027;
            display: block;
            margin-bottom: 8px;
            font-size: 1.05em;
        }

        .visa-portal-wrapper .visa-stat-item span {
            color: #666;
            font-size: 0.95em;
        }

        .visa-portal-wrapper .visa-footer {
            background: linear-gradient(135deg, #0f2027 0%, #2c5364 100%);
            padding: 30px 50px;
            text-align: center;
            color: white;
            position: relative;
        }

        .visa-portal-wrapper .visa-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #FF9933, #138808, #000080);
        }

        .visa-portal-wrapper .visa-footer p {
            font-size: 1.05em;
            opacity: 0.95;
            font-weight: 500;
        }

        @media (max-width: 1200px) {


            .visa-portal-wrapper .visa-sidebar {
                position: relative;
                top: 0;
            }

            .visa-portal-wrapper .visa-watermark {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .visa-portal-wrapper .visa-header h1 {
                font-size: 2.2em;
            }

            .visa-portal-wrapper .visa-header::before,
            .visa-portal-wrapper .visa-header::after {
                display: none;
            }

            .visa-portal-wrapper .visa-doc-grid {
                grid-template-columns: 1fr;
            }

            .visa-portal-wrapper .visa-content {
                padding: 40px 25px;
            }

            .visa-portal-wrapper .visa-header {
                padding: 40px 25px;
            }
        }
    


        
      .embassy-consular-page {
    /* background: linear-gradient(135deg, #123e6b 0%, #764ba2 189%); */
    min-height: 100vh;
    padding: 2rem 1rem;
    width: 930px;
    margin-top: 30px;
    /*background: #123e6b;*/
}
        
        .embassy-consular-page .header {
            text-align: center;
            color: white;
            margin-bottom: 3rem;
            animation: fadeInDown 0.8s ease;
        }
        
        .embassy-consular-page .header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
            color: #123e6b;
        }
        
        .embassy-consular-page .header p {
            font-size: 1.1rem;
            opacity: 0.95;
        }
        
        /*.embassy-consular-page .container {*/
        /*    max-width: 1400px;*/
        /*    margin: 0 auto;*/
        /*}*/
        
        .embassy-consular-page .search-box {
            max-width: 600px;
            margin: 0 auto 2rem;
            position: relative;
            animation: fadeIn 1s ease;
        }
        
        .embassy-consular-page .search-box input {
            width: 100%;
            padding: 1rem 1.5rem;
            font-size: 1rem;
            border: none;
            border-radius: 50px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            outline: none;
            transition: all 0.3s ease;
        }
        
        .embassy-consular-page .search-box input:focus {
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
            transform: translateY(-2px);
        }
        
        .embassy-consular-page .category-filters {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
            margin-bottom: 2rem;
            animation: fadeIn 1.2s ease;
        }
        
        .embassy-consular-page .filter-btn {
            padding: 0.6rem 1.5rem;
            background: rgba(255,255,255,0.2);
            color: white;
            border: 2px solid rgba(255,255,255,0.3);
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 0.9rem;
            font-weight: 500;
        }
        
        .embassy-consular-page .filter-btn:hover,
        .embassy-consular-page .filter-btn.active {
            background: white;
            color: #667eea;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .embassy-consular-page .services-grid {
            display: grid !important;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            list-style: none;
            animation: fadeInUp 1s ease;
                padding-bottom: 60px;
        }
        
        .embassy-consular-page .doc-card {
            background: white;
            border-radius: 5px;
            padding: 1.4rem !important;
            text-decoration: none !important;
            color: #333 !important;
            display: flex;
            align-items: center;
            gap: 1rem;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 1px 2px;
            position: relative;
            overflow: hidden;
            word-break: auto-phrase;
        }
        /*.embassy-consular-page .doc-card::before {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    left: 0;*/
        /*    width: 4px;*/
        /*    height: 100%;*/
        /*    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);*/
        /*    transform: scaleY(0);*/
        /*    transition: transform 0.3s ease;*/
        /*}*/
         .embassy-consular-page .services-grid li {
            background: unset !important;
            margin-left: 0 !important;
        }
        /*.embassy-consular-page .doc-card:hover {*/
        /*    transform: translateY(-8px);*/
        /*    box-shadow: 0 20px 40px rgba(0,0,0,0.15);*/
        /*}*/
        
        /*.embassy-consular-page .doc-card:hover::before {*/
        /*    transform: scaleY(1);*/
        /*}*/
        
         .embassy-consular-page .service-icon {
            flex-shrink: 0;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: white;
            transition: all 0.3s ease;
            background: #123e6b;
        }
        /*.embassy-consular-page .doc-card:hover .service-icon {*/
        /*    transform: rotate(10deg) scale(1.1);*/
        /*}*/
        
        .embassy-consular-page .service-content {
            flex: 1;
        }
        
        .embassy-consular-page .service-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 0.3rem;
        }
        
        .embassy-consular-page .service-type {
            font-size: 0.85rem;
            color: #718096;
        }
        
        .embassy-consular-page .no-results {
            text-align: center;
            color: white;
            font-size: 1.2rem;
            padding: 3rem;
            display: none;
        }
        
        @keyframes fadeInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } }
        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
        
        @media (max-width: 768px) {
            .embassy-consular-page .header h1 { font-size: 1.8rem; }
            .embassy-consular-page .services-grid { grid-template-columns: 1fr; }
            .embassy-consular-page .category-filters { gap: 0.5rem; }
                    .embassy-consular-page .filter-btn { font-size: 0.8rem; padding: 0.5rem 1rem; }
        }
        
        
        .text-p {
            margin-top: 20px;
        }
        .text-p p {
            margin-bottom: 10px;
        }


        .video-section {
            display: flex;
            justify-content: space-between;
                padding: 70px 0;

        }
        .video-section video {
            width: 45%;
            height: auto;
        }
        
        .detailpagetext img {
    border: 1px solid;
    width: 100%;
    max-width: 100%;
    height: 100%;
}