@layer templates;

.main-area{
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
}
@media (min-width:1200px){
    .page_content_area{
        max-width:1200px;
}
}
@media (max-width:1200px){
    .page_content_area{
        max-width:1200px;
        padding:0 20px;
}
}
@media (max-width:992px){
    .page_content_area{
        max-width:992px;
        padding:0 16px;
}
}
@media (max-width:768px){
    .page_content_area{
        max-width:768px;
        padding:0 15px;
}
}
@media (max-width:576px){
    .page_content_area{
        max-width:576px;
        padding:0 12px;
}
}
.page_content_area section:last-child{
    margin-bottom:0;
}
.about_area{
    border:none;
    padding:0 0 40px 0;
    margin-bottom:1rem;
}
.about-content{
    text-align:left;
    padding:0.5rem 1.25rem 1rem 1.25rem;
    margin-bottom:1rem;
    position:relative;
    overflow:hidden;
    border-radius:1rem;
    background:white;
    border:none;
    margin-left:auto;
}
@media (max-width:768px){
    .about-content{
        padding:1.5rem 1rem;
        margin-bottom:1.5rem;
}
}
@media (max-width:576px){
    .about-content{
        padding:1rem 0.75rem;
        margin-bottom:1rem;
}
}
.about-content h1,
.about-content h2,
.about-content h3,
.about-content h4,
.about-content h5,
.about-content h6{
    text-align:left;
    margin-bottom:20px;
    line-height:1.3;
}
.about-content p{
    text-align:left;
    margin-bottom:16px;
    line-height:1.6;
    font-size:16px;
}
.about-content ul,
.about-content ol{
    text-align:left;
    margin-bottom:16px;
    padding-left:20px;
}
.about-content li{
    text-align:left;
    margin-bottom:8px;
    line-height:1.6;
}
.icon-slider-container,
.mistakes-slider-container{
    text-align:center;
}
.page_content_area *{
    text-align:left;
}
.page_content_area .text-center,
.page_content_area .text-center *{
    text-align:center;
}
.icon-slider-container,
.page_content_area h1,
.page_content_area h2,
.page_content_area h3,
.page_content_area h4,
.page_content_area h5,
.page_content_area h6{
    text-align:left;
    margin-bottom:20px;
    line-height:1.3;
}
.page_content_area p{
    text-align:left;
    margin-bottom:16px;
    line-height:1.6;
}
.page_content_area ul,
.page_content_area ol{
    text-align:left;
    margin-bottom:16px;
    padding-left:20px;
}
.page_content_area li{
    text-align:left;
    margin-bottom:8px;
}
.contact_area{
    text-align:left;
}
.contact_area h2,
.contact_area h3{
    text-align:left;
}
.template-home .destinations-section{
    text-align:left;
    padding:2.5rem 1.25rem;
    margin-bottom:2rem;
    position:relative;
    overflow:hidden;
    border-radius:1rem;
    background:white;
}
.template-home .destinations-section h2{
    font-size:1.5rem;
    font-weight:700;
    color:#1f2937;
    margin-bottom:1rem;
}
.template-home .destinations-section p{
    font-size:1rem;
    color:#6b7280;
    margin-bottom:1.5rem;
    max-width:42rem;
}
.template-articles .article-content{
    max-width:800px;
    margin:0 auto;
    padding:0 20px;
}
.template-articles .article-header{
    text-align:center;
    margin-bottom:3rem;
    padding:2rem 0;
    border-bottom:1px solid #e5e7eb;
}
.template-articles .article-title{
    font-size:2.5rem;
    font-weight:700;
    color:#1f2937;
    margin-bottom:1rem;
    line-height:1.2;
}
.template-articles .article-meta{
    display:flex;
    justify-content:center;
    gap:1rem;
    color:#6b7280;
    font-size:0.875rem;
}
.template-articles .article-body{
    line-height:1.7;
    color:#374151;
}
.template-articles .article-body h2{
    font-size:1.875rem;
    font-weight:600;
    color:#1f2937;
    margin:2rem 0 1rem 0;
}
.template-articles .article-body h3{
    font-size:1.5rem;
    font-weight:600;
    color:#1f2937;
    margin:1.5rem 0 0.75rem 0;
}
.template-articles .article-body p{
    margin-bottom:1rem;
}
.template-articles .article-body ul,
.template-articles .article-body ol{
    margin:1rem 0;
    padding-left:1.5rem;
}
.template-articles .article-body li{
    margin-bottom:0.5rem;
}
.template-promo .promo-hero{
    background:linear-gradient(135deg,#da0034 0%,#c60030 100%);
    color:white;
    padding:4rem 2rem;
    text-align:center;
    margin-bottom:3rem;
    border-radius:1rem;
}
.template-promo .promo-hero h1{
    font-size:3rem;
    font-weight:700;
    margin-bottom:1rem;
}
.template-promo .promo-hero p{
    font-size:1.25rem;
    opacity:0.9;
    margin-bottom:2rem;
}
.template-promo .features-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:2rem;
    margin:3rem 0;
}
.template-promo .feature-card{
    background:white;
    padding:2rem;
    border-radius:1rem;
    border:1px solid #e5e7eb;
    text-align:center;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
    transition:all 0.3s ease;
}
.template-promo .feature-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 25px rgba(0,0,0,0.15);
}
.template-promo .feature-icon{
    width:80px;
    height:80px;
    background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);
    border-radius:1rem;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 1rem auto;
    font-size:2rem;
    color:#da0034;
}
.template-contact .contact-hero{
    background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);
    padding:3rem 2rem;
    text-align:center;
    margin-bottom:3rem;
    border-radius:1rem;
}
.template-contact .contact-hero h1{
    font-size:2.5rem;
    font-weight:700;
    color:#1f2937;
    margin-bottom:1rem;
}
.template-contact .contact-hero p{
    font-size:1.125rem;
    color:#6b7280;
    margin-bottom:2rem;
}
.template-contact .contact-info-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:2rem;
    margin:3rem 0;
}
.template-contact .contact-info-card{
    background:white;
    padding:2rem;
    border-radius:1rem;
    border:1px solid #e5e7eb;
    text-align:center;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
}
.template-contact .contact-info-icon{
    width:60px;
    height:60px;
    background:#da0034;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 1rem auto;
    font-size:1.5rem;
}
.template-contact .contact-info-card h3{
    font-size:1.25rem;
    font-weight:600;
    color:#1f2937;
    margin-bottom:0.5rem;
}
.template-contact .contact-info-card p{
    color:#6b7280;
    margin:0;
}
.page_content_area{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}
.main-area .container .row .col-lg-9.page_content_area{
    max-width:none;
    width:100%;
    margin:0;
    padding:0;
}
.reviews-section-wrapper{
    background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);
    padding:20px 12px;
    margin:16px 0;
    position:relative;
    overflow:hidden;
    border-radius:16px;
    border:1px solid #dee2e6;
}
.reviews-section-wrapper::before{
    content:'';
    position:absolute;
    top:-80px;
    left:-80px;
    width:256px;
    height:256px;
    background:rgba(3,56,101,0.05);
    border-radius:50%;
    filter:blur(48px);
    pointer-events:none;
}
.reviews-section-wrapper::after{
    content:'';
    position:absolute;
    bottom:-80px;
    right:-80px;
    width:256px;
    height:256px;
    background:rgba(218,0,52,0.05);
    border-radius:50%;
    filter:blur(48px);
    pointer-events:none;
}
.reviews-section-header{
    text-align:left;
    margin-bottom:20px;
    margin-top:8px;
    padding-top:8px;
    position:relative;
    z-index:2;
}
.reviews-header-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
}
.reviews-section-title{
    font-size:2rem;
    font-weight:700;
    color:#1f2937;
    margin-bottom:12px;
    line-height:1.2;
}
.reviews-section-subtitle{
    font-size:0.9rem;
    color:#6b7280;
    margin-bottom:12px;
    line-height:1.5;
    max-width:64rem;
}
.reviews-rating{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    margin-bottom:0;
}
.reviews-rating .stars{
    display:flex;
    gap:4px;
}
.reviews-rating .stars i{
    color:#fbbf24;
    font-size:18px;
}
.rating-text{
    font-size:14px;
    color:#6b7280;
    font-weight:500;
}
.reviews-slider-container{
    position:relative;
    max-width:1000px;
    margin:0 auto;
    padding:0;
}
.reviews-slider{
    display:flex;
    overflow:hidden;
    scroll-behavior:smooth;
    scrollbar-width:none;
    -ms-overflow-style:none;
}
.reviews-slider::-webkit-scrollbar{
    display:none;
}
.review-item{
    flex:0 0 50%;
    padding:0 15px 0 0;
    box-sizing:border-box;
}
.review-content{
    background:#ffffff;
    border-radius:8px;
    padding:16px;
    box-shadow:0 2px 12px rgba(0,0,0,0.08);
    border:1px solid #e5e7eb;
    height:100%;
    display:flex;
    flex-direction:column;
    transition:all 0.3s ease;
}
.review-content:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 30px rgba(0,0,0,0.12);
    border-color:#da0034;
}
.review-stars{
    display:flex;
    gap:4px;
    margin-bottom:12px;
}
.review-stars i{
    color:#fbbf24;
    font-size:16px;
}
.review-text{
    font-size:14px;
    line-height:1.4;
    color:#374151;
    margin-bottom:12px;
    flex:1;
    font-style:italic;
}
.review-author{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:8px;
    border-top:1px solid #f3f4f6;
}
.author-name{
    font-weight:600;
    color:#1f2937;
    font-size:14px;
}
.review-date{
    font-size:12px;
    color:#9ca3af;
}
.slider-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:12px;
}
.dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#d1d5db;
    cursor:pointer;
    transition:all 0.3s ease;
}
.dot.active{
    background:#da0034;
    transform:scale(1.2);
}
.dot:hover{
    background:#da0034;
    transform:scale(1.1);
}
.reviews-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#da0034;
    text-decoration:none;
    font-weight:600;
    font-size:14px;
    padding:8px 16px;
    border:2px solid #da0034;
    border-radius:8px;
    transition:all 0.3s ease;
    white-space:nowrap;
}
.reviews-link:hover{
    background:#da0034;
    color:#ffffff;
    text-decoration:none;
    transform:translateY(-2px);
    box-shadow:0 4px 12px rgba(218,0,52,0.3);
}
.reviews-link i{
    font-size:12px;
}
@media (max-width:768px){
    .reviews-section-wrapper{
        padding:16px 12px;
        margin:12px 0;
}
    .reviews-header-top{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
}
    .reviews-section-title{
        font-size:1.75rem;
}
    .reviews-section-subtitle{
        font-size:0.85rem;
}
    .reviews-slider-container{
        padding:0 10px;
}
    .review-item{
        flex:0 0 100%;
}
    .review-content{
        padding:12px;
}
    .review-text{
        font-size:13px;
}
}
@media (max-width:480px){
    .reviews-section-wrapper{
        padding:12px 12px;
        margin:8px 0;
}
    .reviews-section-title{
        font-size:1.5rem;
}
    .review-content{
        padding:10px;
}
    .review-text{
        font-size:12px;
}
}
.gk-hero-section{
    position:relative;
    padding:80px 0;
    background:white;
    overflow:hidden;
    border-radius:1rem;
    margin-bottom:2rem;
    border:1px solid #e5e7eb;
    text-align:left;
}
.template-home .gk-hero-section{
    padding:56px 0;
    background:linear-gradient(180deg,#f7fbff,transparent);
}
.template-home .gk-content{
    display:flex;
    flex-direction:column;
    gap:24px;
}
.page_title{
    display:none;
}
/* Video styles moved to video-styles.css */
.video-modal-content{
    position:relative;
    margin:10vh auto 0;
    width:95%;
    max-width:900px;
    min-height:600px;
    background:#ffffff;
    border-radius:12px;
    overflow:visible;
    box-shadow:0 20px 60px rgba(0,0,0,0.3);
    z-index:100000;
    padding:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.video-modal-close{
    position:absolute;
    top:15px;
    right:20px;
    color:#ffffff;
    font-size:28px;
    font-weight:bold;
    cursor:pointer;
    z-index:10000;
    background:rgba(0,0,0,0.5);
    width:40px;
    height:40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all 0.3s ease;
}
.video-modal-close:hover{
    background:rgba(0,0,0,0.8);
    transform:scale(1.1);
}
.video-preview{
    position:relative;
    width:100%;
    height:100%;
    min-height:500px;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
}
.video-thumbnail{
    width:100%;
    height:100%;
    min-height:500px;
    object-fit:cover;
    border-radius:0;
}
.video-preview .video-play-button{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80px;
    height:80px;
    background:rgba(0,0,0,0.8);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:all 0.3s ease;
    z-index:10;
}
.video-preview .video-play-button:hover{
    background:rgba(0,0,0,0.9);
    transform:translate(-50%,-50%) scale(1.1);
}
.video-preview .video-play-button i{
    color:#ffffff;
    font-size:24px;
    margin-left:2px;
}
@media (max-width:768px){
    .video-modal-content{
        margin:8vh auto 0;
        width:90%;
        max-width:700px;
        min-height:400px;
        padding:18px;
}
    .video-modal-close{
        top:12px;
        right:18px;
        width:38px;
        height:38px;
        font-size:26px;
}
    div.video-wrapper{
        min-height:350px;
        max-width:1200px;
    }
    .video-wrapper iframe{
        min-height:350px;
    }
    .video-preview{
        min-height:350px;
}
    .video-thumbnail{
        min-height:350px;
}
    .video-preview .video-play-button{
        width:60px;
        height:60px;
}
    .video-preview .video-play-button i{
        font-size:20px;
}
}
@media (max-width:480px){
    .video-modal-content{
        margin:250px auto 0;
        width:95%;
        max-width:none;
        min-height:250px;
        padding:15px;
        border-radius:8px;
}
    .video-modal-close{
        top:10px;
        right:15px;
        width:35px;
        height:35px;
        font-size:24px;
}
    div.video-wrapper{
        min-height:200px;
        max-width:100%;
    }
    .video-wrapper iframe{
        min-height:200px;
        height:200px;
    }
    .video-preview{
        min-height:200px;
}
    .video-thumbnail{
        min-height:200px;
}
    .video-preview .video-play-button{
        width:50px;
        height:50px;
}
    .video-preview .video-play-button i{
        font-size:16px;
}
}
@media (max-width:768px){
    #teamSlider .modern-icon-item{
        padding:1.5rem 1rem;
        flex:0 0 calc(100% - 20px);
        min-width:calc(100% - 20px);
        max-width:calc(100% - 20px);
}
    #teamSlider .flag-column{
        width:50px;
        height:50px;
}
}
.gk-hero-section .container h1{
    font-size:2.5rem;
    font-weight:700;
    color:#1f2937;
    margin-bottom:1rem;
    line-height:1.2;
    text-align:left;
}
.gk-hero-section .text-2xl{
    font-size:1.5rem;
}
.gk-hero-section .md\:text-3xl{
    @media (min-width:768px){
        font-size:1.875rem;
}
}
.gk-hero-section .font-bold{
    font-weight:700;
}
.gk-hero-section .text-gray-900{
    color:#111827;
}
.gk-hero-section .mb-4{
    margin-bottom:1rem;
}
.gk-hero-section .leading-tight{
    line-height:1.25;
}
.gk-hero-section .text-base{
    font-size:1rem;
}
.gk-hero-section .text-gray-600{
    color:#4b5563;
}
.gk-hero-section .mb-6{
    margin-bottom:1.5rem;
}
.gk-hero-section .max-w-2xl{
    max-width:42rem;
}
.gk-hero-section .flex{
    display:flex;
}
.gk-hero-section .items-center{
    align-items:center;
}
.gk-hero-section .flex.items-center[style*="gap:10px"]{
    display:flex;
    align-items:center !important;
    gap:10px !important;
    flex-wrap:nowrap !important;
}
.gk-hero-section .buttons-container{
    display:flex;
    align-items:center !important;
    gap:10px !important;
    flex-wrap:nowrap !important;
}
.gk-hero-section .flex.items-center{
    display:flex;
    align-items:center !important;
    gap:10px !important;
    flex-wrap:nowrap !important;
}
.gk-hero-section .accent-button{
    background:linear-gradient(135deg,#da0034 0%,#c60030 100%);
    color:white;
    padding:12px 24px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:all 0.3s ease;
    display:inline-flex;
    align-items:center !important;
    margin:0;
    position:relative;
    flex-shrink:0;
}
.gk-hero-section .accent-button:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 25px rgba(218,0,52,0.3);
    color:white;
    text-decoration:none;
}
.gk-hero-section .text-sm{
    font-size:0.875rem;
}
.gk-hero-section .client-testimonials{
    margin-top:2rem;
    display:flex;
    align-items:center;
    gap:1rem;
}
.gk-hero-section .client-avatars{
    display:flex;
    gap:-0.5rem;
}
.gk-hero-section .client-avatar{
    width:40px;
    height:40px;
    border-radius:50%;
    border:2px solid white;
    margin-left:-8px;
    object-fit:cover;
}
.gk-hero-section .client-avatar:first-child{
    margin-left:0;
}
.gk-hero-section .client-rating{
    display:flex;
    flex-direction:column;
    gap:0.25rem;
}
.gk-hero-section .client-stars{
    display:flex;
    gap:0.125rem;
    color:#fbbf24;
}
.gk-hero-section .client-stars i{
    font-size:0.875rem;
}
.gk-hero-section .stars-fallback{
    font-size:0.875rem;
    color:#fbbf24;
}
.gk-hero-section .client-text{
    font-size:0.875rem;
    color:#6b7280;
    margin:0;
    font-weight:500;
}
.template-landing .gk-article__body:where(h2,h3){
    margin:24px 0 12px;
}
.template-landing .gk-article__body:where(p,ul,ol){
    margin:0 0 12px;
}
.template-landing .gk-article__body:where(ul,ol){
    padding-left:20px;
}
.template-landing .gk-article__body:where(li){
    margin-bottom:8px;
}
.gk-hero-section .absolute{
    position:absolute;
    display:block;
    pointer-events:none;
}
.gk-hero-section .-top-20{
    top:-5rem;
}
.gk-hero-section .-left-20{
    left:-5rem;
}
.gk-hero-section .-bottom-20{
    bottom:-5rem;
}
.gk-hero-section .-right-20{
    right:-5rem;
}
.gk-hero-section .w-64{
    width:16rem;
}
.gk-hero-section .h-64{
    height:16rem;
}
.gk-hero-section .bg-\[\#da0034\]\/10{
    background-color:rgba(218,0,52,0.1);
}
.gk-hero-section .rounded-full{
    border-radius:50%;
}
.gk-hero-section .filter{
    filter:blur(3rem);
}
.gk-hero-section .blur-3xl{
    filter:blur(3rem);
}
.gk-hero-section .relative{
    position:relative;
}
.gk-hero-section .z-10{
    z-index:10;
}
.video-wrapper{
    max-width:1000px;
    margin:0 auto;
    padding:0 1.25rem;
    position:relative;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 16px rgba(0,0,0,0.1);
}

/* Make video wrapper wider on desktop - more specific selectors */
div.video-wrapper {
    max-width: 1000px;
}

@media (min-width: 768px) {
    div.video-wrapper {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    div.video-wrapper {
        max-width: 1400px;
    }
}

@media (min-width: 1600px) {
    div.video-wrapper {
        max-width: 1600px;
    }
}
.video-thumbnail{
    position:relative;
    cursor:pointer;
    border-radius:8px;
    overflow:hidden;
}
.video-thumbnail img{
    width:100%;
    height:auto;
    display:block;
}
.play-button{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80px;
    height:80px;
    background:rgba(218,0,52,0.9);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color:white;
    transition:all 0.3s ease;
    cursor:pointer;
    z-index:10;
}
.play-button:hover{
    background:rgba(218,0,52,1);
    transform:translate(-50%,-50%) scale(1.1);
}
#videoPlayer{
    border-radius:8px;
}
.about-content table{
    width:100%;
    border-collapse:collapse;
    margin:2rem 0;
    background:#ffffff;
    border-radius:12px;
    overflow:hidden;
    border:1px solid #e5e7eb;
}
.about-content table th{
    background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);
    color:#374151;
    font-weight:600;
    padding:1rem 0.75rem;
    text-align:left;
    border-bottom:2px solid #e5e7eb;
    font-size:0.875rem;
    line-height:1.25rem;
}
.about-content table td{
    padding:1rem 0.75rem;
    border-bottom:1px solid #f3f4f6;
    color:#4b5563;
    font-size:0.875rem;
    line-height:1.5;
    vertical-align:top;
}
.about-content table tr:hover{
    background-color:#f9fafb;
}
.about-content table tr:last-child td{
    border-bottom:none;
}
.about-content table th:first-child{
    background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);
    color:#374151;
    font-weight:700;
    border-right:1px solid #e5e7eb;
}
.about-content table td:first-child{
    background-color:#f8fafc;
    color:#374151;
    font-weight:600;
    border-right:1px solid #e5e7eb;
}
@media (max-width:768px){
    .about-content table{
        font-size:0.75rem;
}
    .about-content table th,
    .about-content table td{
        padding:0.75rem 0.5rem;
}
    .about-content table th:first-child,
    .about-content table td:first-child{
        min-width:120px;
}
}
.about_area .about-content{
    padding-bottom:0;
    margin-bottom:0;
}
.template-home .gk-hero-section::before{
    content:'';
    position:absolute;
    top:-80px;
    left:-80px;
    width:256px;
    height:256px;
    background:rgba(218,0,52,0.1);
    border-radius:50%;
    filter:blur(48px);
    z-index:1;
    pointer-events:none;
}
.template-home .gk-hero-section::after{
    content:'';
    position:absolute;
    bottom:-80px;
    right:-80px;
    width:256px;
    height:256px;
    background:rgba(218,0,52,0.1);
    border-radius:50%;
    filter:blur(48px);
    z-index:1;
    pointer-events:none;
}
.gk-destinations-section{
    text-align:left;
    padding:2.5rem 1.25rem;
    margin-bottom:0;
    position:relative;
    overflow:hidden;
    border-radius:1rem;
    background:white;
    border:none;
}
@media (max-width:768px){
    .gk-destinations-section{
        padding:0;
}
}
.destinations-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:20px;
}
.destinations-grid .modern-icon-item{
    display:flex;
    flex-direction:row;
    align-items:center;
    text-align:left;
    padding:1.5rem;
    background:#f8fafc;
    border-radius:0.75rem;
    border:1px solid #e5e7eb;
    box-shadow:0 1px 3px rgba(0,0,0,0.1);
    transition:all 0.3s ease;
    gap:1rem;
    width:100%;
    min-width:auto;
    margin:0;
}
.destinations-grid .flag-column{
    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    background:#f8fafc;
    border-radius:0.5rem;
    margin-bottom:0;
    flex-shrink:0;
}
.destinations-grid .icon-flag{
    display:flex;
    align-items:center;
    justify-content:center;
    width:60px;
    height:60px;
    font-size:28px;
    line-height:1;
    filter:drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}
.destinations-grid .content-column{
    flex:1;
    text-align:left;
}
.destinations-grid .content-column a{
    display:inline-block;
    margin-top:12px;
    font-size:14px;
    text-decoration:none;
    transition:all 0.3s ease;
}
.destinations-grid .content-column a:hover{
    transform:translateX(2px);
}
.destinations-grid .content-column a i{
    font-size:12px;
    transition:transform 0.3s ease;
}
.destinations-grid .content-column a:hover i{
    transform:translateX(2px);
}
.destinations-grid .content-column h5{
    font-size:16px;
    font-weight:600;
    color:#1f2937;
    margin-bottom:0.5rem;
    line-height:1.4;
}
.destinations-grid .content-column p{
    font-size:12px;
    color:#6b7280;
    line-height:1.5;
    margin:0;
}
@media (max-width:768px){
    .destinations-grid{
        grid-template-columns:1fr;
        gap:15px;
}
}
.team-photo{
    width:50px;
    height:50px;
    border-radius:8px;
    object-fit:cover;
    border:2px solid #e5e7eb;
    transition:all 0.3s ease;
}
.team-photo:hover{
    border-color:#da0034;
    transform:scale(1.05);
}
#teamSlider .modern-icon-item{
    display:flex;
    flex-direction:row;
    align-items:center;
    text-align:left;
    padding:1.5rem;
    background:#f8fafc;
    border-radius:0.75rem;
    border:1px solid #e5e7eb;
    box-shadow:0 1px 3px rgba(0,0,0,0.1);
    transition:all 0.3s ease;
    gap:1rem;
    width:100%;
    min-width:auto;
    margin:0;
}
#teamSlider .flag-column{
    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    background:#f8fafc;
    border-radius:0.5rem;
    margin-bottom:0;
    flex-shrink:0;
}
#teamSlider .icon-flag{
    display:flex;
    align-items:center;
    justify-content:center;
}
#teamSlider .content-column{
    flex:1;
    text-align:left;
}
#teamSlider .content-column h5{
    font-size:16px;
    font-weight:600;
    color:#1f2937;
    margin-bottom:0.5rem;
    line-height:1.4;
}
#teamSlider .content-column p{
    font-size:12px;
    color:#6b7280;
    line-height:1.5;
    margin:0;
}
.icon-flag{
    width:60px;
    height:60px;
    border-radius:8px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    flex-shrink:0;
}
.tatjana-bg{
    background-image:url('/img/team/tatjana.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    border-radius:8px;
    flex-shrink:0;
}
.fabian-bg{
    background-image:url('https://gruendungskanzlei.eu/img/fabian.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    border-radius:8px;
    flex-shrink:0;
}
.sofia-bg{
    background-image:url('/img/team/sofia.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    border-radius:8px;
    flex-shrink:0;
}
.stephanie-bg{
    background-image:url('/img/team/stephanie.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    border-radius:8px;
    flex-shrink:0;
}
.tony-bg{
    background-image:url('/img/team/tony.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    border-radius:8px;
    flex-shrink:0;
}
.usama-bg{
    background-image:url('/img/team/usama.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    border-radius:8px;
    flex-shrink:0;
}
.anna-bg{
    background-image:url('/img/team/anna.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    border-radius:8px;
    flex-shrink:0;
}
.james-bg{
    background-image:url('/img/team/James.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    border-radius:8px;
    flex-shrink:0;
}
.jomar-bg{
    background-image:url('/img/team/Jomar.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    border-radius:8px;
    flex-shrink:0;
}
.sarah-bg{
    background-image:url('/img/team/sarah-chen.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    border-radius:8px;
    flex-shrink:0;
}
.ahmed-bg{
    background-image:url('/img/team/ahmed-alrashid.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    border-radius:8px;
    flex-shrink:0;
}
@media (min-width:768px){
    .main-area .about-content,
    .template-landing .about-content,
    .page_content_area .about-content{
        padding-right:50px;
}
}
.gk-team-section{
    background:linear-gradient(135deg,#f8fafc 0%,#ffffff 100%);
    padding:60px 0;
    position:relative;
    overflow:hidden;
}
.gk-team-section::before{
    content:'';
    position:absolute;
    top:-30%;
    left:-20%;
    width:400px;
    height:400px;
    background:linear-gradient(135deg,rgba(218,0,52,0.03) 0%,rgba(218,0,52,0.01) 100%);
    border-radius:50%;
    filter:blur(60px);
    pointer-events:none;
}
.team-header{
    text-align:center;
    margin-bottom:40px;
    position:relative;
    z-index:2;
}
.team-title{
    font-size:2rem;
    font-weight:700;
    color:#1f2937;
    margin-bottom:16px;
    line-height:1.2;
}
.team-subtitle{
    font-size:1rem;
    color:#64748b;
    max-width:700px;
    margin:0 auto;
    line-height:1.5;
}
.gk-team-section .icon-slider-container{
    margin-bottom:40px;
}
.team-stats-compact{
    display:flex;
    justify-content:center;
    gap:40px;
    margin-top:30px;
    flex-wrap:wrap;
}
.stat-compact{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:4px;
    padding:16px 20px;
    background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
    border-radius:12px;
    border:1px solid #e2e8f0;
    transition:all 0.3s ease;
    min-width:80px;
}
.stat-compact:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 15px -3px rgba(0,0,0,0.1);
    border-color:#da0034;
}
.stat-compact .stat-number{
    font-size:1.5rem;
    font-weight:800;
    color:#da0034;
    line-height:1;
    background:linear-gradient(135deg,#da0034 0%,#ff6b6b 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}
.stat-compact .stat-label{
    font-size:0.75rem;
    color:#64748b;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.5px;
    text-align:center;
}
@media (max-width:768px){
    .gk-team-section{
        padding:40px 0;
}
    .team-title{
        font-size:1.75rem;
}
    .team-subtitle{
        font-size:0.9rem;
}
    .team-stats-compact{
        gap:20px;
        margin-top:20px;
}
    .stat-compact{
        padding:12px 16px;
        min-width:70px;
}
    .stat-compact .stat-number{
        font-size:1.25rem;
}
    .stat-compact .stat-label{
        font-size:0.7rem;
}
}
@media (max-width:480px){
    .team-stats-compact{
        gap:15px;
}
    .stat-compact{
        padding:10px 12px;
        min-width:60px;
}
}
.tax_item{
    background:#ffffff;
    border-radius:16px;
    border:1px solid #e5e7eb;
    overflow:hidden;
    transition:all 0.3s ease;
    margin-bottom:32px;
    height:100%;
    padding:0;
}
.blog-section-header{
    text-align:center;
    margin-bottom:32px;
}
.blog-section-title{
    font-size:28px;
    font-weight:800;
    color:#1f2937;
    margin:0 0 8px 0;
    line-height:1.2;
}
@media (max-width:1200px){
    .blog-section-title{
        font-size:24px;
}
}
@media (max-width:768px){
    .blog-section-title{
        font-size:22px;
}
}
.blog-section-subtitle{
    font-size:16px;
    color:#6b7280;
    margin:0;
    font-weight:400;
}
.tax_items_container{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-bottom:40px;
}
.tax_item:hover{
    transform:translateY(-2px);
    border-color:#da0034;
}
.tax_item .row{
    margin:0;
    padding:0;
    flex-direction:column;
}
.tax_item .col-md-6,
.tax_item .col-md-12{
    padding:0;
    width:100%;
    margin:0;
}
@media (max-width:768px){
    .tax_item .col-md-12{
        width:100%;
        max-width:100%;
        flex:0 0 100%;
        padding:0;
        margin:0;
}
}
.tax_pic{
    position:relative;
    height:160px;
    overflow:hidden;
    margin:0;
    padding:0;
}
.tax_pic img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 0.3s ease;
    margin:0;
    padding:0;
    border-radius:0;
}
.tax_item:hover .tax_pic img{
    transform:scale(1.05);
}
.tax_btn{
    position:absolute;
    bottom:16px;
    right:16px;
    background:#da0034;
    color:white;
    padding:8px 16px;
    border-radius:8px;
    text-decoration:none;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.5px;
    transition:all 0.3s ease;
    opacity:0;
    transform:translateY(10px);
}
.tax_item:hover .tax_btn{
    opacity:1;
    transform:translateY(0);
}
.tax_btn:hover{
    background:#c60030;
    color:white;
    text-decoration:none;
    transform:translateY(-2px);
    box-shadow:0 4px 8px rgba(218,0,52,0.3);
}
.tax_btn i{
    margin-left:6px;
    font-size:10px;
    transition:transform 0.3s ease;
}
.tax_btn:hover i{
    transform:translateX(2px);
}
.tax_text{
    padding:16px;
    background:#ffffff;
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.tax_text h5{
    font-size:16px;
    font-weight:700;
    color:#1f2937;
    margin:0 0 8px 0;
    line-height:1.3;
    transition:color 0.3s ease;
}
.tax_text h5 a{
    color:inherit;
    text-decoration:none;
}
.tax_text h5 a:hover{
    color:#da0034;
    text-decoration:none;
}
.tax_text ul{
    list-style:none;
    padding:0;
    margin:0;
    flex:1;
}
.tax_text ul li{
    color:#6b7280;
    font-size:13px;
    line-height:1.4;
    margin:0;
}
.tax_text ul li a{
    color:inherit;
    text-decoration:none;
}
.tax_text ul li a:hover{
    color:#da0034;
    text-decoration:none;
}
.tax_text a{
    text-decoration:none;
}
.tax_text a:hover{
    text-decoration:none;
}
@media (max-width:1200px){
    .tax_items_container{
        grid-template-columns:repeat(2,1fr);
        gap:16px;
}
}
@media (max-width:768px){
    .blog-section-wrapper{
        padding-left:0 !important;
        margin-bottom:20px;
    }

    .tax_items_container{
        grid-template-columns:1fr;
        gap:12px;
        padding-left:0;
        margin-left:0;
        width:100%;
        max-width:100%;
}
    .tax_item{
        margin-bottom:0;
        width:100%;
        max-width:100%;
}
    .tax_item .row{
        width:100%;
        margin:0;
        padding:0;
}
    .tax_pic{
        height:140px;
}
    .tax_text{
        padding:12px;
}
    .tax_text h5{
        font-size:15px;
        margin-bottom:6px;
}
    .tax_text ul li{
        font-size:12px;
}
    .tax_btn{
        opacity:1;
        transform:translateY(0);
        bottom:10px;
        right:10px;
        padding:5px 10px;
        font-size:10px;
}
    .blog-section-header{
        margin-bottom:24px;
}
    .blog-section-subtitle{
        font-size:14px;
}
}
.quote-area{
    padding:40px;
    padding-bottom:50px;
    background:#033865;
    color:#ffffff;
    border-radius:5px;
    margin-bottom:40px;
}
.quote-area h3{
    font-weight:bold;
    font-size:24px;
    margin-bottom:20px;
}
.quote-area p{
    font-size:18px;
    margin-bottom:40px;
}
.quote-area a{
    font-weight:bold;
    background:#ffffff;
    color:#022848;
    padding:14px 36px;
    text-transform:uppercase;
    border-radius:4px;
    margin-bottom:20px;
    display:inline-block;
    text-decoration:none;
}
.quote-area a:hover{
    background:#f8f9fa;
    color:#022848;
    text-decoration:none;
}
.red_quote{
    background:#da0035;
    margin-bottom:30px;
}
.quote_img{
    text-align:center;
}
.quote_img img{
    max-width:100%;
    height:auto;
}
.quote-area .row{
    display:flex;
    flex-direction:row;
    align-items:center;
    margin:0;
    padding:0;
    flex-wrap:nowrap;
}
.quote-area .col-lg-9{
    flex:0 0 75%;
    max-width:75%;
    padding:0 15px;
    order:1;
}
.quote-area .col-lg-3{
    flex:0 0 25%;
    max-width:25%;
    padding:0 15px;
    order:2;
}
section.quote-area.red_quote .row{
    display:flex;
    flex-direction:row;
    align-items:center;
    margin:0;
    padding:0;
    flex-wrap:nowrap;
}
section.quote-area.red_quote .col-lg-9{
    flex:0 0 75%;
    max-width:75%;
    padding:0 15px;
    order:1 !important;
}
section.quote-area.red_quote .col-lg-3{
    flex:0 0 25%;
    max-width:25%;
    padding:0 15px;
    order:2 !important;
}
@media (max-width:768px){
    .quote-area{
        padding:20px;
        padding-bottom:30px;
}
    .quote-area h3{
        font-size:20px;
}
    .quote-area p{
        font-size:16px;
        margin-bottom:20px;
}
    .quote-area a{
        font-size:14px;
        padding:10px 20px;
}
    .quote_img{
        display:none;
}
    section.quote-area.red_quote .row{
        flex-direction:column;
        align-items:center;
}
    section.quote-area.red_quote .col-lg-9{
        order:1;
        flex:0 0 100%;
        max-width:100%;
        padding:0 15px;
        text-align:left;
        margin-bottom:0;
}
    section.quote-area.red_quote .col-lg-3{
        display:none;
}
    section.quote-area.red_quote .quote_img{
        display:none;
}
}
.mistakes-block{
    background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);
    border-radius:16px;
    padding:40px 10px;
    margin:0;
    margin-bottom:8px !important;
    position:relative;
    overflow:hidden;
}
.mistakes-block::before{
    content:'';
    position:absolute;
    top:-50px;
    left:-50px;
    width:200px;
    height:200px;
    background:radial-gradient(circle,rgba(3,56,101,0.1) 0%,transparent 70%);
    border-radius:50%;
}
.mistakes-block::after{
    content:'';
    position:absolute;
    bottom:-50px;
    right:-50px;
    width:200px;
    height:200px;
    background:radial-gradient(circle,rgba(218,0,52,0.1) 0%,transparent 70%);
    border-radius:50%;
}
.mistakes-block .text-left h3{
    font-size:32px;
    font-weight:700;
    color:#1a202c;
    margin-bottom:20px;
    line-height:1.3;
}
.mistakes-block .text-left p{
    font-size:18px;
    color:#4a5568;
    line-height:1.6;
    margin-bottom:0;
}
.modern-icon-item::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:0;
    background:transparent;
}
.destinations-section__title{
    font-weight:600;
}

@media (max-width:768px){
    .destinations-section__title{
        padding-left:16px;
        margin-left:0;
    }
}
.client-text{
    margin-bottom:0;
    margin-top:0;
}
.flex.items-center.gap-4{
    margin-left:0;
    margin-bottom:0;
}
.client-testimonials{
    margin-left:20px !important;
}
.blog-section-wrapper{
    padding-left:20px;
    margin-top:30px;
}
.faq{
    max-width:100%;
    margin:0 auto;
}
.faq-header{
    text-align:center;
    margin-bottom:40px;
    padding:0 20px 0 0;
}
.faq-title{
    font-size:28px;
    font-weight:700;
    color:#1a202c;
    margin-bottom:12px;
    line-height:1.2;
}
.faq-subtitle{
    font-size:16px;
    color:#6b7280;
    margin-bottom:0;
    line-height:1.5;
}
.faq details{
    background:#ffffff;
    border:1px solid #e2e8f0;
    border-radius:12px;
    margin-bottom:16px;
    box-shadow:0 2px 4px rgba(0,0,0,0.05);
    transition:all 0.3s ease;
    overflow:hidden;
}
.faq details:hover{
    box-shadow:0 4px 12px rgba(0,0,0,0.1);
    border-color:#da0034;
}
.faq details[open]{
    border-color:#da0034;
    box-shadow:0 4px 12px rgba(218,0,52,0.1);
}
.faq summary{
    padding:20px 24px;
    font-size:16px;
    font-weight:600;
    color:#1a202c;
    cursor:pointer;
    list-style:none;
    position:relative;
    background:linear-gradient(135deg,#f8fafc 0%,#ffffff 100%);
    transition:all 0.3s ease;
    user-select:none;
}
.faq summary:hover{
    background:linear-gradient(135deg,#f1f5f9 0%,#f8fafc 100%);
    color:#da0034;
}
.faq summary::-webkit-details-marker{
    display:none;
}
.faq summary::before{
    content:'+';
    position:absolute;
    right:24px;
    top:50%;
    transform:translateY(-50%);
    font-size:24px;
    font-weight:300;
    color:#da0034;
    transition:transform 0.3s ease;
}
.faq details[open] summary::before{
    content:'−';
    transform:translateY(-50%) rotate(0deg);
}
.faq details[open] summary{
    background:linear-gradient(135deg,#da0034 0%,#b8002e 100%);
    color:#ffffff;
}
.faq-content{
    padding:0 24px 24px 24px;
    background:#ffffff;
    border-top:1px solid #f1f5f9;
}
.faq-content p{
    margin-bottom:16px;
    line-height:1.6;
    color:#4a5568;
    font-size:16px;
}
.faq-content p:last-child{
    margin-bottom:0;
}
.faq-content a{
    color:#da0034;
    text-decoration:none;
    font-weight:500;
    transition:color 0.3s ease;
}
.faq-content a:hover{
    color:#b8002e;
    text-decoration:underline;
}
.faq-block{
    margin:2rem 0;
    padding:1rem 0;
}
.faq-block h2{
    font-size:1.5rem;
    font-weight:bold;
    margin-bottom:0.5rem;
    color:#333;
}
.faq-block p{
    margin-bottom:1.5rem;
    color:#666;
    font-size:1rem;
    line-height:1.6;
}
.faq-block details{
    margin-bottom:1rem;
    border:1px solid #e5e7eb;
    border-radius:8px;
    background:#fff;
    box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
.faq-block summary{
    padding:1rem 1.5rem;
    font-weight:600;
    font-size:1rem;
    cursor:pointer;
    background:#f9fafb;
    border-radius:8px 8px 0 0;
    transition:background-color 0.2s ease;
    list-style:none;
    position:relative;
}
.faq-block summary:hover{
    background:#f3f4f6;
}
.faq-block summary::-webkit-details-marker{
    display:none;
}
.faq-block summary::after{
    content:'+';
    position:absolute;
    right:1.5rem;
    top:50%;
    transform:translateY(-50%);
    font-size:1.2rem;
    font-weight:bold;
    transition:transform 0.2s ease;
}
.faq-block details[open] summary::after{
    content:'−';
    transform:translateY(-50%) rotate(0deg);
}
.faq-block details[open] summary{
    background:#fff;
    border-radius:8px 8px 0 0;
}
.faq-block details[open]{
    border-radius:8px;
}
.faq-block details > *:not(summary){
    padding:0 1.5rem 1.5rem 1.5rem;
    margin:0;
}
.faq-block ul{
    margin:0.5rem 0;
    padding-left:1.5rem;
}
.faq-block li{
    margin-bottom:0.5rem;
    line-height:1.6;
}
@media (max-width:768px){
    .faq-block h2{
        font-size:1.25rem;
}
    .faq-block summary{
        padding:0.75rem 1rem;
        font-size:0.9rem;
}
    .faq-block details > *:not(summary){
        padding:0 1rem 1rem 1rem;
}
    .faq-block summary::after{
        right:1rem;
}
}
@media (max-width:991px){
    .mistakes-block{
        padding:30px 15px;
        margin:30px 0;
}
    .mistakes-block .text-left h3{
        font-size:28px;
}
    .mistakes-block .text-left p{
        font-size:16px;
}
}
@media (max-width:576px){
    .mistakes-block{
        padding:25px 10px;
        margin:20px 0;
}
    .mistakes-block .text-left h3{
        font-size:24px;
}
    .mistakes-block .text-left p{
        font-size:15px;
}
}
.banner-area{
    position:relative;
    width:100%;
    margin:0;
    padding:0;
}
.banner-content{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    text-align:center;
    padding:180px 0;
    position:relative;
}
.startseite_banner{
    background-image:url('/img/startseite_banner.jpg');
    background-size:cover;
    background-position:center center;
}
.banner-area h1{
    font-size:40px;
    font-weight:700;
    color:#fff;
    text-shadow:0 0 25px #000;
    margin-bottom:20px;
}
.banner-area p{
    font-size:18px;
    color:#fff;
    text-shadow:0 0 10px #000;
    margin-bottom:0;
}
@media (max-width:991px){
    .banner-area h1{
        font-size:32px;
}
    .banner-area p{
        font-size:16px;
}
}
@media (max-width:576px){
    .banner-area h1{
        font-size:28px;
}
    .banner-area p{
        font-size:14px;
}
}
@media (max-width:991px){
    .banner-content{
        padding:100px 0;
}
}
@media (max-width:576px){
    .banner-content{
        padding:80px 0;
}
}
.modern-video-container{
    position:relative;
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding-bottom:24px;
}
.modern-video-container .video-wrapper{
    position:relative;
    width:100%;
    height:0;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 16px rgba(0,0,0,0.1);
    border:1px solid #e5e7eb;
}
.modern-video-container .video-wrapper .youtube-player{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:12px;
}
.modern-video-container .youtube-player img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    border:none !important;
    border-radius:12px !important;
}
.modern-video-container .youtube-player .play{
    position:absolute !important;
    top:50% !important;
    left:50% !important;
    transform:translate(-50%,-50%) !important;
    width:72px !important;
    height:72px !important;
    background:url('/img/yt.png') no-repeat !important;
    background-size:contain !important;
    cursor:pointer !important;
    z-index:10 !important;
}
.modern-video-container iframe{
    width:100% !important;
    height:100% !important;
    min-width:100% !important;
    min-height:100% !important;
}
.modern-video-container *{
    max-width:none !important;
    max-height:none !important;
}
.youtube-player{
    width:100% !important;
    height:100% !important;
    min-width:100% !important;
    min-height:100% !important;
}
.youtube-player iframe{
    width:100% !important;
    height:100% !important;
    min-width:100% !important;
    min-height:100% !important;
    border:none !important;
}
.modern-video-container,
.modern-video-container .youtube-player,
.modern-video-container iframe{
    max-width:100% !important;
    width:100% !important;
}
.about-area.pt-3{
    padding-top:0.5rem;
    margin-bottom:1rem;
}
.about-area.pt-5{
    padding-top:1rem;
    margin-bottom:1rem;
}
@media (max-width:768px){
    .about-area{
        padding:0.5rem 0;
        margin-bottom:1rem;
}
}
.about_area.pt-5{
    padding-top:1rem;
    margin-bottom:1rem;
}
.tax_items_container{
    padding-left:0;
    margin-left:0;
}
@media (max-width:768px){
    .tax_items_container{
        padding:0;
        margin:0;
}
}
@media (max-width:768px){
    body{
        padding-top:0;
        margin-top:0 !important;
}
    .nav-top{
        display:none !important;
}
    .top-bar{
        display:none !important;
}
    .gk-topbar{
        display:none !important;
}
    .page_content_area section{
        margin-bottom:1rem;
}
}
.quote-area.red_quote .about_btn a{
    display:inline-block;
    background:white;
    color:#da0034;
    padding:15px 30px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    font-size:18px;
    transition:all 0.3s ease;
    border:2px solid #da0034;
    letter-spacing:0.5px;
    box-shadow:0 4px 12px rgba(218,0,52,0.3);
    position:relative;
    overflow:hidden;
}
.quote-area.red_quote .about_btn a::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,0.4),transparent);
    transition:left 0.5s;
}
.quote-area.red_quote .about_btn a:hover{
    background:white;
    border-color:#da0034;
    color:#da0034;
    text-decoration:none;
    transform:translateY(-2px);
    box-shadow:0 6px 16px rgba(218,0,52,0.4);
}
.quote-area.red_quote .about_btn a:hover::before{
    left:100%;
}
.floating-contact-btn{
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:1000;
    width:60px;
    height:60px;
    background:linear-gradient(135deg,#da0034,#c60030);
    border-radius:50%;
    box-shadow:0 4px 20px rgba(218,0,52,0.4);
    cursor:pointer;
    transition:all 0.3s ease;
    display:flex;
    align-items:center;
    justify-content:center;
    border:3px solid white;
}
.floating-contact-btn:hover{
    transform:scale(1.1);
    box-shadow:0 6px 25px rgba(218,0,52,0.6);
}
.floating-contact-btn i{
    color:white;
    font-size:24px;
}
.floating-contact-popup{
    position:absolute;
    bottom:70px;
    right:0;
    background:white;
    border-radius:12px;
    box-shadow:0 8px 30px rgba(0,0,0,0.15);
    padding:20px;
    min-width:250px;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:all 0.3s ease;
    border:2px solid #da0034;
}
.floating-contact-popup.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.floating-contact-popup::after{
    content:'';
    position:absolute;
    bottom:-8px;
    right:20px;
    width:0;
    height:0;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:8px solid #da0034;
}
.floating-contact-popup h4{
    color:#da0034;
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
}
.floating-contact-popup p{
    color:#666;
    font-size:14px;
    margin-bottom:15px;
    line-height:1.4;
}
.floating-contact-popup .popup-buttons{
    display:flex;
    gap:10px;
    margin-bottom:15px;
}
.floating-contact-popup .popup-btn{
    flex:1;
    padding:10px 16px;
    border:none;
    border-radius:6px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    transition:all 0.3s ease;
    text-decoration:none;
    text-align:center;
    display:inline-block;
}
.floating-contact-popup .popup-btn-primary{
    background:#da0034;
    color:white;
}
.floating-contact-popup .popup-btn-primary:hover{
    background:#c60030;
    color:white;
}
.floating-contact-popup .popup-phone{
    text-align:center;
    padding-top:10px;
    border-top:1px solid #e5e7eb;
}
.floating-contact-popup .gk-tel{
    color:#da0034;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:8px;
    transition:color 0.3s ease;
}
.floating-contact-popup .gk-tel:hover{
    color:#c60030;
}
.floating-contact-popup .gk-tel i{
    font-size:16px;
}
@media (max-width:768px){
    .quote-area.red_quote .about_btn{
        margin-top:1rem;
        text-align:left;
}
    .quote-area.red_quote .about_btn a{
        padding:10px 20px;
        font-size:13px;
}
}
.slider{
    -webkit-appearance:none;
    appearance:none;
    background:transparent;
    cursor:pointer;
}
.slider::-webkit-slider-track{
    background:#e5e7eb;
    height:8px;
    border-radius:4px;
}
.slider::-webkit-slider-thumb{
    -webkit-appearance:none;
    appearance:none;
    background:#da0034;
    height:20px;
    width:20px;
    border-radius:50%;
    cursor:pointer;
    box-shadow:0 2px 4px rgba(0,0,0,0.2);
}
.slider::-webkit-slider-thumb:hover{
    background:#b91c1c;
    transform:scale(1.1);
}
.slider::-moz-range-track{
    background:#e5e7eb;
    height:8px;
    border-radius:4px;
    border:none;
}
.slider::-moz-range-thumb{
    background:#da0034;
    height:20px;
    width:20px;
    border-radius:50%;
    cursor:pointer;
    border:none;
    box-shadow:0 2px 4px rgba(0,0,0,0.2);
}
.slider::-moz-range-thumb:hover{
    background:#b91c1c;
    transform:scale(1.1);
}
.tax_table{
    width:100%;
    margin:20px 0;
    overflow-x:auto;
}
.tax_table table{
    width:100%;
    border-collapse:collapse;
    background:#ffffff;
    font-size:14px;
    line-height:1.5;
}
.tax_table th{
    background:linear-gradient(135deg,#da0034 0%,#b8002e 100%);
    color:#ffffff;
    font-weight:700;
    padding:16px 12px;
    text-align:left;
    border:none;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:0.5px;
}
.tax_table td{
    padding:12px;
    border-bottom:1px solid #e5e7eb;
    color:#374151;
    vertical-align:top;
}
.tax_table tr:nth-child(even){
    background:#f9fafb;
}
.tax_table tr:hover{
    background:#f3f4f6;
}
.tax_table tr:last-child td{
    border-bottom:none;
}
.tax_table th:first-child{
    border-top-left-radius:8px;
}
.tax_table th:last-child{
    border-top-right-radius:8px;
}
.tax_table td:last-child{
    font-weight:600;
    color:#da0034;
    text-align:center;
}
.tax_table td:nth-child(2){
    font-weight:500;
    color:#1f2937;
}
.tax_table td:first-child{
    font-weight:600;
    color:#6b7280;
    text-align:center;
    width:60px;
}
@media (max-width:768px){
    .tax_table{
        font-size:12px;
        margin:15px 0;
}
    .tax_table th,
    .tax_table td{
        padding:8px 6px;
}
    .tax_table th{
        font-size:12px;
}
}
@media (max-width:480px){
    .tax_table{
        font-size:11px;
}
    .tax_table th,
    .tax_table td{
        padding:6px 4px;
}
    .tax_table th{
        font-size:11px;
}
}
.country-selector{
    display:flex;
    justify-content:flex-start;
    margin:0;
    padding:0;
}
.country-select-btn{
    background:white;
    color:#da0034;
    border:2px solid #da0034;
    padding:0.75rem 1.5rem;
    border-radius:8px;
    font-size:1rem;
    font-weight:500;
    cursor:pointer;
    transition:all 0.3s ease;
    display:flex;
    align-items:center;
    gap:0.5rem;
    box-shadow:0 2px 8px rgba(218,0,52,0.2);
    min-width:180px;
    justify-content:center;
    margin:0 0 1rem 0;
}
.col-md-12 .country-selector{
    margin:0;
    padding:0;
}
.col-md-12{
    margin:0;
    padding:0;
}
.glance_form{
    margin:0;
    padding:0;
}
.glance_form .row{
    margin:0;
    padding:0;
}
.glance_form .container{
    margin:0;
    padding:0;
}
.glance_content p{
    color:#6b7280;
    font-size:1rem;
    line-height:1.6;
    margin:1rem 0 1.5rem 0;
    max-width:600px;
}
.glance-area{
    display:block !important;
    visibility:visible !important;
}
.glance_content{
    display:block !important;
    visibility:visible !important;
}
.country-select-btn:hover{
    background:#da0034;
    color:white;
    transform:translateY(-1px);
    box-shadow:0 4px 12px rgba(218,0,52,0.3);
}
.country-select-btn i{
    font-size:1rem;
}
#countryModal.country-modal{
    display:none !important;
    position:fixed !important;
    z-index:99999 !important;
    left:0 !important;
    top:0 !important;
    width:100vw !important;
    height:100vh !important;
    background-color:rgba(0,0,0,0.5) !important;
    backdrop-filter:blur(4px) !important;
    visibility:hidden !important;
    opacity:0 !important;
    transition:none !important;
    pointer-events:none !important;
}
#countryModal.country-modal.show{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    transition:opacity 0.3s ease !important;
    pointer-events:auto !important;
    transform:translateX(0) !important;
}
#countryModal .country-modal-content{
    background-color:white !important;
    margin:15% auto !important;
    border-radius:12px !important;
    width:45% !important;
    max-width:300px !important;
    max-height:40vh !important;
    overflow:hidden !important;
    box-shadow:0 10px 20px rgba(0,0,0,0.15) !important;
    position:relative !important;
}
#countryModal .country-modal-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0.75rem 1rem;
    border-bottom:1px solid #e5e7eb;
    background:linear-gradient(135deg,#f8fafc,#f1f5f9);
}
.country-modal-header h3{
    margin:0;
    color:#374151 !important;
    font-size:1.125rem;
    font-weight:600;
}
.country-modal-close{
    background:none;
    border:none;
    font-size:1.125rem;
    color:#6b7280 !important;
    cursor:pointer;
    padding:0.25rem;
    border-radius:6px;
    transition:all 0.3s ease;
}
.country-modal-close:hover{
    background:#da0034;
    color:white !important;
}
.country-modal-close:hover i{
    color:#374151 !important;
}
#countryModal .country-modal-body{
    padding:0.75rem 1rem 1rem;
    max-height:30vh;
    overflow-y:auto;
}
#countryModal .country-search{
    position:relative;
    margin-bottom:0.75rem;
}
.country-search input{
    width:100%;
    padding:0.5rem 2rem 0.5rem 0.75rem;
    border:1px solid #e5e7eb;
    border-radius:8px;
    font-size:0.875rem;
    transition:all 0.3s ease;
    background:#f8fafc;
}
.country-search input:focus{
    outline:none;
    border-color:#da0034;
    background:white;
    box-shadow:0 0 0 3px rgba(218,0,52,0.1);
}
.country-search i{
    position:absolute;
    right:0.75rem;
    top:50%;
    transform:translateY(-50%);
    color:#6b7280;
    font-size:0.875rem;
}
#countryModal .countries-list{
    display:grid;
    gap:0.25rem;
}
#countryModal .country-item{
    background:#f8fafc;
    border-radius:6px;
    transition:all 0.3s ease;
    border:1px solid #e2e8f0;
}
#countryModal .country-item:hover{
    background:#da0034;
    transform:translateX(4px);
    box-shadow:0 4px 12px rgba(218,0,52,0.3);
}
#countryModal .country-link{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0.5rem 0.75rem;
    color:#374151 !important;
    text-decoration:none;
    font-weight:500;
    transition:color 0.3s ease;
}
#countryModal .country-link:hover{
    color:white;
    text-decoration:none;
}
#countryModal .country-link:hover .country-name{
    color:white !important;
}
#countryModal .country-link:hover i{
    color:white !important;
}
#countryModal .country-name{
    font-size:0.875rem;
    color:#374151 !important;
}
#countryModal .country-link i{
    color:#da0034;
    font-size:0.75rem;
    opacity:0;
    transition:opacity 0.3s ease;
}
#countryModal .country-item:hover .country-link i{
    opacity:1;
}
@media (max-width:768px){
    #countryModal .country-modal-content{
        margin:0;
        width:100vw !important;
        height:100vh !important;
        max-width:none !important;
        max-height:none !important;
        border-radius:0 !important;
        position:fixed !important;
        top:0 !important;
        left:0 !important;
        right:0 !important;
        bottom:0 !important;
}
    #countryModal .country-modal-header{
        padding:1rem 1.5rem;
        border-radius:0;
}
    #countryModal .country-modal-body{
        padding:1rem 1.5rem 1.5rem;
        height:calc(100vh - 80px);
        overflow-y:auto;
}
    .country-select-btn{
        padding:0.875rem 1.5rem;
        font-size:1rem;
        min-width:180px;
}
    .glance-area{
        display:block !important;
        visibility:visible !important;
}
    .glance_content h3{
        font-size:1.5rem;
        margin-bottom:0.75rem;
}
    .glance_content p{
        font-size:0.95rem;
        margin:0.75rem 0 1.25rem 0;
}
}
@media (max-width:480px){
    #countryModal .country-modal-header{
        padding:0.75rem 1rem;
}
    #countryModal .country-modal-body{
        padding:0.75rem 1rem 1rem;
        height:calc(100vh - 70px);
}
    .country-modal-header h3{
        font-size:1rem;
}
    .country-modal-close{
        font-size:1rem;
        padding:0.25rem;
}
    .country-search input{
        padding:0.5rem 1.5rem 0.5rem 0.5rem;
        font-size:0.8rem;
}
    .country-search i{
        right:0.5rem;
        font-size:0.8rem;
}
    #countryModal .country-link{
        padding:0.4rem 0.5rem;
}
    #countryModal .country-name{
        font-size:0.8rem;
}
    .country-select-btn{
        padding:0.75rem 1rem;
        font-size:0.9rem;
        min-width:160px;
}
    .glance_form{
        display:block !important;
        visibility:visible !important;
}
    .glance_content h3{
        font-size:1.25rem;
        margin-bottom:0.5rem;
}
    .glance_content p{
        font-size:0.9rem;
        margin:0.75rem 0 1rem 0;
}
}
.contact_details{
    margin-bottom:24px;
    padding-top:20px;
}
.contact_details:first-child{
    padding-top:0;
}
.contact_details h5{
    font-weight:bold;
    margin-bottom:12px;
    color:#333333;
    font-size:16px;
}
.contact_details a{
    display:block;
    margin-bottom:8px;
    padding:4px 0;
    text-decoration:none;
    color:#333;
}
.contact_details a:hover{
    color:#da0034;
    text-decoration:underline;
}
.contact_details a i{
    margin-right:8px;
    width:16px;
    text-align:center;
}
.contact_details a span{
    font-weight:600;
    margin-right:8px;
}
.blog-title-link{
    color:#000;
    text-decoration:none;
    transition:color 0.3s ease;
}
.blog-title-link:hover{
    color:#da0034;
    text-decoration:underline;
}
