   .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
    width: auto;
    left: initial;
    font-weight: 600;}
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
    padding: 0;}
    @media(max-width:768px){
       .top-bar{
           display: none;
       }
       
    }
    



/* ===========================
   TWG HOW IT WORKS - UNIQUE CSS
   =========================== */

.twg-how-sec{
    max-width:1100px;
    margin:50px auto;
    padding:0 15px;
    font-family:inherit;
}

.twg-head{
    text-align:center;
    margin-bottom:35px;
}

.twg-head span{
    display:block;
    color:#ff5a2f;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:8px;
}

.twg-head h2{
    font-size:40px;
    color:#17375e;
    margin:0;
    font-weight:800;
    line-height:1.25;
}

.twg-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.twg-card{
    position:relative;
    background:#fff;
    border-radius:18px;
    padding:28px;
    border-top:4px solid #ff5a2f;
    box-shadow:0 8px 28px rgba(0,0,0,.08);
    transition:.35s;
    overflow:hidden;
}

.twg-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.twg-number{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#ff5a2f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:700;
    margin-bottom:20px;
    box-shadow:0 10px 25px rgba(255,90,47,.35);
}

.twg-step{
    color:#ff5a2f;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.twg-card h3{
    margin:0 0 14px;
    font-size:30px;
    color:#17375e;
    font-weight:700;
    line-height:1.25;
}

.twg-card p{
    margin:0;
    color:#5b6472;
    font-size:17px;
    line-height:1.8;
}

/* Tablet */

@media(max-width:992px){

.twg-head h2{
    font-size:34px;
}

.twg-card h3{
    font-size:27px;
}

}

/* Mobile */

@media(max-width:768px){

.twg-grid{
    grid-template-columns:1fr;
    gap:18px;
}

.twg-head h2{
    font-size:28px;
}

.twg-card{
    padding:22px;
}

.twg-number{
    width:52px;
    height:52px;
    font-size:22px;
    margin-bottom:15px;
}

.twg-card h3{
    font-size:24px;
}

.twg-card p{
    font-size:15px;
    line-height:1.7;
}

}


.sam-choose{

max-width:1200px;
margin:80px auto;
padding:0 20px;
font-family:Poppins,sans-serif;

}

.sam-title{

text-align:center;
margin-bottom:50px;

}

.sam-title span{

display:inline-block;
color:#ff5b2e;
font-weight:600;
text-transform:uppercase;
letter-spacing:2px;
margin-bottom:10px;

}

.sam-title h2{

font-size:42px;
font-weight:700;
color:#0e3150;
line-height:1.3;
margin:0;

}

.sam-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;

}

.sam-box{

background:#fff;
padding:35px;
border-radius:18px;
border:1px solid #ececec;
box-shadow:0 10px 30px rgba(0,0,0,.05);
transition:.35s;

}

.sam-box:hover{

transform:translateY(-8px);
box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.sam-icon{

width:65px;
height:65px;
border-radius:50%;
background:#fff4ef;
display:flex;
justify-content:center;
align-items:center;
font-size:28px;
margin-bottom:20px;

}

.sam-box h3{

font-size:24px;
margin-bottom:15px;
color:#0e3150;

}

.sam-box p{

font-size:16px;
line-height:1.9;
color:#666;

}

@media(max-width:768px){

.sam-grid{

grid-template-columns:1fr;

}

.sam-title h2{

font-size:30px;

}

}

/* ===================================
   PREMIUM FAQ SECTION
=================================== */

.taj-faq-section{
    padding:80px 0;
    background:#f7f9fc;
}

.taj-faq-heading{
    max-width:850px;
    margin:0 auto 55px;
}

.taj-faq-heading span{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.taj-faq-heading h2{
    font-size:40px;
    font-weight:700;
    color:#183153;
    margin-bottom:18px;
}

.taj-faq-heading p{
    font-size:17px;
    line-height:1.9;
    color:#666;
}

/* Accordion */

#accordionExample2{
    max-width:1050px;
    margin:auto;
}

/* Card */

#accordionExample2 .card{
    border:none;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

/* Header */

#accordionExample2 .card-header{
    border:none;
    background:#fff !important;
    padding:22px 28px;
    font-size:19px;
    font-weight:600;
    color:#1b3158;
    position:relative;
    display:block;
    transition:.3s;
}

#accordionExample2 .card-header:hover{
    background:#f2f7ff !important;
}

#accordionExample2 .btn-link{
    text-decoration:none;
    width:100%;
}

#accordionExample2 .btn-link:hover{
    text-decoration:none;
    color:#0d6efd;
}

/* Body */

#accordionExample2 .card-body{
    padding:0 28px 25px;
    color:#555;
    font-size:16px;
    line-height:1.9;
    background:#fff;
}

#accordionExample2 .card-body p{
    margin:0;
}

/* Plus Minus */

#accordionExample2 .btn-link:after{

    content:"+";

    position:absolute;

    right:28px;

    top:50%;

    transform:translateY(-50%);

    font-size:30px;

    font-weight:700;

    color:#0d6efd;

}

#accordionExample2 .btn-link:not(.collapsed):after{

    content:"−";

}

/* Active */

#accordionExample2 .btn-link:not(.collapsed){

    color:#0d6efd;

}

/* Mobile */

@media(max-width:991px){

.taj-faq-section{

padding:60px 0;

}

.taj-faq-heading h2{

font-size:32px;

}

}

@media(max-width:767px){

.taj-faq-section{

padding:50px 15px;

}

.taj-faq-heading{

margin-bottom:35px;

}

.taj-faq-heading span{

font-size:13px;

}

.taj-faq-heading h2{

font-size:26px;

}

.taj-faq-heading p{

font-size:15px;

}

#accordionExample2 .card-header{

padding:18px 18px;

font-size:16px;

}

#accordionExample2 .card-body{

padding:0 18px 20px;

font-size:15px;

}

#accordionExample2 .btn-link:after{

right:18px;

font-size:24px;

}

}





img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.container{
    width:92%;
    max-width:1350px;
    margin:auto;
}


/*==========================
 SECTION
===========================*/

.guide-section{
    padding:80px 0;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    color:#ff6b00;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.section-title h2{
    font-size:52px;
    line-height:1.15;
    color:#17345f;
    margin-bottom:18px;
    font-weight:700;
}

.section-title p{
    color:#666;
    font-size:18px;
}


/*==========================
 GRID
===========================*/

.guide-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;

}


/*==========================
 CARD
===========================*/

.guide-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 20px 55px rgba(0,0,0,.08);

    transition:.35s;

}

.guide-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(0,0,0,.15);

}


/*==========================
 IMAGE AREA
===========================*/

.image-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:15px;

    padding:20px;

    background:#f8f9fc;

}

.guide-photo,
.license-photo{

    position:relative;

    border-radius:16px;

    overflow:hidden;

    height:250px;

    background:#ececec;

}

.guide-photo img,
.license-photo img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.4s;

}

.guide-card:hover img{

    transform:scale(1.08);

}

.guide-photo span,
.license-photo span{

    position:absolute;

    left:12px;

    bottom:12px;

    background:#1c2b4a;

    color:#fff;

    font-size:13px;

    padding:7px 15px;

    border-radius:30px;

    font-weight:600;

}


/*==========================
 CONTENT
===========================*/

.card-content{

    padding:30px;

}

.approved{

    display:inline-block;

    padding:10px 20px;

    background:#e8f8ef;

    color:#16944a;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:22px;

}

.card-content h3{

    font-size:36px;

    color:#16345d;

    margin-bottom:8px;

}

.card-content h4{

    color:#ff6b00;

    font-size:22px;

    margin-bottom:30px;

    font-weight:600;

}


/*==========================
 INFO ROW
===========================*/

.info-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:14px 0;

    border-bottom:1px solid #ececec;

}

.info-row strong{

    color:#17345f;

    font-size:17px;

}

.info-row span{

    color:#555;

    text-align:right;

}


/*==========================
 DESCRIPTION
===========================*/

.short-desc{

    margin:28px 0;

    color:#666;

    font-size:16px;

    line-height:1.8;

}


/*==========================
 BUTTON
===========================*/

.view-btn{

    width:100%;

    border:none;

    cursor:pointer;

    background:#163d72;

    color:#fff;

    padding:18px;

    border-radius:12px;

    font-size:18px;

    font-weight:600;

    transition:.35s;

}

.view-btn:hover{

    background:#ff6b00;

}
/*======================================
POPUP (MODAL)
======================================*/

.modal{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.65);

    display:flex;

    justify-content:center;

    align-items:center;

    visibility:hidden;

    opacity:0;

    transition:.35s;

    z-index:9999;

    padding:20px;

    backdrop-filter:blur(6px);

}

.modal.active{

    visibility:visible;

    opacity:1;

}


/*======================================
POPUP BOX
======================================*/

.modal-box{

    width:100%;

    max-width:900px;

    background:#fff;

    border-radius:22px;

    padding:35px;

    position:relative;

    animation:popup .35s ease;

    max-height:90vh;

    overflow-y:auto;

}

@keyframes popup{

from{

transform:translateY(40px) scale(.95);

opacity:0;

}

to{

transform:translateY(0) scale(1);

opacity:1;

}

}


/*======================================
CLOSE BUTTON
======================================*/

.close{

    position:absolute;

    right:22px;

    top:18px;

    font-size:34px;

    font-weight:700;

    cursor:pointer;

    color:#163d72;

    transition:.3s;

}

.close:hover{

    color:#ff6b00;

    transform:rotate(90deg);

}


/*======================================
POPUP IMAGES
======================================*/

.modal-images{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

    margin-bottom:35px;

}

.modal-guide,
.modal-license{

    text-align:center;

}

.modal-guide img,
.modal-license img{

    width:100%;

    height:280px;

    object-fit:cover;

    border-radius:18px;

    border:4px solid #f3f3f3;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.modal-guide p,
.modal-license p{

    margin-top:12px;

    display:inline-block;

    padding:8px 20px;

    background:#163d72;

    color:#fff;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

}


/*======================================
HEADINGS
======================================*/

#modalName{

    text-align:center;

    font-size:42px;

    color:#163d72;

    margin-bottom:8px;

}

#modalRole{

    text-align:center;

    color:#ff6b00;

    font-size:24px;

    margin-bottom:35px;

    font-weight:600;

}


/*======================================
DETAIL BOX
======================================*/

.modal-info{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

    margin-bottom:35px;

}

.modal-info div{

    background:#f8f9fc;

    border-radius:15px;

    padding:20px;

    text-align:center;

}

.modal-info strong{

    display:block;

    margin-bottom:10px;

    color:#163d72;

    font-size:17px;

}

.modal-info p{

    color:#666;

}


/*======================================
BIOGRAPHY
======================================*/

.about{

    background:#f8f9fc;

    padding:28px;

    border-radius:18px;

}

.about h3{

    color:#163d72;

    margin-bottom:15px;

    font-size:26px;

}

.about p{

    color:#666;

    line-height:1.9;

}


/*======================================
SCROLLBAR
======================================*/

.modal-box::-webkit-scrollbar{

    width:8px;

}

.modal-box::-webkit-scrollbar-thumb{

    background:#163d72;

    border-radius:30px;

}


/*======================================
TABLET
======================================*/

@media(max-width:991px){

.section-title h2{

font-size:42px;

}

.guide-grid{

grid-template-columns:repeat(2,1fr);

}

.card-content h3{

font-size:30px;

}

.modal-images{

grid-template-columns:1fr;

}

.modal-info{

grid-template-columns:1fr;

}

#modalName{

font-size:34px;

}

}


/*======================================
MOBILE
======================================*/

@media(max-width:768px){

.guide-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:34px;

}

.section-title p{

font-size:16px;

}

.image-wrapper{

grid-template-columns:1fr;

}

.guide-photo,
.license-photo{

height:260px;

}

.card-content{

padding:22px;

}

.card-content h3{

font-size:28px;

}

.card-content h4{

font-size:20px;

}

.info-row{

flex-direction:column;

align-items:flex-start;

gap:5px;

}

.modal-box{

padding:20px;

}

.modal-guide img,
.modal-license img{

height:220px;

}

#modalName{

font-size:28px;

}

#modalRole{

font-size:20px;

}

.about{

padding:20px;

}

}


/*======================================
SMALL MOBILE
======================================*/

@media(max-width:480px){

.section-title h2{

font-size:28px;

}

.view-btn{

font-size:16px;

padding:15px;

}

.card-content h3{

font-size:24px;

}

.approved{

font-size:13px;

padding:8px 16px;

}

.modal-guide img,
.modal-license img{

height:190px;

}

}



    /*==========================
WHY CHOOSE US
===========================*/

.samwcu-why-section{

padding:80px 20px;

background:
linear-gradient(135deg,#edf5ff,#fff9f4);

overflow:hidden;

}

.samwcu-container{

max-width:1200px;

margin:auto;

}

.samwcu-heading{

text-align:center;

margin-bottom:55px;

}

.samwcu-heading span{

display:inline-block;

padding:8px 18px;

background:#ffe9df;

color:#ff6b35;

border-radius:30px;

font-size:13px;

font-weight:700;

letter-spacing:2px;

margin-bottom:18px;

}

.samwcu-heading h2{

font-size:44px;

font-weight:700;

color:#14375c;

margin-bottom:15px;

}

.samwcu-heading p{

max-width:720px;

margin:auto;

font-size:17px;

color:#667085;

line-height:1.8;

}

/*==========================
GRID
===========================*/

.samwcu-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:24px;

}

/*==========================
CARD
===========================*/

.samwcu-card{

background:#ffffff;

padding:28px;

border-radius:20px;

position:relative;

overflow:hidden;

transition:.35s;

border:1px solid #edf1f7;

box-shadow:0 15px 35px rgba(0,0,0,.06);

min-height:205px;

}

.samwcu-card:before{

content:"";

position:absolute;

top:0;

left:0;

height:5px;

width:100%;

background:linear-gradient(90deg,#ff6b35,#ffb347);

}

.samwcu-card:after{

content:"";

position:absolute;

width:120px;

height:120px;

background:#fff5ef;

border-radius:50%;

right:-45px;

top:-45px;

transition:.4s;

}

.samwcu-card:hover:after{

transform:scale(1.3);

}

.samwcu-card:hover{

transform:translateY(-10px);

box-shadow:0 22px 50px rgba(0,0,0,.12);

}

/*==========================
ICON
===========================*/

.samwcu-icon{

width:62px;

height:62px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#ff6b35,#ff944d);

border-radius:18px;

font-size:28px;

color:#fff;

margin-bottom:20px;

box-shadow:0 10px 25px rgba(255,107,53,.30);

transition:.35s;

}

.samwcu-card:hover .twg-icon{

transform:rotate(-8deg) scale(1.08);

}

/*==========================
TEXT
===========================*/

.samwcu-card h3{

font-size:22px;

color:#14375c;

margin-bottom:12px;

font-weight:700;

}

.samwcu-card p{

font-size:15px;

line-height:1.8;

color:#667085;

}

/*==========================
RESPONSIVE
===========================*/

@media(max-width:992px){

.samwcu-grid{

grid-template-columns:repeat(2,1fr);

}

.samwcu-heading h2{

font-size:34px;

}

}

@media(max-width:768px){

.samwcu-grid{

grid-template-columns:1fr;

}

.samwcu-heading h2{

font-size:28px;

}

.samwcu-card{

min-height:auto;

}

}



/*==================================================
GOOGLE FONT
==================================================*/





/*==================================================
SECTION
==================================================*/

.twgx-guides-section{
    width:100%;
    padding:90px 20px;
    background:#f7f9fc;
    font-family:'Poppins',sans-serif;
}

.twgx-container{
    max-width:1300px;
    margin:auto;
}


/*==================================================
HEADING
==================================================*/

.twgx-heading{
    text-align:center;
    margin-bottom:70px;
}

.twgx-subtitle{
    display:inline-block;
    color:#ff6b00;
    font-weight:700;
    letter-spacing:4px;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.twgx-heading h2{
    font-size:52px;
    color:#16396b;
    font-weight:800;
    margin-bottom:18px;
    line-height:1.2;
}

.twgx-heading p{
    color:#666;
    font-size:18px;
}


/*==================================================
GRID
==================================================*/

.twgx-guide-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
    gap:35px;
}


/*==================================================
CARD
==================================================*/

.twgx-guide-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.twgx-guide-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 50px rgba(0,0,0,.12);

}



/*==================================================
TOP IMAGES
==================================================*/

.twgx-images{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:12px;

    padding:18px;

}

.twgx-img-box{

    position:relative;

    height:230px;

    overflow:hidden;

    border-radius:18px;

}

.twgx-img-box img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.twgx-img-box span{

    position:absolute;

    left:12px;

    bottom:12px;

    background:#16396b;

    color:#fff;

    padding:8px 18px;

    border-radius:40px;

    font-size:13px;

    font-weight:600;

}



/*==================================================
BODY
==================================================*/

.twgx-card-body{

    padding:30px;

}

.twgx-badge{

    display:inline-block;

    background:#e4f7eb;

    color:#1a8c4a;

    padding:10px 22px;

    border-radius:40px;

    font-weight:600;

    margin-bottom:22px;

    font-size:14px;

}

.twgx-card-body h3{

    font-size:42px;

    color:#16396b;

    line-height:1.2;

    margin-bottom:12px;

    font-weight:800;

}

.twgx-card-body h4{

    color:#ff6b00;

    font-size:28px;

    margin-bottom:30px;

}



/*==================================================
INFO
==================================================*/

.twgx-info{

    border-top:1px solid #eee;

    border-bottom:1px solid #eee;

    margin-bottom:25px;

}

.twgx-info div{

    display:flex;

    justify-content:space-between;

    padding:16px 0;

    border-bottom:1px solid #eee;

}

.twgx-info div:last-child{

    border:none;

}

.twgx-info strong{

    color:#16396b;

}

.twgx-info span{

    color:#666;

}

.twgx-card-body p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}



/*==================================================
BUTTON
==================================================*/

.twgx-open-popup{

    width:100%;

    height:60px;

    border:none;

    border-radius:12px;

    background:#16396b;

    color:#fff;

    font-size:18px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;

}

.twgx-open-popup:hover{

    background:#ff6b00;

}



/*==================================================
POPUP
==================================================*/

.twgx-popup-overlay{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.72);

    backdrop-filter:blur(8px);

    display:flex;

    justify-content:center;

    align-items:center;

    padding:40px;

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:999999;

}

.twgx-popup-overlay.twgx-active{

    opacity:1;

    visibility:visible;

}



/*==================================================
POPUP BOX
==================================================*/

.twgx-popup-box{

    width:100%;

    max-width:930px;

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    position:relative;

    max-height:90vh;

    overflow-y:auto;

    animation:twgxScale .35s ease;

}

@keyframes twgxScale{

    from{

        transform:scale(.85);

        opacity:0;

    }

    to{

        transform:scale(1);

        opacity:1;

    }

}



/*==================================================
CLOSE
==================================================*/

.twgx-popup-close{

    position:absolute;

    top:20px;

    right:20px;

    width:48px;

    height:48px;

    border:none;

    border-radius:50%;

    background:#16396b;

    color:#fff;

    font-size:28px;

    cursor:pointer;

    z-index:5;

}

.twgx-popup-close:hover{

    background:#ff6b00;

}



/*==================================================
TOP IMAGES
==================================================*/

.twgx-popup-top{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:18px;

    padding:30px;

}

.twgx-popup-image{

    position:relative;

    border-radius:20px;

    overflow:hidden;

}

.twgx-popup-image img{

    width:100%;

    height:280px;

    object-fit:cover;

    display:block;

}

.twgx-popup-image span{

    position:absolute;

    bottom:15px;

    left:15px;

    background:#16396b;

    color:#fff;

    padding:9px 20px;

    border-radius:30px;

    font-size:14px;

}



/*==================================================
CONTENT
==================================================*/

.twgx-popup-content{

    padding:10px 35px 35px;

    text-align:center;

}

.twgx-popup-content h2{

    font-size:50px;

    color:#16396b;

    margin-bottom:8px;

}

.twgx-popup-content h3{

    color:#ff6b00;

    font-size:30px;

    margin-bottom:35px;

}



/*==================================================
DETAIL BOX
==================================================*/

.twgx-popup-details{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

    margin-bottom:35px;

}

.twgx-popup-details div{

    background:#f5f7fb;

    padding:28px;

    border-radius:16px;

}

.twgx-popup-details strong{

    display:block;

    color:#16396b;

    margin-bottom:10px;

}

.twgx-popup-details span{

    color:#666;

}



/*==================================================
BIOGRAPHY
==================================================*/

.twgx-biography{

    text-align:left;

    background:#f8f9fc;

    border-radius:18px;

    padding:30px;

}

.twgx-biography h4{

    color:#16396b;

    font-size:32px;

    margin-bottom:18px;

}

.twgx-biography p{

    color:#555;

    line-height:1.9;

}



/*==================================================
SCROLLBAR
==================================================*/

.twgx-popup-box::-webkit-scrollbar{

    width:8px;

}

.twgx-popup-box::-webkit-scrollbar-thumb{

    background:#16396b;

    border-radius:20px;

}



/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:992px){

.twgx-heading h2{

font-size:40px;

}

.twgx-card-body h3{

font-size:34px;

}

.twgx-popup-content h2{

font-size:36px;

}

}



@media(max-width:768px){

.twgx-guide-grid{

grid-template-columns:1fr;

}

.twgx-popup-top{

grid-template-columns:1fr;

}

.twgx-popup-details{

grid-template-columns:1fr;

}

.twgx-popup-image img{

height:220px;

}

.twgx-heading h2{

font-size:32px;

}

.twgx-card-body h3{

font-size:30px;

}

.twgx-card-body h4{

font-size:22px;

}

.twgx-popup-content h2{

font-size:30px;

}

.twgx-popup-content h3{

font-size:22px;

}

.twgx-popup-overlay{

padding:15px;

}

.twgx-popup-box{

max-height:95vh;

}

}



    /*==================================================
TWG PLAN YOUR JOURNEY
==================================================*/

.twgplan-section{
    padding:100px 20px;
    background:linear-gradient(135deg,#f8fbff,#eef5fb);
}

.twgplan-container{
    max-width:1400px;
    margin:auto;
}

.twgplan-wrapper{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:60px;
    align-items:start;
}

/*==================================
LEFT SIDE
==================================*/

.twgplan-left{
    position:sticky;
    top:100px;
}

.twgplan-tag{
    display:inline-block;
    background:#fff3eb;
    color:#ff6b00;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.twgplan-left h2{
    font-size:46px;
    line-height:1.2;
    color:#16396b;
    font-weight:800;
    margin-bottom:20px;
}

.twgplan-left p{
    color:#666;
    line-height:1.9;
    font-size:17px;
    margin-bottom:35px;
}

/*==================================
FEATURES
==================================*/

.twgplan-features{
    display:flex;
    flex-direction:column;
    gap:18px;
    margin-bottom:45px;
}

.twgplan-feature{
    display:flex;
    align-items:center;
    gap:14px;
    font-size:16px;
    font-weight:600;
    color:#16396b;
}

.twgplan-feature i{
    color:#23c16b;
    font-size:18px;
}

/*==================================
RATING
==================================*/

.twgplan-rating{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.twgplan-number{
    flex:1;
    min-width:110px;
    background:#fff;
    padding:22px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.twgplan-number h3{
    font-size:32px;
    color:#16396b;
    margin-bottom:6px;
    font-weight:800;
}

.twgplan-number span{
    color:#666;
    font-size:14px;
}

/*==================================
FORM
==================================*/

.twgplan-form{
    background:#fff;
    padding:45px;
    border-radius:28px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.twgplan-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.twgplan-field{
    display:flex;
    flex-direction:column;
}

.twgplan-field label{
    margin-bottom:10px;
    font-size:15px;
    font-weight:600;
    color:#16396b;
}

.twgplan-field input,
.twgplan-field select,
.twgplan-field textarea{

    width:100%;
    padding:16px 18px;
    border:1px solid #dde5f2;
    border-radius:14px;
    font-size:15px;
    background:#fafcff;
    transition:.35s;
    outline:none;
}

.twgplan-field textarea{
    resize:vertical;
}

.twgplan-field input:focus,
.twgplan-field select:focus,
.twgplan-field textarea:focus{

    border-color:#ff6b00;
    background:#fff;
    box-shadow:0 0 0 4px rgba(255,107,0,.12);

}

/*==================================
SERVICES
==================================*/

.twgplan-services{

    margin:35px 0;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:15px;

}

.twgplan-services label{

    background:#f7f9fd;

    padding:15px 18px;

    border-radius:14px;

    cursor:pointer;

    display:flex;

    align-items:center;

    gap:10px;

    transition:.3s;

    font-weight:500;

}

.twgplan-services label:hover{

    background:#edf5ff;

}

.twgplan-services input{

    accent-color:#16396b;

    width:18px;

    height:18px;

}

/*==================================
BUTTON
==================================*/

.twgplan-submit{

    width:100%;
    height:62px;
    border:none;
    border-radius:50px;
    background:linear-gradient(90deg,#16396b,#2458a6);
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.35s;
    margin-top:25px;

}

.twgplan-submit:hover{

    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(22,57,107,.28);

}

.twgplan-note{

    text-align:center;
    margin-top:18px;
    color:#777;
    font-size:14px;

}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:1100px){

.twgplan-wrapper{

grid-template-columns:1fr;

}

.twgplan-left{

position:relative;
top:auto;

}

}

@media(max-width:768px){

.twgplan-section{

padding:70px 18px;

}

.twgplan-left h2{

font-size:34px;

}

.twgplan-form{

padding:28px;

}

.twgplan-grid{

grid-template-columns:1fr;

}

.twgplan-services{

grid-template-columns:1fr;

}

.twgplan-rating{

flex-direction:column;

}

}