.blogCard .card{display:flex;gap:24px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.blogCard .card:hover{transform:translateY(-4px)}.blogCard .card:hover .title{color:#ffbe00}.blogCard .card:hover .readMore{background:url(/yellowarrow.png) 50% no-repeat;background-size:contain}.blogCard .featuredCard{display:flex;flex-direction:column;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.blogCard .featuredCard .imageContainer{height:493px;width:100%;border-radius:36px;overflow:hidden}.blogCard .featuredCard .content{width:100%;margin-top:24px}.blogCard .featuredCard .title{font-size:26px;-webkit-line-clamp:2;font-weight:700}.blogCard .featuredCard .excerpt{font-size:18px;font-weight:500}.blogCard .featuredCard:hover{transform:translateY(-8px)}.blogCard .featuredCard:hover .title{color:#ffbe00}.blogCard .featuredCard:hover .readMore{background:url(/yellowarrow.png) 50% no-repeat;background-size:contain}.blogCard .imageContainer{position:relative;width:330px;height:182px;overflow:hidden;border-radius:36px}.blogCard .imageContainer img{width:100%;height:100%;object-fit:cover}.blogCard .image{object-fit:cover;transition:transform .3s ease}.blogCard .content{padding:0;align-items:center;grid-gap:18px;gap:18px;display:grid;grid-template-columns:1fr 80px;width:calc(100% - 354px)}.featuredCard .blogCard .content{width:100%;padding:25px 0 0;gap:50px;align-items:flex-end}.blogCard .date{font-size:.875rem;color:#ffbe00;font-weight:600}.blogCard .title{color:#fff;margin:0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blogCard .title,.featuredCard .blogCard .title{font-size:26px;font-weight:700;font-family:var(--font-quicksand)}.featuredCard .blogCard .title{-webkit-line-clamp:2}.blogCard .excerpt{font-size:18px;color:#fff;line-height:1.2;margin:5px 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featuredCard .blogCard .excerpt{-webkit-line-clamp:2}.blogCard .readMore{padding:0;border:none;width:65px;height:65px;background:url(/blackrrowbtn.svg) 50% no-repeat;background-size:contain;cursor:pointer;text-decoration:none;display:block;transition:all .5s ease-in-out}@media screen and (max-width:1600px){.blogCard .card{gap:20px}.blogCard .title{font-size:22px}.blogCard .imageContainer{width:212px}.blogCard .content{grid-template-columns:1fr 60px;width:calc(100% - 232px)}.blogCard .readMore{width:60px;height:60px}.blogCard .featuredCard .imageContainer{height:450px}}@media screen and (max-width:1200px){.blogCard .imageContainer{width:360px}}@media screen and (max-width:768px){.blogCard .card{gap:15px;flex-wrap:wrap}.blogCard .card .imageContainer{width:100%}.blogCard .card .content{width:100%;grid-template-columns:1fr 50px}.blogCard .readMore{width:50px;height:50px}.blogCard .title{font-size:16px;line-height:22px}.blogCard .featuredCard .imageContainer,.blogCard .imageContainer{height:340px}.blogCard .featuredCard .title{font-size:16px}.blogCard .featuredCard p{display:none}.blogCard .featuredCard .content{margin-top:15px}}@media screen and (max-width:576px){.blogCard .featuredCard .imageContainer,.blogCard .imageContainer{height:222px}}.budgetSection{position:relative;min-height:675px;display:flex;align-items:flex-start;padding:48px 0 56px;overflow:hidden}.budgetSection .backgroundImage{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--secondary-color) 0,#6d14a5 100%);background-size:cover;background-position:0!important;z-index:1}.budgetSection .content{position:relative;z-index:3;width:100%;max-width:960px}.budgetSection .content .contentinner{padding-left:70px}.budgetSection .content .title{margin-bottom:10px;max-width:694px}.budgetSection .content .title span{display:block;color:#a54cdc;font-size:94px;letter-spacing:-3px}.budgetSection .content .title span,.budgetSection .content .title span:nth-child(2){line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;-ms-line-clamp:1;-ms-box-orient:vertical;text-transform:uppercase}.budgetSection .content .title span:nth-child(2){font-size:64px;font-weight:700;color:#ffbe00}.budgetSection .content p{max-width:694px;font-size:18px;line-height:1.2;color:#000;margin:0 0 20px}.budgetSection .content .budgetButtons{display:grid;grid-template-columns:1fr 1fr;justify-content:center;grid-gap:25px 52px;gap:25px 52px}.budgetSection .content .budgetButton{display:flex;align-items:center;justify-content:space-between;gap:60px;border-radius:18px;text-decoration:none;transition:background .3s ease,transform .3s ease,box-shadow .3s ease;background-color:#fff;border:2px solid #000;box-shadow:-3px 6px 0 #000,-3px 6px 0 #000;transition:transform .8s ease-in-out;padding:18px 46px}.budgetSection .content .budgetButton .pricediv{font-size:18px;line-height:24px;font-weight:700;color:var(--black);margin:0;display:flex;justify-content:center;align-items:center;text-align:right}.budgetSection .content .budgetButton .pricediv span{text-transform:capitalize}.budgetSection .content .budgetButton .pricediv .price{font-weight:700;font-size:35px;line-height:43px;color:var(--secondary-color);font-family:var(--font-oswald);text-transform:uppercase;padding:0 1px 0 5px}.budgetSection .content .budgetButton .pricediv sub{font-size:20px;line-height:26px;font-weight:700;margin-top:auto}.budgetSection .content .budgetButton.active,.budgetSection .content .budgetButton:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.3)}.budgetSection .content .budgetButton.active .arrow,.budgetSection .content .budgetButton:hover .arrow{background:url(/yellowarrow.png) 50% no-repeat;background-size:contain}.budgetSection .content .budgetButton .arrow{padding:0;border:none;width:65px;height:65px;background:url(/blackrrowbtn.svg) 50% no-repeat;background-size:contain;cursor:pointer;text-decoration:none;display:block;transition:all .5s ease-in-out}@media screen and (max-width:1200px){.budgetSection{padding:40px 0;min-height:auto}.budgetSection .content .contentinner{padding-left:90px}.budgetSection .content .title{max-width:714px}.budgetSection .content .budgetButtons{gap:24px 24px;max-width:750px}.budgetSection .content .budgetButton{gap:24px}}@media screen and (max-width:992px){.budgetSection .content .contentinner{padding-left:0}.budgetSection .content .title span{font-size:70px}.budgetSection .content .title span:nth-child(2){font-size:50px}.budgetSection .content p{font-size:16px}}@media screen and (max-width:768px){.budgetSection{position:relative}.budgetSection:after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background:hsla(0,0%,100%,.7);z-index:1}.budgetSection .content .budgetButtons{grid-template-columns:1fr}.budgetSection .content .title span{font-size:48px}.budgetSection .content .title span:nth-child(2){font-size:30px}}.continentsSection{position:relative;overflow:hidden;min-height:640px;padding:20px 0;max-width:1920px;margin:0 auto}.continentsSection .contentsectioninner{display:flex;gap:40px;justify-content:space-between;align-items:center}.continentsSection .continent-image-wrapper{position:relative;height:100%;min-height:600px;width:400px}.continentsSection .continent-image-wrapper .continent-main-image{object-fit:cover}.continentsSection .content-wrapper{padding-right:52px;position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;max-width:430px}.continentsSection .content-wrapper .header-text{display:flex;flex-direction:column;align-items:flex-end}.continentsSection .content-wrapper .header-text.text-end{text-align:end}.continentsSection .content-wrapper .header-text h2{font-family:var(--font-quicksand);font-size:28px;color:#fff;font-weight:700;line-height:1.2}.continentsSection .content-wrapper .header-text h2 span{color:#fff}.continentsSection .content-wrapper .header-text h2 .highlighted{color:#ffbe00;font-weight:700;text-transform:uppercase;font-size:65px;font-family:var(--font-oswald);line-height:71px;text-align:end}.continentsSection .content-wrapper .header-text p{font-size:18px;line-height:1.2;font-weight:600;color:#fff;margin:13px 0}.continentsSection .globe-container{position:relative;display:flex;flex-direction:column;align-items:center;min-width:600px}@media(min-width:992px){.continentsSection .globe-container{align-items:flex-end}}.continentsSection .globe-wrapper{position:relative;width:100%;max-width:600px;margin-right:auto}.continentsSection .globe-wrapper .globe-image-wrapper{position:relative;width:100%;height:auto}.continentsSection .globe-wrapper .globe-image{width:100%;height:auto;opacity:.9;display:block}.continentsSection .globe-wrapper .map-dot{position:absolute;cursor:pointer;z-index:10;transform:translate(-50%,-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center}.continentsSection .globe-wrapper .map-dot .dot-circle{width:12px;height:12px;background-color:#fff;border-radius:50%;box-shadow:0 0 0 3px hsla(0,0%,100%,.5);transition:all .3s ease;pointer-events:none}.continentsSection .globe-wrapper .map-dot.active,.continentsSection .globe-wrapper .map-dot:hover{z-index:20}.continentsSection .globe-wrapper .map-dot.active .dot-circle,.continentsSection .globe-wrapper .map-dot:hover .dot-circle{background-color:#ffc107;transform:scale(1.5);box-shadow:0 0 0 4px rgba(255,193,7,.4);width:16px;height:16px}.continentsSection .globe-wrapper .map-dot:focus{outline:2px solid #ffc107;outline-offset:2px;border-radius:50%}.continentsSection .globe-wrapper .map-dot .info-popup{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);background-color:#ffc107;padding:15px 25px;border-radius:8px;width:220px;text-align:center;animation:fadeIn .3s ease-out;box-shadow:0 4px 15px rgba(0,0,0,.2)}.continentsSection .globe-wrapper .map-dot .info-popup .popup-content .continent-link{text-decoration:none;display:block;transition:opacity .2s ease}.continentsSection .globe-wrapper .map-dot .info-popup .popup-content .continent-link:hover{opacity:.9}.continentsSection .globe-wrapper .map-dot .info-popup .popup-content .continent-link:focus{outline:2px solid #fff;outline-offset:2px;border-radius:4px}.continentsSection .globe-wrapper .map-dot .info-popup .popup-content .continent-link h3{font-size:1.2rem;font-weight:800;color:#fff;margin:0;text-transform:uppercase;line-height:1.2;cursor:pointer;transition:transform .2s ease}.continentsSection .globe-wrapper .map-dot .info-popup .popup-content .continent-link h3:hover{transform:scale(1.05)}.continentsSection .globe-wrapper .map-dot .info-popup .popup-content p{font-size:.9rem;color:#fff;margin:5px 0 0;font-weight:500}.continentsSection .globe-wrapper .map-dot .info-popup .popup-arrow{position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #ffc107}.continentsSection .header-text h2{color:#fff}.continentsSection .header-text h2 span.text-warning{color:#ffc107!important;font-weight:900}@keyframes fadeIn{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media(max-width:991px){.continentsSection .content-wrapper{padding:2rem}.continentsSection .globe-wrapper{margin:0 auto}.continentsSection .header-text{text-align:center!important}.continentsSection .text-content p{margin-left:auto;margin-right:auto;text-align:left}.continentsSection .text-content .d-flex{justify-content:center!important}}@media screen and (max-width:1600px){.continentsSection{min-height:509px}.continentsSection .globe-wrapper .map-dot .dot-circle{width:12px;height:12px}.continentsSection .globe-wrapper .map-dot.active .dot-circle{width:12px;height:12px;box-shadow:0 0 0 2px rgba(255,193,7,.4)}.continentsSection .contentsectioninner{gap:40px}.continentsSection .continent-image-wrapper{min-height:475px;width:400px}.continentsSection .globe-container{min-width:400px}.continentsSection .content-wrapper{max-width:373px}.continentsSection .content-wrapper .header-text h2 .highlighted{font-size:47px;line-height:53px}.continentsSection .content-wrapper .header-text h2 span{font-size:23px;line-height:27px}}@media screen and (max-width:1200px){.continentsSection{padding:40px 0}.continentsSection .contentsectioninner{flex-wrap:wrap;padding:0 20px;gap:24px}.continentsSection .content-wrapper{order:-1;width:100%;max-width:100%;padding:0}.continentsSection .content-wrapper .header-text{align-items:flex-start}.continentsSection .content-wrapper .header-text h2 .highlighted{text-align:start}.continentsSection .content-wrapper .header-text .text-content .justify-content-end{justify-content:flex-start!important}.continentsSection .content-wrapper .header-text p{margin:5px 0 10px}.continentsSection .continent-image-wrapper{width:calc(50% - 32px);min-height:600px}.continentsSection .globe-container{min-width:calc(50% - 12px)}}@media screen and (max-width:768px){.continentsSection{padding-bottom:350px;margin-bottom:50px;overflow:unset}.continentsSection .continent-image-wrapper{min-height:auto;order:1;position:absolute;left:50%;bottom:-40px;height:400px;width:300px;transform:translateX(-50%);z-index:1}.continentsSection .globe-container{min-width:100%;margin-top:30px}}