:root{--primary-color: #FEB81E;--secondary-color: #EFF2FF;--accent-color: #ff9800;--text-color: #444444;--text-light: #666;--background-color: #fff;--border-color: #7C94FF4D;--primary-gradient: linear-gradient(45deg, #5632a8, #7c4dff);--button-gradient: linear-gradient(90deg, #ff9800, #ff5722);--font-primary: "Poppins", sans-serif;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 20px;--font-size-xl: 24px;--font-size-xxl: 32px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--shadow-sm: 0px 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0px 4px 4px 0 #00000012;--shadow-lg: 0px 6px 12px rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);margin:0;padding:0;box-sizing:border-box;color:var(--text-color)}.flex{display:flex;align-items:center}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.grid{display:grid;gap:var(--spacing-lg)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.text-sm{font-size:var(--font-sm)}.text-lg{font-size:var(--font-lg)}.text-bold{font-weight:700}.text-center{text-align:center}.btn{display:inline-block;padding:var(--spacing-sm) var(--spacing-lg);font-size:var(--font-md);border-radius:var(--border-radius-md);border:none;cursor:pointer;transition:.3s ease-in-out}.btn-primary{background-color:#feb81e;padding:12px 24px;border-radius:16px;font-size:var(--font-size-base);font-weight:700;color:var(--background-color)}.btn-primary:hover{background-color:#fdbd32}.btn-secondary{background-color:var(--secondary-color);color:var(--black)}.btn-secondary:hover{background-color:orange}.btn-outline{border:2px solid var(--primary-color);color:var(--primary-color);background:transparent}.btn-outline:hover{background-color:var(--primary-color);color:var(--white)}.card{background-color:var(--white);border-radius:var(--border-radius-md);transition:.3s ease-in-out}a{text-decoration:none}.active{color:#7388e9!important;font-weight:600!important;font-size:18px;border-bottom:2px solid #7388E9}li{list-style:none}html{scroll-behavior:smooth}.youtube-carousel{display:flex;align-items:center;justify-content:center;gap:24px;margin:40px auto;padding:24px 0;background:#f7f8fa;border-radius:16px;max-width:600px;box-shadow:0 2px 12px #0000000f}.youtube-carousel button{background:#7c94ff;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;transition:background .2s}.youtube-carousel button:hover{background:#4a5bb3}.carousel-video{display:flex;flex-direction:column;align-items:center;gap:12px}.carousel-video iframe{border-radius:8px;box-shadow:0 2px 8px #00000014}.carousel-video p{font-size:1rem;font-weight:500;color:#222;margin:0;text-align:center;max-width:340px}@media (max-width: 700px){.youtube-carousel{flex-direction:column;gap:12px;max-width:98vw;padding:12px 0}.carousel-video iframe{width:95vw;height:200px;max-width:98vw}}.services-dropdown{position:relative}.services-dropdown .dropdown-toggle{background:none;border:none;cursor:pointer;font:inherit;padding:0;color:#fff;font-weight:500;display:flex;align-items:center;transition:color .3s}.header.scrolled .services-dropdown .dropdown-toggle{color:#333}.services-dropdown .dropdown-menu{position:absolute;top:100%;left:0;min-width:200px;background:#fff;box-shadow:0 2px 8px #0000001f;border-radius:0 0 10px 10px;display:none;flex-direction:column;z-index:999;padding:10px 0}.services-dropdown:hover .dropdown-menu,.services-dropdown .dropdown-menu.show{display:flex}.services-dropdown .dropdown-menu li{padding:10px 20px;width:100%}.services-dropdown .dropdown-menu li:hover{background-color:#f5f5f5}.services-dropdown .dropdown-menu li a{color:#333;text-decoration:none;font-size:16px}@media screen and (max-width: 768px){.services-dropdown .dropdown-menu{position:static;min-width:unset;box-shadow:none;background:#e4e9ff;border-radius:0 0 10px 10px;padding:0;gap:0px}.services-dropdown .dropdown-menu li{padding:10px}}.header{height:78px;display:flex;padding-inline:40px;align-items:center;justify-content:space-between;position:fixed;top:0;z-index:1000;width:100%;background-color:transparent;transition:all .4s ease-in-out;box-shadow:none}.header.scrolled{background-color:#fff;box-shadow:0 0 2px gray}.header .header-container{display:flex;align-items:center;justify-content:space-between;width:100%;gap:30px}.header .logo_box .logo{width:80px;height:60px}.menu_icon{display:none;background:none;border:none;cursor:pointer;color:#fff;transition:color .3s}.header.scrolled .menu_icon{color:#333}.nav_items{display:flex;align-items:center;gap:30px}.nav_items ul{display:flex;align-items:center;flex-wrap:wrap;gap:2px;list-style:none}.nav_items li{position:relative;cursor:pointer;list-style:none;font-size:16px;padding-inline:20px;color:#fff;font-weight:700;transition:color .3s}.header.scrolled .nav_items li{color:#333}.nav_items li a{text-decoration:none;color:#fff;font-weight:600;transition:color .3s}.header.scrolled .nav_items li a{color:#333}.nav_items li a:hover{color:#007bff}.service-dropdown .service-menue{position:absolute;background:var(--secondary-color);display:none;flex-direction:column;padding:10px 0;min-width:200px;left:-50px;z-index:999;top:20px;box-shadow:0 0 2px gray}.service-dropdown .arrow{position:relative;top:4px;left:5px;transition:all .2s ease-in-out;rotate:90deg}.service-dropdown:hover .arrow{rotate:-90deg;transition:all .2s ease-in-out}.service-dropdown:hover .service-menue{display:flex;flex-direction:column;align-items:start;gap:2px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.service-menue li{padding:10px 20px;width:100%}.service-menue li:hover{background-color:#fbfbfb}.service-menue li a{color:#000;text-decoration:none;font-size:16px}.minheight{min-height:44px}.strategic-travel-section .strategic-travel-container{flex-direction:column;gap:40px}.bg-slide{opacity:0;transform:scale(0);width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:cover}.bg-slide.active{opacity:1!important;transform:scale(1)!important;z-index:-1!important}.hero-section{display:flex;height:100vh}.hero-section .hero-bg{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden;top:0;left:0;display:block}.hero-section .hero-bg .strategic-travel-section{padding-block:60px}.hero-section .hero-bg .strategic-travel-section .strategic-travel-container{padding-inline:20px;gap:30px}.hero-section .hero-bg .strategic-travel-section .strategic-travel-content h2{font-size:32px}.hero-section .hero-bg .strategic-travel-section .strategic-travel-content h3{font-size:24px}.hero-section .hero-bg .hero-bg .bg-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;opacity:0;transform:scale(1.02);transition:opacity 1s ease,transform 1s ease;z-index:-1}.hero-section .hero-bg .hero-bg .bg-slide.active{opacity:1;transform:scale(1);z-index:-1}.hero-section .container{width:100%;display:flex;flex-direction:column;justify-content:space-between;height:100%}.hero-section .container .hero-overlay{color:var(--background-color);background-color:#000;margin-left:100px;margin-top:130px;max-width:436px;border-radius:20px;padding:45px 31px 60px 26px;text-align:left}.hero-section .container .hero-overlay img{max-height:44px;min-height:44px;object-fit:contain;text-align:left}.hero-section .container .hero-overlay h2{margin-top:26px;font-size:34px;font-weight:800;line-height:44px}.hero-section .container .hero-overlay p{color:var(--background-color);font-size:var(--font-size-base);font-weight:400}.hero-section .container .hero-overlay .btn{margin-top:26px}.hero-section .container .hero-find-trade{display:flex;justify-content:center;align-items:end}.hero-section .container .hero-find-trade form{padding:18px 24px;border-radius:20px;border:1px solid var(--border-color);background-color:var(--background-color);box-shadow:0 0 74px #0000001a;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:35px}.hero-section .container .hero-find-trade form .form-group{display:flex;flex-direction:column}.hero-section .container .hero-find-trade form .form-group label{font-size:var(--font-size-base);font-weight:400;margin-bottom:10px}.hero-section .container .hero-find-trade form .form-group .select{appearance:none;color:inherit;-webkit-appearance:none;-moz-appearance:none;border-radius:62px;border:1px solid var(--border-color);padding:17px 16px;width:185px}.hero-section .container .hero-find-trade form .btn{text-wrap:nowrap;margin-top:15px}.hero-section .container .hero-find-trade form .btn img{width:16px;margin-left:14px}.about-section{display:flex;align-items:center;gap:112px;padding:74px 80px;margin-top:50px}.about-section .about_image img{width:450px;height:487px}.about-section .about_content img{width:160px}.about-section .about_content h3{font-size:var(--font-size-xxl);margin-top:16px}.about-section .about_content h3 span{color:#7c94ff}.about-section .about_content p{font-size:var(--font-size-sm);font-weight:400;line-height:180%}.about-section .about_content .key_points{margin-top:53px}.about-section .about_content .key_points .point{padding:16px;background-color:var(--secondary-color);border-radius:10px;box-shadow:var(--shadow-md);text-align:center}.about-section .about_content .key_points .point h4{font-size:var(--font-size-lg);font-weight:500}.about-section .about_content .key_points .point p{font-size:var(--font-size-sm);font-weight:400}.carousel-container{margin-top:30px;width:100%;overflow:hidden;padding:28px 0 34px;background-color:#7c94ff33}.carousel-container .scroll-wrapper{white-space:nowrap;overflow:hidden;position:relative;margin-bottom:20px}.carousel-container .scroll-row{display:flex;gap:60px;animation:scroll 40s linear infinite}.carousel-container .reverse{animation:scroll-reverse 40s linear infinite}.carousel-container .row-2{margin-top:47px}.carousel-container .logo{height:50px;width:auto;object-fit:contain}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.top-destinations-section{padding:64px 34px 72px}.top-destinations-section .destinations-content{border-radius:20px;overflow:hidden;background:linear-gradient(#12121299,#12121299),url(https://trending-object.s3.ap-south-1.amazonaws.com/anthem_travels/services/images/destinations_bg_img.png);background-repeat:no-repeat;background-size:cover;background-position:center;height:301px;text-align:center;color:var(--background-color)}.top-destinations-section .destinations-content img{width:200px;padding-top:51px}.top-destinations-section .destinations-content h3{font-size:var(--font-size-xxl);font-weight:600;margin-top:8px}.top-destinations-section .destinations-content p{font-weight:400;font-size:18px;line-height:180%}.top-destinations-section .destinations-cards{margin-top:-80px}.top-destinations-section .destinations-cards .cards{display:flex;justify-content:center;flex-wrap:wrap;gap:30px}.top-destinations-section .destinations-cards .card{width:220px;text-align:center;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;align-items:center}.top-destinations-section .destinations-cards .card p{font-size:var(--font-size-sm);font-weight:400;padding-inline:11px;margin-top:22px;margin-bottom:20px}.top-destinations-section .destinations-cards .card .image-content{position:relative;width:100%;border:8px solid var(--background-color);border-radius:50%;overflow:hidden}.top-destinations-section .destinations-cards .card .image-content img{width:100%;height:100%;object-fit:cover;border-radius:50%;background-color:var(--background-color)}.top-destinations-section .destinations-cards .card .image-content p{display:flex;align-items:center;justify-content:center;height:63px;position:absolute;bottom:-20px;width:100%;background:#12121299;color:#fff;text-align:center;font-size:18px;line-height:180%;font-weight:600}.top-destinations-section .destinations-cards .card .btn{border:1px solid var(--primary-color);background-color:var(--background-color);color:var(--primary-color);font-size:18px;font-weight:500}.top-destinations-section .destinations-cards .card .btn:hover{font-weight:700;border:none;background-color:var(--primary-color);color:var(--background-color)}.why-choose-us{padding:21px 200px 77px;background-color:var(--secondary-color);text-align:center}.why-choose-us img{width:220px}.why-choose-us h3{font-size:24px;font-weight:600;margin-block:20px 8px}.why-choose-us p{font-size:14px;font-weight:400}.why-choose-us .sticker-cards{margin-top:38px;display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;gap:24px;max-width:800px;margin-left:auto;margin-right:auto}.why-choose-us .sticker-cards .card{width:100%;max-width:200px;min-height:200px;border-radius:16px;background:var(--background-color);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-bottom:20px;box-shadow:0 2px 8px #0000001a}.why-choose-us .sticker-cards .card img{margin-top:31px;margin-bottom:20px;width:40px;height:40px}.why-choose-us .sticker-cards .card p{padding-inline:10px;font-size:var(--font-size-base);font-weight:400;line-height:180%;margin-bottom:8px;text-align:center}.why-choose-us .sticker-cards .card .tag{padding-inline:10px;font-size:12px;color:#7c797a;line-height:150%;text-align:center;margin-top:auto}.why-choose-us .sticker-cards .card:nth-child(5){grid-column:1 / 2;transform:translate(calc(50% + 12px))}.why-choose-us .sticker-cards .card:nth-child(6){grid-column:2 / 3;transform:translate(calc(50% + 12px))}.why-choose-us .sticker-cards .card:nth-child(7){grid-column:3 / 4;transform:translate(calc(50% + 12px))}.services-section{padding:80px 40px;text-align:center;background-color:var(--background-color);max-width:1200px;margin:0 auto}.services-section .services-header{margin-bottom:48px}.services-section .services-header img{width:200px;margin-bottom:20px}.services-section .services-header h3{font-size:36px;font-weight:700;margin-block:20px 12px;line-height:1.3}.services-section .services-header p{font-size:18px;font-weight:400;line-height:1.6;margin:0}.services-section .services-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:48px}.services-section .services-cards .service-card{text-align:center;padding:32px 24px}.services-section .services-cards .service-card img{width:80px;height:80px;margin-bottom:24px;object-fit:contain}.services-section .services-cards .service-card h4{font-size:24px;font-weight:700;margin-bottom:16px;line-height:1.3}.services-section .services-cards .service-card p{font-size:16px;font-weight:400;line-height:1.7;margin:0}.easy-and-fast-section{padding:21px 200px 77px;background-color:var(--secondary-color);text-align:center}.easy-and-fast-section .easy-and-fast-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start}.easy-and-fast-section img{width:220px}.easy-and-fast-section h3{font-size:24px;font-weight:600;margin-block:20px 8px}.easy-and-fast-section p{font-size:14px;font-weight:400;margin-bottom:50px}.easy-and-fast-section .easy-and-fast-left .process-banner{margin-bottom:24px}.easy-and-fast-section .easy-and-fast-left .process-banner img{width:auto;height:auto;max-width:200px}.easy-and-fast-section .easy-and-fast-left h3{font-size:36px;font-weight:700;margin-bottom:16px;line-height:1.3;text-align:left}.easy-and-fast-section .easy-and-fast-left .process-subtitle{font-size:18px;font-weight:400;margin-bottom:40px;line-height:1.6;text-align:left}.easy-and-fast-section .easy-and-fast-left .process-steps{display:flex;flex-direction:column;gap:20px}.easy-and-fast-section .easy-and-fast-left .process-steps .process-step{border-radius:16px;padding:24px;display:flex;gap:20px;align-items:flex-start;transition:transform .2s ease,box-shadow .2s ease}.easy-and-fast-section .easy-and-fast-left .process-steps .process-step .step-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px}.easy-and-fast-section .easy-and-fast-left .process-steps .process-step .step-icon img{width:60px;height:60px;object-fit:contain}.easy-and-fast-section .easy-and-fast-left .process-steps .process-step .step-content{flex:1;text-align:left}.easy-and-fast-section .easy-and-fast-left .process-steps .process-step .step-content h4{font-size:18px;font-weight:700;margin-bottom:8px;line-height:1.3}.easy-and-fast-section .easy-and-fast-left .process-steps .process-step .step-content p{font-size:14px;font-weight:400;line-height:1.6;margin:0}.easy-and-fast-section .easy-and-fast-right .process-image{width:100%;height:auto;border-radius:20px;object-fit:cover;margin-top:15px}.why-anthem-different-section{padding:80px 40px 40px;background-color:var(--background-color);position:relative}.why-anthem-different-section .why-anthem-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start;position:relative}.why-anthem-different-section .why-anthem-left{position:relative;z-index:2}.why-anthem-different-section .why-anthem-left .trusted-partners-banner{padding:10px 28px;font-size:14px;font-weight:600;margin-bottom:24px;position:relative}.why-anthem-different-section .why-anthem-left .trusted-partners-banner img{width:220px}.why-anthem-different-section .why-anthem-left h3{font-size:36px;font-weight:700;margin-bottom:24px;line-height:1.3}.why-anthem-different-section .why-anthem-left h3 .text-blue{color:#5c75ff}.why-anthem-different-section .why-anthem-left .why-anthem-description{font-size:16px;font-weight:400;line-height:1.7;margin-bottom:32px}.why-anthem-different-section .why-anthem-left .why-anthem-features{list-style:none;padding:0;margin:0}.why-anthem-different-section .why-anthem-left .why-anthem-features li{font-size:16px;font-weight:400;line-height:1.8;margin-bottom:12px;padding-left:24px;position:relative}.why-anthem-different-section .why-anthem-left .why-anthem-features li:before{content:"-";position:absolute;left:0;font-size:20px;font-weight:700}.why-anthem-different-section .why-anthem-left .decorative-dots-bottom{position:absolute;bottom:-40px;left:-20px;width:200px;height:4px;background-image:radial-gradient(circle,#5c75ff 2px,transparent 2px);background-size:12px 12px;background-position:0 0;opacity:.6}.why-anthem-different-section .why-anthem-right{position:relative;z-index:1}.why-anthem-different-section .why-anthem-right .decorative-dots-right{position:absolute;right:-20px;top:0;width:4px;height:400px;background-image:radial-gradient(circle,#FEB81E 2px,transparent 2px);background-size:12px 12px;background-position:0 0;opacity:.6;z-index:3}.why-anthem-different-section .why-anthem-right .world-map-image{position:relative;z-index:1;margin-bottom:0}.why-anthem-different-section .why-anthem-right .world-map-image img{width:100%;height:auto;border-radius:20px;object-fit:cover}.why-anthem-different-section .why-anthem-right .business-meeting-image{position:absolute;bottom:-20px;right:-50px;width:60%;z-index:2}.why-anthem-different-section .why-anthem-right .business-meeting-image img{width:100%;height:auto;border-radius:20px;object-fit:cover}.testimonials-section{padding-block:54px 68px;padding-inline:131px;text-align:center}.testimonials-section .intro{padding-inline:40px;padding-bottom:50px}.testimonials-section .intro img{width:153px}.testimonials-section .intro h3{font-size:24px;font-weight:600;line-height:63.7px;margin-top:28px}.testimonials-section .intro p{font-size:var(--font-size-base);font-weight:400}.testimonials-section .testimonial-container{height:260px;padding-top:59px;display:flex;flex-direction:column;align-items:center;position:relative;width:436px;margin:auto;text-align:center}.testimonials-section .testimonial-slider{display:flex;justify-content:center;align-items:center;position:relative;height:100px;width:100%;padding-bottom:17px}.testimonials-section .testimonial-review{position:relative}.testimonials-section .testimonial-review .review{display:flex;gap:22px}.testimonials-section .testimonial-review .review img{position:absolute;width:48px;height:48px}.testimonials-section .testimonial-review .review .start{left:-50px;top:-20px}.testimonials-section .testimonial-review .review .end{right:-50px;top:50px}.testimonials-section .testimonial-review p{font-size:14px;font-weight:400;line-height:24px;text-align:center}.testimonials-section .testimonial-review h4{font-size:var(--font-size-lg);font-weight:500;line-height:34px;color:var(--primary-color)}.testimonials-section .testimonial-review h5{font-size:var(--font-size-base);font-weight:400;line-height:25px;color:#6e7070}.testimonials-section .testimonial-item{position:absolute;transition:transform .5s ease,opacity .5s ease}.testimonials-section .testimonial-item img{width:36px;height:36px;border-radius:50%;transition:transform .5s ease}.testimonials-section .testimonial-item.center img{width:100px;height:100px}.testimonials-section .testimonial-item.left-1{transform:translate(-100px) scale(.8);opacity:.8}.testimonials-section .testimonial-item.left-2{transform:translate(-200px) scale(.7);opacity:.6}.testimonials-section .testimonial-item.right-1{transform:translate(100px) scale(.8);opacity:.8}.testimonials-section .testimonial-item.right-2{transform:translate(200px) scale(.7);opacity:.6}.testimonials-section .testimonial-review{margin-top:20px;font-size:18px;color:#333}.speakers-section{background-color:var(--secondary-color);padding-block:20px 72px;padding-inline:55px;text-align:center}.speakers-section img{width:153px}.speakers-section h3{font-size:24px;font-weight:600;line-height:63.7px;margin-top:28px}.speakers-section p{font-size:var(--font-size-base);font-weight:400}.speakers-section .video-testimonials-content-text h2{margin-bottom:20px}.speakers-section .speakers-container{display:flex;gap:15px;margin-top:54px;align-items:center;position:relative;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;height:315px;white-space:nowrap}.speakers-section .speakers-container::-webkit-scrollbar{display:none;width:0;height:0}.speakers-section .speakers-container .speaker-card{width:160px;height:190px;border-radius:10px;overflow:hidden;position:relative;transition:all .5s ease-in-out;flex-shrink:0}.speakers-section .speakers-container .speaker-card .speaker-info{position:absolute;bottom:10px;width:100%;color:#fff;padding-right:8px}.speakers-section .speakers-container .speaker-card .pay-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;color:var(--background-color);cursor:pointer}.speakers-section .speakers-container .speaker-card .speaker-info h4{text-align:right;right:20px;z-index:20;margin:0;font-size:14px;font-weight:400}.speakers-section .speakers-container .speaker-card .speaker-info p{text-align:right;right:20px;z-index:20;margin:0;font-size:11px;padding-bottom:10px}.speakers-section .speakers-container .speaker-card img{width:100%;height:100%;object-fit:cover}.speakers-section .speakers-container .speaker-card.active{width:345px!important;height:315px!important;scale:.91;z-index:10;position:relative;border:0}.speakers-section .speakers-container .speaker-card .active{scroll-margin-right:100%;scroll-snap-align:center}.latest-blogs{padding-inline:95px;padding-block:65px 78px}.latest-blogs .info img{width:153px;margin-bottom:4px}.latest-blogs .info h3{font-size:var(--font-size-xxl);font-weight:600;line-height:54px}.latest-blogs .blogs-container{margin-top:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:20px;align-items:start}.blog-card{overflow:hidden;max-width:350px;border-radius:15px;background-color:var(--background-color);box-shadow:0 0 18px #00000014;padding-bottom:21px}.blog-card .main-image{height:234px}.blog-card .blog-info{padding-inline:16px;margin-top:8px}.blog-card .blog-info h3{margin-block:18px 24px;font-size:var(--font-size-lg);font-weight:500;line-height:32px}.blog-card .post-footer{display:flex;align-items:center;justify-content:space-between}.blog-card .post-footer .post-by{display:flex;align-items:center;gap:8px}.blog-card .post-footer .post-by img{width:26px;height:26px}.blog-card .post-footer .post-by p{font-size:12px;line-height:28px}.blog-card .post-footer a{text-decoration:none;font-size:var(--font-size-base);font-weight:600;line-height:28px;color:var(--primary-color)}.blog-card .comment-and-duration{display:flex;align-items:center;justify-content:space-between}.blog-card .comment-and-duration p img{margin-right:8px}.seamless-process-section{padding:47px 110px;display:flex;gap:41px}.seamless-process-section .left .left-image{padding:10px;width:357px;border-radius:15px;box-shadow:0 0 30px #00000014}.seamless-process-section .right img{width:200px;margin-bottom:26px}.seamless-process-section .right h4{font-size:24px;font-weight:600}.seamless-process-section .right .right-side-content{margin-top:41px;display:flex;gap:64px}.seamless-process-section .right .right-side-content .content{display:flex;flex-direction:column;gap:24px}.seamless-process-section .right .right-side-content .content .card{display:flex}.seamless-process-section .right .right-side-content .content .card img{width:71px;height:40px}.seamless-process-section .right .right-side-content .content .card h5{font-size:18px;font-weight:600}.seamless-process-section .right .right-side-content .content .card p{font-size:14px;font-weight:400}.footer{padding-inline:92px;background-color:#121212;padding-top:50px;padding-bottom:54px;background:url(/assets/footer-bg-DS2_F57a.jpg) no-repeat center center;background-size:cover}.footer .footer-content .top-content{padding-inline:10px;padding-bottom:24px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:20px}.footer .footer-content .top-content .footer-img{width:115px;height:100px;object-fit:contain}.footer .footer-content .top-content .sub-content{font-size:14px;font-weight:400;color:#ffffffd1}.footer .footer-content .top-content .social-links{display:flex;flex-wrap:wrap;gap:20px}.footer .footer-content .top-content .social-links li{list-style:none;padding-right:40px}.footer .footer-content .top-content .social-links a{text-decoration:none;font-size:var(--font-size-sm);color:var(--background-color)}.footer .footer-content .top-content .social-icon{display:flex;gap:15px}.footer .footer-content .top-content .social-icon li{list-style:none}.footer .footer-content .top-content .social-icon li img{width:20px}.footer .footer-content .bottom_content{padding-top:25px;font-size:14px;font-weight:400;color:var(--background-color);display:flex;align-items:center;justify-content:space-between}.footer .footer-content .bottom_content ul{display:flex;align-items:center;gap:24px}.footer .footer-content .bottom_content ul li{list-style:none}.footer .footer-content .bottom_content ul li a{color:var(--background-color);text-decoration:underline}.footer .footer-content .bottom_content .devloped_by a{color:inherit;font-weight:500}@media screen and (min-width:1440px){.header-container{max-width:1600px;margin-inline:auto}.about-section{max-width:1440px;margin-inline:auto}.carousel-container .scroll-row{display:flex;gap:150px;animation:scroll 30s linear infinite}.carousel-container .reverse{animation:scroll-reverse 30s linear infinite}.container{max-width:1440px;margin-inline:auto}.footer .footer-content{max-width:1440px;margin-inline:auto}}@media screen and (max-width:1100px){.services-section{padding:60px 30px}.services-section .services-cards{grid-template-columns:repeat(2,1fr);gap:32px}.easy-and-fast-section{padding:60px 30px}.easy-and-fast-section .easy-and-fast-container{grid-template-columns:1fr;gap:40px}.easy-and-fast-section .easy-and-fast-right{order:-1}.why-anthem-different-section{padding:60px 30px 30px}.why-anthem-different-section .why-anthem-container{grid-template-columns:1fr;gap:40px}.why-anthem-different-section .why-anthem-right{order:-1}.seamless-process-section{display:flex;flex-wrap:wrap}.seamless-process-section .left .left-image{padding:10px;width:100%}.why-choose-us{padding:21px 50px 77px}.why-choose-us .sticker-cards{grid-template-columns:repeat(3,1fr);gap:24px;max-width:700px}.why-choose-us .sticker-cards .card:nth-child(5),.why-choose-us .sticker-cards .card:nth-child(6),.why-choose-us .sticker-cards .card:nth-child(7){grid-column:auto}.about-section{display:flex;flex-wrap:wrap;align-items:center;gap:50px}.about-section .about_image img{width:100%;height:auto}.latest-blogs .blogs-container{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}}@media screen and (max-width:768px){.menu_icon{display:block}.nav_items{position:fixed;right:-100%;width:250px;height:100%;top:77px;background-color:var(--secondary-color);flex-direction:column;align-items:flex-start;padding:20px 0 100px 20px;overflow-y:scroll;gap:20px;transition:left .3s ease-in-out}.nav_items::-webkit-scrollbar{width:5px}.nav_items::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:5px}.nav_items.open{right:0}.nav_items ul{flex-direction:column;width:100%;gap:25px}.nav_items li{width:100%;color:red}.service-dropdown{width:100%}.hero-section .container .hero-overlay{width:95%;margin-left:0;max-width:436px;padding:20px 20px 40px;text-align:left}.hero-section .container .hero-overlay h2{font-size:var(--font-size-xxl);line-height:45px}.hero-section .container .hero-overlay p{margin-top:10px}.hero-section .container .hero-find-trade{display:flex;justify-content:center;align-items:end;width:90%;margin-inline:auto}.hero-section .container .hero-find-trade form{padding:18px 24px;border-radius:20px;border:1px solid var(--border-color);background-color:var(--background-color);box-shadow:0 0 74px #0000001a;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:20px}.hero-section .container .hero-find-trade form .form-group{display:flex;flex-direction:column;width:100%}.hero-section .container .hero-find-trade form .form-group label{font-size:var(--font-size-base);font-weight:400;margin-bottom:10px}.hero-section .container .hero-find-trade form .form-group .select{appearance:none;color:inherit;-webkit-appearance:none;-moz-appearance:none;border-radius:62px;border:1px solid var(--border-color);padding:17px 16px;width:100%}.hero-section .container .hero-find-trade form .btn{text-wrap:nowrap;margin-top:0;width:100%}.hero-section .container .hero-find-trade form .btn img{width:16px;margin-left:14px}.about-section{padding:30px;text-align:center}.about-section .about_content .key_points{margin-top:53px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px}.carousel-container .scroll-row{display:flex;gap:35px;animation:scroll 10s linear infinite}.carousel-container .reverse{animation:scroll-reverse 10s linear infinite}.carousel-container .row-2{margin-top:30px}.top-destinations-section{padding:64px 20px 72px}.top-destinations-section .destinations-content{border-radius:20px;overflow:hidden;background:linear-gradient(#12121299,#12121299),url(https://trending-object.s3.ap-south-1.amazonaws.com/anthem_travels/services/images/destinations_bg_img.png);background-repeat:no-repeat;background-size:cover;background-position:center;height:auto;text-align:center;color:var(--background-color)}.top-destinations-section .destinations-content img{width:200px;padding-top:30px}.top-destinations-section .destinations-content p{font-weight:400;font-size:18px;line-height:180%;padding-bottom:45px}.services-section{padding:48px 20px}.services-section .services-header h3{font-size:28px}.services-section .services-header p{font-size:16px}.services-section .services-cards{grid-template-columns:1fr;gap:32px;margin-top:32px}.services-section .services-cards .service-card{padding:24px 16px}.services-section .services-cards .service-card h4{font-size:20px}.services-section .services-cards .service-card p{font-size:15px}.easy-and-fast-section{padding:48px 20px}.easy-and-fast-section .easy-and-fast-left h3{font-size:28px}.easy-and-fast-section .easy-and-fast-left .process-subtitle{font-size:16px}.easy-and-fast-section .easy-and-fast-left .process-steps .process-step{padding:20px;gap:16px}.easy-and-fast-section .easy-and-fast-left .process-steps .process-step .step-icon{width:50px;height:50px}.easy-and-fast-section .easy-and-fast-left .process-steps .process-step .step-icon img{width:28px;height:28px}.easy-and-fast-section .easy-and-fast-left .process-steps .process-step .step-content h4{font-size:18px}.easy-and-fast-section .easy-and-fast-left .process-steps .process-step .step-content p{font-size:15px}.why-anthem-different-section{padding:48px 20px 20px}.why-anthem-different-section .why-anthem-left h3{font-size:28px}.why-anthem-different-section .why-anthem-left .why-anthem-description{font-size:15px}.why-anthem-different-section .why-anthem-left .why-anthem-features li{font-size:15px}.why-anthem-different-section .why-anthem-left .decorative-dots-bottom{display:none}.why-anthem-different-section .why-anthem-right .decorative-dots-right{display:none}.why-choose-us{padding:21px 20px 77px}.why-choose-us .sticker-cards{grid-template-columns:repeat(2,1fr);gap:20px;max-width:100%}.why-choose-us .sticker-cards .card{max-width:100%}.why-choose-us .sticker-cards .card:nth-child(5),.why-choose-us .sticker-cards .card:nth-child(6),.why-choose-us .sticker-cards .card:nth-child(7){grid-column:auto}.testimonials-section{padding-block:54px 68px;padding-inline:20px;text-align:center;overflow:hidden}.testimonials-section .intro{padding-inline:20px;padding-bottom:50px}.testimonials-section .intro h3{font-size:24px;font-weight:600;line-height:63.7px;margin-top:15px}.testimonials-section .testimonial-container{width:100%;text-align:center}.testimonials-section .testimonial-review{position:relative;padding-top:20px}.testimonials-section .testimonial-review .review{display:flex;gap:22px}.testimonials-section .testimonial-review .review img{position:absolute;width:30px;height:30px}.testimonials-section .testimonial-review .review .start{left:-15px;top:-10px}.testimonials-section .testimonial-review .review .end{right:-15px;top:70px}.speakers-section{background-color:var(--secondary-color);padding-block:20px 72px;padding-inline:0px;text-align:center}.speakers-section img{width:153px}.speakers-section h3{margin-top:20px}.speakers-section .speakers-container{display:flex;padding-inline:0;gap:15px;margin-top:20px;align-items:center;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;position:relative;height:315px;white-space:nowrap}.speakers-section .speakers-container::-webkit-scrollbar{display:none;width:0;height:0}.speakers-section .speakers-container .speaker-card{width:120px;height:150px}.speakers-section .speakers-container .speaker-card.active{width:250px!important;height:230px!important;z-index:10;position:relative}.speakers-section .speakers-container .speaker-card.active{scroll-margin-left:200%;scroll-snap-align:center}.seamless-process-section{padding:47px 20px;text-align:center}.seamless-process-section .right .right-side-content{margin-top:41px;display:flex;flex-wrap:wrap;gap:30px}.seamless-process-section .right .right-side-content .content{display:flex;flex-direction:column;gap:24px}.seamless-process-section .right .right-side-content .content .card h5,.seamless-process-section .right .right-side-content .content .card p{text-align:start}.latest-blogs{padding-inline:20px;padding-block:65px 78px;text-align:center}.latest-blogs .blogs-container{grid-template-columns:repeat(1,minmax(0,1fr));justify-items:center}.footer{padding-inline:20px}.footer .footer-content .top-content{gap:20px}.footer .footer-content .top-content .social-icon{flex-wrap:wrap;gap:15px}.footer .footer-content .bottom_content{flex-wrap:wrap;gap:20px;align-items:center;justify-content:center}}.footer-new{background:linear-gradient(180deg,#0f1722,#0b1220);color:#e6eef8;padding:48px 24px}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr 2fr 320px;gap:32px;align-items:start;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.06)}.footer-brand img{width:84px;margin-bottom:12px}.footer-brand p{max-width:300px;color:#bfcfe6;font-size:14px}.footer-columns{display:flex;gap:40px}.footer-columns .col h4{font-size:16px;margin-bottom:12px;color:#fff}.footer-columns .col ul{list-style:none;padding:0}.footer-columns .col ul li{margin-bottom:10px}.footer-columns .col ul li a{color:#bfcfe6;text-decoration:none;font-size:14px}.footer-newsletter h4{margin-bottom:8px}.newsletter-form{display:flex;gap:8px;margin-top:8px}.newsletter-form input[type=email]{flex:1;padding:12px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;color:#e6eef8}.newsletter-form .btn{padding:12px 16px}.socials{display:flex;gap:12px;margin-top:12px}.socials img{width:28px;height:28px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:18px;color:#98a7bf;font-size:14px}.footer-bottom .devloped_by a{color:#cfe6ff;text-decoration:none}@media screen and (max-width: 900px){.footer-top{grid-template-columns:1fr}.footer-columns{gap:20px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}}.whatsapp-toggle{position:fixed;right:20px;bottom:24px;width:64px;height:64px;border-radius:50%;background:transparent;border:none;padding:0;box-shadow:0 6px 18px #0003;z-index:1500;display:flex;align-items:center;justify-content:center;cursor:pointer}.whatsapp-toggle img{width:100%;height:100%;object-fit:contain;display:block}@media screen and (max-width: 480px){.whatsapp-toggle{width:56px;height:56px;right:16px;bottom:18px}}ul.social-icon img{max-width:24px!important}.google-reviews{padding:60px 0}.about-page .about-hero-hero{background:url(https://trending-object.s3.ap-south-1.amazonaws.com/anthem_travels/services/compressed/about-banner.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:100vh}.about-page .about-hero-hero .overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.about-page .about-hero-hero .overlay .overlay-content{background-color:#000;width:50%;height:auto;text-align:center;padding:24px;border-radius:10px;color:var(--background-color)}.about-page .about-hero-hero .overlay .overlay-content img{width:153px}.about-page .about-hero-hero .overlay .overlay-content h2{margin-top:26px;font-size:40px;font-weight:800;line-height:56px}.about-page .about-hero-hero .overlay .overlay-content p{margin-top:8px;font-size:var(--font-size-base);font-weight:400}.about-page .who-we-are-section{display:flex;align-items:start;padding-inline:97px;padding-block:107px;gap:74px}.about-page .who-we-are-section .left img{width:450px;height:435px}.about-page .who-we-are-section .right img{width:153px;padding-bottom:13px}.about-page .who-we-are-section .right h3{font-size:var(--font-size-xxl);font-weight:700;line-height:130%;margin-bottom:16px}.about-page .who-we-are-section .right h3 .text-blue{color:#7c94ff}.about-page .who-we-are-section .right p{font-size:var(--font-size-sm);line-height:180%}.about-page .our-services{background-color:var(--secondary-color)}.about-page .our-services .container{padding-inline:108px;padding-bottom:21px;display:flex;align-items:start;cursor:pointer;gap:40px}.about-page .our-services .container .left{width:40%;padding-block:81px}.about-page .our-services .container .left img{width:190px}.about-page .our-services .container .left h3{margin-top:20px;font-size:24px;font-weight:600;line-height:130%;margin-bottom:8px}.about-page .our-services .container .left p{font-size:var(--font-size-sm);line-height:180%}.about-page .our-services .container .right{display:flex;gap:34px}.about-page .our-services .container .right .card{background-color:var(--background-color);width:287px;height:227px;border-radius:16px;padding:31px 35px 18px;text-align:center;border:.2px solid #6E7070;box-shadow:0 4px 4px #00000026}.about-page .our-services .container .right .card img{width:40px;height:40px;margin-bottom:23px;filter:invert(0)}.about-page .our-services .container .right .card h4{font-size:18px;font-weight:500;line-height:180%;margin-bottom:8px}.about-page .our-services .container .right .card p{font-size:var(--font-size-sm);line-height:180%}.about-page .our-services .container .right .card:hover{background-color:#121212}.about-page .our-services .container .right .card:hover img{filter:invert(1)}.about-page .our-services .container .right .card:hover h4,.about-page .our-services .container .right .card:hover p{color:#fff}.about-page .our-services .container .right .col-1{display:flex;flex-direction:column;gap:40px;margin-top:-74px}.about-page .our-services .container .right .col-2{display:flex;flex-direction:column;gap:40px}.about-page .our-promise-section{display:flex;align-items:start;padding-inline:131px;padding-block:97px;gap:23px}.about-page .our-promise-section .left{width:50%}.about-page .our-promise-section .left img{width:162px;margin-bottom:13px}.about-page .our-promise-section .left h3{font-size:var(--font-size-xxl);font-weight:700;line-height:130%;margin-bottom:18px}.about-page .our-promise-section .left p{font-size:var(--font-size-sm);line-height:180%}.about-page .our-promise-section .left .reliability-text{display:flex;align-items:center;gap:30px;color:#7c94ff;font-size:18px;font-weight:600;line-height:180%;margin-top:20px}.about-page .our-promise-section .left .reliability-text .border{width:100px;border:5px solid #7C94FF}.about-page .our-promise-section .right{width:50%}.about-page .our-promise-section .right img{width:463px;height:327px}.about-page .team-member-section{text-align:center;background-color:var(--secondary-color);padding-top:21px}.about-page .team-member-section img{width:221px;margin-top:10px}.about-page .team-member-section h2{padding-top:20px;font-size:24px;font-weight:600;line-height:130%}.about-page .team-member-section .team-images{display:flex;align-items:center;justify-content:center;padding-inline:153px;gap:47px;padding-block:26px 35px}.about-page .team-member-section .team-images .team{position:relative;width:100%;height:100%;overflow:hidden;width:153px}.about-page .team-member-section .team-images .team .overlay{overflow:hidden;border-radius:644px;position:absolute;top:10px;left:0;height:96%;width:100%;background-color:#0000006b;color:var(--background-color);display:flex;justify-content:center;align-items:start;writing-mode:sideways-rl;text-orientation:mixed;font-size:1.2rem;opacity:0;transition:opacity .4s ease;pointer-events:none}.about-page .team-member-section .team-images .team .overlay p{rotate:-180deg}.about-page .team-member-section .team-images .team img{width:100%;cursor:pointer}.about-page .team-member-section .team-images .team:hover .overlay{opacity:1}.about-page .team-member-section .team-images .team:nth-child(2n){margin-top:80px}.about-page .our-impact-section{display:flex;align-items:center;justify-content:space-between;padding-block:107px;padding-inline:162px}.about-page .our-impact-section .left img{width:162px;margin-bottom:13px}.about-page .our-impact-section .left h2{font-size:var(--font-size-xxl);font-weight:700;line-height:130%}.about-page .our-impact-section .impact-cards{display:flex;align-items:center;gap:42px}.about-page .our-impact-section .impact-cards .card{background-color:var(--secondary-color);border:1px solid #7C94FF;box-shadow:var(--shadow-sm);width:178px;height:186px;border-radius:16px;padding-block:26px;padding-inline:9px;text-align:center}.about-page .our-impact-section .impact-cards .card h4{font-size:36px;font-weight:700;line-height:180%;color:#7c94ff;margin-bottom:11px}.about-page .our-impact-section .impact-cards .card p{font-size:var(--font-size-base);line-height:180%}@media screen and (min-width:1440px){.who-we-are-section{max-width:1440px;margin-inline:auto}.our-services .container,.team-member-section .container{max-width:1440px;margin-inline:auto}.our-promise-section,.our-impact-section{max-width:1440px;margin-inline:auto}}@media screen and (max-width:1000px){.about-page .who-we-are-section{padding-inline:20px;gap:40px}.about-page .our-services .container{padding-inline:108px;padding-bottom:21px;display:flex;flex-direction:column;align-items:start;cursor:pointer;gap:40px}.about-page .our-services .container .left{width:100%;text-align:center}.about-page .our-services .container .right{width:100%;display:flex;justify-content:center;gap:34px}.about-page .our-services .container .right .col-1{display:flex;flex-direction:column;gap:40px;margin-top:-74px}.about-page .our-services .container .right .col-2{display:flex;flex-direction:column;gap:40px}.about-page .our-promise-section{display:flex;align-items:start;padding-inline:20px;padding-block:97px;gap:23px}.about-page .our-promise-section .left{width:50%}.about-page .our-promise-section .left .reliability-text{display:flex;flex-wrap:wrap;align-items:start;flex-direction:column-reverse;gap:5px;color:#7c94ff}.about-page .team-member-section .team-images{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.about-page .our-impact-section{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-inline:20px;gap:30px}.about-page .our-impact-section .impact-cards{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:42px}.about-page .our-impact-section .impact-cards .card{background-color:var(--secondary-color);border:1px solid #7C94FF;box-shadow:var(--shadow-sm);width:178px;height:186px;border-radius:16px;padding-block:26px;padding-inline:9px;text-align:center}.about-page .our-impact-section .impact-cards .card h4{font-size:36px;font-weight:700;line-height:180%;color:#7c94ff;margin-bottom:11px}.about-page .our-impact-section .impact-cards .card p{font-size:var(--font-size-base);line-height:180%}}@media screen and (max-width:768px){.about-page .about-hero-hero .overlay{width:100%}.about-page .about-hero-hero .overlay .overlay-content{background-color:#000;width:100%}.about-page .who-we-are-section{flex-wrap:wrap;text-align:center;align-items:start;padding-inline:20px;padding-block:50px;gap:74px}.about-page .who-we-are-section .left img{width:100%;height:auto}.about-page .our-promise-section{display:flex;text-align:center;flex-direction:column;align-items:start;padding-inline:20px;padding-block:50px;gap:23px}.about-page .our-promise-section .left{width:100%}.about-page .our-promise-section .right{width:100%}.about-page .our-promise-section .right img{width:100%;height:auto}.about-page .our-services .container{padding-inline:20px;padding-bottom:21px;text-align:center;display:flex;flex-direction:column;align-items:start;cursor:pointer;gap:40px;width:100%}.about-page .our-services .container .left{width:100%;padding-block:35px}.about-page .our-services .container .right{margin-top:20px;display:flex;justify-content:center;flex-wrap:wrap;gap:34px}.about-page .team-member-section .team-images{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-inline:50px;gap:30px;padding-block:26px 35px}.about-page .team-member-section .team-images .team .overlay{overflow:hidden;border-radius:644px;position:absolute;top:10px;left:0;height:96%;width:100%;background-color:#0000006b;color:var(--background-color);display:flex;justify-content:center;align-items:start;writing-mode:sideways-rl;text-orientation:mixed;font-size:1.2rem;opacity:0;transition:opacity .4s ease;pointer-events:none}.about-page .team-member-section .team-images .team .overlay p{rotate:-180deg}.about-page .team-member-section .team-images .team:nth-child(2n){margin-top:0}.about-page .team-member-section .team-images .team img{width:100%}.about-page .our-impact-section{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-inline:20px;padding-block:50px;gap:30px}.about-page .our-impact-section .impact-cards{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:42px}.about-page .our-impact-section .impact-cards .card{background-color:var(--secondary-color);border:1px solid #7C94FF;box-shadow:var(--shadow-sm);width:178px;height:186px;border-radius:16px;padding-block:26px;padding-inline:9px;text-align:center}.about-page .our-impact-section .impact-cards .card h4{font-size:36px;font-weight:700;line-height:180%;color:#7c94ff;margin-bottom:11px}.about-page .our-impact-section .impact-cards .card p{font-size:var(--font-size-base);line-height:180%}}.contact-us-page .hero-section{background:linear-gradient(#12121280,#12121280),url(https://trending-object.s3.ap-south-1.amazonaws.com/anthem_travels/services/compressed/contact_us_hero_bg.jpg);height:324px;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;color:var(--background-color)}.contact-us-page .hero-section h1{font-size:40px;font-weight:800;line-height:56px}.contact-us-page .reach-to-us-section{display:flex;align-items:center;gap:65px;padding:75px 20px 82px 108px}.contact-us-page .reach-to-us-section .left img{width:162px;margin-bottom:10px;margin-left:5px}.contact-us-page .reach-to-us-section .left h2{font-size:var(--font-size-xxl);font-weight:700;line-height:130%}.contact-us-page .reach-to-us-section .left p{font-size:var(--font-size-sm);line-height:180%;margin-top:16px}.contact-us-page .reach-to-us-section .contact-form-container{background:#7c94ff1a;border-radius:30px;padding:25px 26px 25px 38px;margin:0 auto;font-family:sans-serif;max-width:607px}.contact-us-page .reach-to-us-section .contact-form-container h3{font-size:24px;font-weight:600;line-height:130%}.contact-us-page .reach-to-us-section .contact-form-container p{font-size:var(--font-size-sm);line-height:180%;margin-block:8px 25px}.contact-us-page .reach-to-us-section .contact-form-container form .form-row{display:flex;gap:25px}.contact-us-page .reach-to-us-section .contact-form-container form .form-group{flex:1;margin-bottom:20px;position:relative;text-align:start}.contact-us-page .reach-to-us-section .contact-form-container form .form-group lable{margin-bottom:10px}.contact-us-page .reach-to-us-section .contact-form-container form .form-group .input-with-icon{margin-top:8px;display:flex;align-items:center;border:1px solid #7C94FF4D;padding:15px;border-radius:12px;background:inherit;gap:14px}.contact-us-page .reach-to-us-section .contact-form-container form .form-group .input-with-icon input{border:none;outline:none;flex:1;font-size:14px;background-color:inherit;color:#4444449e}.contact-us-page .reach-to-us-section .contact-form-container form .form-group .input-with-icon svg{color:var(--text-color)}.contact-us-page .reach-to-us-section .contact-form-container form .form-group textarea{width:100%;height:100px;border:1px solid #7C94FF4D;border-radius:12px;padding:16px;resize:none;font-size:14px;background-color:inherit;margin-top:8px;outline:none}.contact-us-page .reach-to-us-section .contact-form-container small{color:red;font-size:12px}.contact-us-page .reach-to-us-section .contact-form-container .submit-btn{background:#feb81e;color:#fff;padding:12px 24px;border-radius:16px;border:none;font-size:16px;font-weight:700;line-height:140%;letter-spacing:.2px;cursor:pointer;transition:.2s ease;width:189px}.contact-us-page .reach-to-us-section .contact-form-container .submit-btn:hover{background:#e0a90d}.contact-us-page .map-section{padding:0 85px 0 156px;height:477px}.contact-us-page .map-section iframe{height:100%}.contact-us-page .contact-section{display:flex;align-items:center;gap:80px;margin-top:83px;padding-inline:152px 78px}.contact-us-page .contact-section .card{height:280px;width:280px;border-radius:10px;box-shadow:0 4px 4px #00000040;text-align:center;position:relative}.contact-us-page .contact-section .card .content{padding:43px 14px 14px 16px}.contact-us-page .contact-section .card .content svg{font-size:50px;color:#7c94ff}.contact-us-page .contact-section .card .content h4{padding-block:35px 16px;color:#7c94ff;font-size:18px;font-weight:700;line-height:180%}.contact-us-page .contact-section .card .content p,.contact-us-page .contact-section .card .content a{font-size:var(--font-size-base);font-weight:400;line-height:180%;color:inherit}.contact-us-page .contact-section .card .content .border{position:absolute;bottom:00px;width:90%;align-items:center;background-color:#7c94ff;height:2px}@media screen and (min-width:1440px){.contact-us-page .hero-section{height:60vh}.contact-us-page .reach-to-us-section,.contact-us-page .map-section,.contact-us-page .contact-section{max-width:1440px;margin-inline:auto}}@media screen and (max-width:1080px){.contact-us-page .reach-to-us-section{display:flex;flex-direction:column;text-align:center;gap:65px;padding:75px 40px 82px}.contact-us-page .map-section{padding:0 40px;height:477px}.contact-us-page .map-section iframe{height:100%}.contact-us-page .contact-section{display:flex;flex-wrap:wrap;align-items:center;gap:40px;margin-top:83px;padding-inline:40px 40px}.contact-us-page .contact-section .card{height:280px;width:280px;border-radius:10px;box-shadow:0 4px 4px #00000040;text-align:center;position:relative}}@media screen and (max-width:768px){.contact-us-page .reach-to-us-section{display:flex;align-items:center;gap:65px;padding:75px 20px 82px}.contact-us-page .reach-to-us-section .contact-form-container{background:#7c94ff1a;border-radius:30px;padding:25px 20px;margin:0 auto;max-width:607px}.contact-us-page .reach-to-us-section .contact-form-container form .form-row{display:flex;flex-wrap:wrap;gap:15px}.contact-us-page .map-section{padding:0 20px;height:400px}.contact-us-page .contact-section{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:60px;margin-top:83px;padding-inline:20px 20px}.contact-us-page .contact-section .card{height:280px;width:280px;border-radius:10px;box-shadow:0 4px 4px #00000040;text-align:center;position:relative}}.service-page .service-hero{height:100vh;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;color:var(--background-color)}.service-page .service-hero .content{text-align:center;width:100%}.service-page .service-hero .content img{width:221px;margin-bottom:26px}.service-page .service-hero .content h1{font-size:36px;font-weight:800;line-height:56px}.service-page .service-hero .content p{font-size:var(--font-size-base);line-height:160%;margin-top:38px}.service-page .service-hero .content button{background-color:#feb81e;padding:12px 24px;border-radius:16px;margin-top:20px;border:none;font-size:var(--font-size-base);font-weight:700;line-height:140%;letter-spacing:.2px;color:var(--background-color);cursor:pointer}.service-page .business-hero{background:linear-gradient(#12121280,#12121280),url(/assets/business-background-M-o0Ei0k.png);background-position:center;background-size:cover;background-repeat:no-repeat}.service-page .corporate-hero{background:linear-gradient(#12121280,#12121280),url(/assets/corporate-group-C5iEog_Z.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.service-page .holiday-hero{background:linear-gradient(#12121280,#12121280),url(/assets/services-holiday-background-D9SMbPdD.png);background-position:center;background-size:cover;background-repeat:no-repeat}.service-page .visa-hero{background:linear-gradient(#12121280,#12121280),url(/assets/visa-background-Bvv16wMk.png);background-position:center;background-size:cover;background-repeat:no-repeat}.service-page .student-hero{background:linear-gradient(#12121280,#12121280),url(/assets/student-group-background-C9KjQgEB.png);background-position:center;background-size:cover;background-repeat:no-repeat}.service-page .student-hero .content img{margin-top:-50px}.service-page .trade-hero{background:linear-gradient(#12121280,#12121280),url(/assets/trade-fair-background-C4BQKLec.png);background-position:center;background-size:cover;background-repeat:no-repeat}.service-page .mice-hero{background:linear-gradient(#12121280,#12121280),url(https://trending-object.s3.ap-south-1.amazonaws.com/anthem_travels/services/compressed/MICE_bg.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.service-page .strategic-travel-section{padding-block:80px;background-color:var(--background-color)}.service-page .strategic-travel-container{max-width:1200px;margin:0 auto;padding-inline:40px;display:flex;flex-direction:row;align-items:flex-start;gap:60px}.service-page .strategic-travel-image{flex:1;position:relative;max-width:520px;margin:0 auto}.service-page .strategic-travel-image .primary-image img{width:100%;height:auto;border-radius:20px;object-fit:cover}.service-page .strategic-travel-image .secondary-image{position:absolute;bottom:-30px;left:-30px;width:40%;max-width:200px}.service-page .strategic-travel-image .secondary-image img{width:150%;height:auto;border-radius:18px;object-fit:cover}.service-page .strategic-travel-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;margin-top:0}.service-page .strategic-travel-content img{margin-top:0%;width:162px}.service-page .strategic-travel-content h3{font-size:28px;font-weight:600;line-height:40px;margin-bottom:24px}.service-page .strategic-travel-content>p{font-size:var(--font-size-base);line-height:180%;margin-bottom:32px}.service-page .strategic-travel-content .what-we-handle h4{font-size:var(--font-size-lg);font-weight:700;margin-bottom:16px}.service-page .strategic-travel-content .what-we-handle ul{list-style:none;padding:0}.service-page .strategic-travel-content .what-we-handle ul li{font-size:var(--font-size-base);line-height:180%;margin-bottom:10px;padding-left:24px;position:relative}.service-page .strategic-travel-content .what-we-handle ul li:before{content:"🞄";position:absolute;left:0;font-weight:700}.service-page .student-travel-section{padding-block:80px;background-color:var(--background-color)}.service-page .student-travel-container{max-width:1200px;margin:0 auto;padding-inline:40px;display:flex;flex-direction:row;align-items:flex-start;gap:60px}.service-page .student-travel-image{flex:1;position:relative;max-width:520px;margin:0 auto}.service-page .student-travel-image .primary-image img{width:100%;height:auto;border-radius:20px;object-fit:cover}.service-page .student-travel-image .secondary-image{position:absolute;bottom:-50px;left:-30px;width:40%;max-width:300px}.service-page .student-travel-image .secondary-image img{width:160%;height:auto;border-radius:18px;object-fit:cover}.service-page .student-travel-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;margin-top:0}.service-page .student-travel-content img{margin-top:5%;width:162px}.service-page .student-travel-content h3{font-size:32px;font-weight:600;line-height:50px;margin-bottom:24px;margin-top:10px}.service-page .student-travel-content>p{font-size:var(--font-size-base);line-height:180%;margin-bottom:25px}.service-page .student-travel-content .what-we-handle h4{font-size:var(--font-size-lg);font-weight:700;margin-bottom:14px}.service-page .student-travel-content .what-we-handle ul{list-style:none}.service-page .student-travel-content .what-we-handle ul li{font-size:var(--font-size-base);line-height:180%;margin-bottom:10px;padding-left:24px;position:relative}.service-page .student-travel-content .what-we-handle ul li:before{content:"🞄";position:absolute;left:0;font-weight:700}.service-page .seamless-journeys-section{padding-block:80px;background-color:var(--secondary-color)}.service-page .seamless-journeys-container{max-width:1200px;margin:0 auto;padding-inline:40px;display:flex;gap:60px;align-items:flex-start}.service-page .journeys-content{flex:1;display:flex;flex-direction:column;gap:24px}.service-page .journeys-content img{width:180px}.service-page .journeys-content h2{font-size:40px;font-weight:800;line-height:1.3}.service-page .journeys-content .intro{font-size:26px;font-weight:600}.service-page .journeys-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.service-page .journey-card img{width:50px}.service-page .journey-card h4{margin-bottom:12px}.service-page .journey-card p{font-size:14px;line-height:180%;width:100%}.service-page .journeys-image{flex:1;max-width:480px;position:relative}.service-page .journeys-image .primary-image{position:relative}.service-page .journeys-image .primary-image:before{content:"";position:absolute;right:-20px;left:auto;width:92%;height:100%;background:linear-gradient(135deg,#5c75ff,#324bc9 50%);border-radius:24px;z-index:1;opacity:.4;transform:translate(10px,5px)}.service-page .journeys-image .primary-image img{width:100%;height:auto;border-radius:24px;object-fit:cover;position:relative;z-index:2}.service-page .trusted-partners-section{padding-block:80px;background-color:var(--secondary-color)}.service-page .trusted-partners-container{max-width:1200px;margin:0 auto;padding-inline:40px;display:flex;gap:60px;align-items:flex-start}.service-page .partners-content{flex:1;display:flex;flex-direction:column;gap:24px}.service-page .partners-content img{width:180px}.service-page .partners-content h2{font-size:40px;font-weight:800;line-height:1.3}.service-page .partners-content .intro{font-size:26px;font-weight:600}.service-page .trusted-partners-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.service-page .trusted-partner-card img{width:50px}.service-page .trusted-partner-card h4{margin-bottom:14px}.service-page .trusted-partner-card p{font-size:14px;line-height:180%;width:100%}.service-page .trusted-image{flex:1;max-width:480px;position:relative}.service-page .trusted-image .primary-image img{width:100%;height:auto;border-radius:24px;object-fit:cover;position:relative;z-index:1}.service-page .trusted-image .secondary-image{position:absolute;bottom:-10px;left:-10px;width:92%;z-index:0;opacity:1.65;transform:scale(1.05)}.service-page .trusted-image .secondary-image img{width:100%;height:auto;border-radius:24px;object-fit:cover}.service-page .custom-support-section{padding-block:80px}.service-page .custom-support-container{max-width:1200px;margin:0 auto;padding-inline:40px;display:flex;gap:56px;align-items:flex-start}.service-page .custom-support-left,.service-page .custom-support-right{flex:1;max-width:50%}.service-page .custom-support-right{display:flex;justify-content:flex-end}.service-page .custom-support-sticker{width:160px;filter:drop-shadow(0 18px 40px rgba(12,21,54,.45))}.service-page .support-copy .support-intro{margin:0;line-height:180%;max-width:650px;color:#7c797a}.service-page .support-copy img{margin-top:20px}.service-page .support-pill{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:36px;background:linear-gradient(90deg,#ffffffeb,#e9effff2);box-shadow:0 30px 60px #0a122a40;overflow:hidden;margin-left:0;margin-top:45px;align-items:stretch}.service-page .student-focus-section{padding-block:80px}.service-page .student-focus-container{max-width:1200px;margin:0 auto;padding-inline:40px;display:flex;gap:56px;align-items:flex-start}.service-page .student-focus-left,.service-page .student-focus-right{flex:1;max-width:50%}.service-page .student-focus-right{display:flex;justify-content:flex-end}.service-page .student-focus-sticker{width:200px;filter:drop-shadow(0 18px 40px rgba(12,21,54,.45))}.service-page .support-copy h2{font-size:40px;font-weight:800;margin:0;line-height:1.3}.service-page .support-copy h3{font-size:26px;font-weight:600;margin:12px 0 20px}.service-page .support-pill{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:36px;background:linear-gradient(90deg,#ffffffeb,#e9effff2);box-shadow:0 30px 60px #0a122a40;overflow:hidden;margin-left:0;margin-top:80px;min-height:300px;align-items:stretch}.service-page .support-column{padding:40px 48px;display:flex;flex-direction:column;gap:32px;background:transparent;height:100%;justify-content:flex-start}.service-page .support-column:nth-child(2){background:#ebf1ffcc}.service-page .support-item{display:flex;align-items:flex-start;gap:16px;color:#142048;font-size:18px;line-height:170%}.service-page .support-item .tick{width:24px;height:24px;border-radius:8px;background-color:#5c75ff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:4px;position:relative}.service-page .support-item .tick:after{content:"";width:6px;height:12px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg);position:absolute;top:4px}.service-page .support-item p{margin:0;color:#111a2f;font-size:small}.service-page .our-services-section{text-align:center;padding-block:56px 115px}.service-page .our-services-section img{width:162px}.service-page .our-services-section h2{font-size:var(--font-size-xxl);font-weight:600;line-height:54px;margin-top:4px}.service-page .our-services-section .service-cards{display:flex;align-items:center;justify-content:center;padding-inline:40px;margin-top:24px;gap:53px}.service-page .our-services-section .section-2{margin-top:34px}.service-page .process-section{background:var(--secondary-color);padding-block:40px;text-align:center;position:relative}.service-page .process-section>img{width:150px;margin:0 auto 12px;display:block}.service-page .process-section h3{font-size:40px;margin-bottom:12px}.service-page .process-section p{color:#4f5673;max-width:1000px;margin:0 auto 48px;line-height:200%}.service-page .process-section .process-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;max-width:1024px;margin:0 auto}.service-page .process-section .card{background:linear-gradient(180deg,#ffffffe6,#edf1ffe6);border-radius:10px;padding:48px 40px 56px;box-shadow:0 28px 55px #10214a1f;position:relative;overflow:hidden;text-align:center}.service-page .process-section .card:after{content:attr(data-step);position:absolute;bottom:-12px;right:-8px;font-size:60px;font-weight:700;color:#7c7c8033;line-height:1}.service-page .process-section .card .icon{width:72px;height:72px;border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 32px}.service-page .process-section .card .icon img{width:60px;height:60px;object-fit:contain}.service-page .process-section .card h4{margin-bottom:16px}.service-page .process-section .card p{color:#4c5270;margin:0;line-height:170%}.service-page .plan-trip-section{padding-block:96px;padding-inline:40px;background-color:var(--background-color)}.service-page .plan-trip-container{max-width:1200px;margin:0 auto;display:flex;gap:0;align-items:stretch;background:var(--background-color);border-radius:0;box-shadow:0 28px 55px #10214a26;overflow:hidden;position:relative}.service-page .plan-trip-image{flex:1;max-width:50%;overflow:hidden}.service-page .plan-trip-image img{width:100%;height:100%;object-fit:cover;display:block}.service-page .plan-trip-form{flex:1;max-width:50%;background:var(--background-color);padding:48px;display:flex;flex-direction:column;justify-content:center}.service-page .plan-trip-form h2{font-size:30px;font-weight:700;color:#111a2f;margin-bottom:16px;line-height:1.3}.service-page .plan-trip-form>p{font-size:var(--font-size-base);color:#4f5673;line-height:170%;margin-bottom:32px}.service-page .plan-trip-form .contact-form{display:flex;flex-direction:column;gap:24px}.service-page .plan-trip-form .form-group{display:flex;flex-direction:column;gap:8px}.service-page .plan-trip-form .form-group label{font-size:var(--font-size-base);font-weight:600;color:#111a2f}.service-page .plan-trip-form .input-wrapper{display:flex;align-items:center;gap:12px;padding:16px 20px;border:1px solid #e2e4e9;border-radius:12px;background-color:var(--background-color);transition:border-color .3s ease}.service-page .plan-trip-form .input-wrapper:hover{border-color:#7c94ff}.service-page .plan-trip-form .input-wrapper:focus-within{border-color:#7c94ff;outline:none}.service-page .plan-trip-form .input-wrapper svg{width:20px;height:20px;color:#7c94ff;flex-shrink:0}.service-page .plan-trip-form .input-wrapper input{flex:1;border:none;outline:none;font-size:var(--font-size-base);color:#111a2f;background:transparent}.service-page .plan-trip-form .input-wrapper input::placeholder{color:#9ca3af}.service-page .plan-trip-form .submit-button{margin-top:8px;padding:14px 24px;background-color:#feb81e;color:var(--background-color);border:none;border-radius:12px;font-size:var(--font-size-base);font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background-color .3s ease;width:fit-content}.service-page .plan-trip-form .submit-button:hover{background-color:#e5a61b}.service-page .plan-trip-form .submit-button svg{width:20px;height:20px}.service-page .service-we-offer-card{text-align:start;height:287px;width:277px;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--background-color);border-radius:15px;box-shadow:0 0 18px #00000014;padding:8px 0 16px 16px}.service-page .service-we-offer-card img{width:100px;height:100px}.service-page .service-we-offer-card h4{padding-bottom:8px;font-size:var(--font-size-lg);font-weight:700;line-height:32px}.service-page .service-we-offer-card p{font-size:var(--font-size-sm);line-height:32px}@media screen and (max-width:1080px){.service-page .service-hero{height:100vh}.service-page .service-hero .content{margin-block:20px;text-align:center;width:95%}.service-page .strategic-travel-section .strategic-travel-container{flex-direction:row;gap:40px}.service-page .strategic-travel-section .strategic-travel-image{max-width:100%}.service-page .strategic-travel-section .strategic-travel-image .secondary-image{bottom:-20px;left:-20px;width:45%}.service-page .strategic-travel-section .strategic-travel-content{margin-top:0}.service-page .student-travel-section .student-travel-container{flex-direction:row;gap:40px}.service-page .student-travel-section .student-travel-image{max-width:100%}.service-page .student-travel-section .student-travel-image .secondary-image{bottom:-20px;left:-20px;width:45%}.service-page .student-travel-section .student-travel-content{margin-top:0}.service-page .seamless-journeys-section .journeys-image .primary-image:before{bottom:-15px;right:-15px;width:85%;transform:translate(8px,8px)}.service-page .trusted-partners-section .trusted-image .secondary-image{bottom:-20px;right:-20px;width:75%}.service-page .custom-support-section .support-pill,.service-page .student-focus-section .support-pill{grid-template-columns:1fr}.service-page .custom-support-section .support-column,.service-page .student-focus-section .support-column{padding:32px}.service-page .our-services-section .service-cards{display:flex;flex-wrap:wrap;justify-content:start;padding-inline:40px;margin-top:24px;gap:53px}.service-page .our-services-section .section-2{margin-top:34px}.service-page .plan-trip-section{padding-inline:20px}.service-page .plan-trip-container{flex-direction:column;gap:0}.service-page .plan-trip-image{max-width:100%}.service-page .plan-trip-form{padding:40px 32px}}@media screen and (max-width:600px){.service-page .strategic-travel-section{padding-block:60px}.service-page .strategic-travel-section .strategic-travel-container{padding-inline:20px;gap:30px}.service-page .strategic-travel-section .strategic-travel-image .secondary-image{bottom:-16px;left:-16px;width:50%}.service-page .strategic-travel-section .strategic-travel-content{margin-top:0}.service-page .strategic-travel-section .strategic-travel-content h2{font-size:32px}.service-page .strategic-travel-section .strategic-travel-content h3{font-size:24px}.service-page .student-travel-section{padding-block:60px}.service-page .student-travel-section .student-travel-container{flex-direction:column;padding-inline:20px;gap:30px}.service-page .student-travel-section .student-travel-image{max-width:100%}.service-page .student-travel-section .student-travel-image .secondary-image{bottom:-16px;left:-16px;width:50%}.service-page .student-travel-section .student-travel-content{margin-top:0}.service-page .student-travel-section .student-travel-content h2{font-size:32px}.service-page .student-travel-section .student-travel-content h3{font-size:24px}}@media screen and (max-width:600px){.service-page .seamless-journeys-section .journeys-image .primary-image:before{bottom:-12px;right:-12px;width:80%;transform:translate(6px,6px)}.service-page .trusted-partners-section .trusted-image .secondary-image{bottom:-14px;right:-14px;width:70%}.service-page .service-hero{height:100vh}.service-page .service-hero .content{margin-block:20px;text-align:center;width:95%}.service-page .strategic-travel-section .strategic-travel-image .secondary-image{bottom:-16px;left:-16px;width:50%}.service-page .student-travel-section .student-travel-image .secondary-image{bottom:-16px;left:-16px;width:50%}.service-page .custom-support-section .support-column,.service-page .student-focus-section .support-column{padding:28px 24px;gap:24px}.service-page .custom-support-section .support-item,.service-page .student-focus-section .support-item{font-size:16px}.service-page .custom-support-section .support-item .tick,.service-page .student-focus-section .support-item .tick{width:20px;height:20px}.service-page .our-services-section .service-cards{justify-content:center;padding-inline:20px}.service-page .our-services-section .section-2{margin-top:34px}.service-page .process-section .process-cards{grid-template-columns:1fr}.service-page .plan-trip-section{padding-block:60px;padding-inline:20px}.service-page .plan-trip-container{flex-direction:column;gap:0;margin:0 auto}.service-page .plan-trip-image{max-width:100%}.service-page .plan-trip-form{max-width:100%;padding:32px 24px}.service-page .plan-trip-form h2{font-size:28px}}
